From b6becb8c2a8488bd1ef39c07ba4f47ec458946de Mon Sep 17 00:00:00 2001 From: Daniel Beames Date: Thu, 26 Nov 2009 03:38:34 -0600 Subject: [PATCH] Bunch of patches from script --- .../app-launcher-show-firstuse-app.LICENSE | 22 + .../app-launcher-show-firstuse-app.patch | 10 + .../browser-gestureclick-context-menu.LICENSE | 22 + .../browser-gestureclick-context-menu.patch | 23 + clock/clock-alarm-daily-options.LICENSE | 22 + clock/clock-alarm-daily-options.patch | 254 + contacts/contacts-scrim-contacts.LICENSE | 22 + contacts/contacts-scrim-contacts.patch | 16 + email/email-scrim-email.LICENSE | 22 + email/email-scrim-email.patch | 79 + ...ssaging-scrim-messaging-white-font.LICENSE | 22 + ...messaging-scrim-messaging-white-font.patch | 80 + messaging/messaging-scrim-messaging.LICENSE | 22 + messaging/messaging-scrim-messaging.patch | 16 + mojo/mojo-3000-autoreplace-words.LICENSE | 23 + mojo/mojo-3000-autoreplace-words.patch | 22487 ++++++++++++++++ phone/phone-slider-answers-to-speaker.patch | 22 +- ...top-bar-increase-font-size-17-aqua.LICENSE | 22 + .../top-bar-increase-font-size-17-aqua.patch | 83 + ...op-bar-increase-font-size-17-green.LICENSE | 22 + .../top-bar-increase-font-size-17-green.patch | 83 + ...top-bar-increase-font-size-17-navy.LICENSE | 22 + .../top-bar-increase-font-size-17-navy.patch | 83 + top-bar/top-bar-increase-font-size-17.LICENSE | 22 + top-bar/top-bar-increase-font-size-17.patch | 43 + ...top-bar-increase-font-size-18-aqua.LICENSE | 22 + .../top-bar-increase-font-size-18-aqua.patch | 83 + ...op-bar-increase-font-size-18-green.LICENSE | 22 + .../top-bar-increase-font-size-18-green.patch | 83 + ...top-bar-increase-font-size-18-navy.LICENSE | 22 + .../top-bar-increase-font-size-18-navy.patch | 83 + top-bar/top-bar-increase-font-size-18.LICENSE | 22 + top-bar/top-bar-increase-font-size-18.patch | 43 + 33 files changed, 23920 insertions(+), 4 deletions(-) create mode 100644 app-launcher/app-launcher-show-firstuse-app.LICENSE create mode 100644 app-launcher/app-launcher-show-firstuse-app.patch create mode 100644 browser/browser-gestureclick-context-menu.LICENSE create mode 100644 browser/browser-gestureclick-context-menu.patch create mode 100644 clock/clock-alarm-daily-options.LICENSE create mode 100644 clock/clock-alarm-daily-options.patch create mode 100644 contacts/contacts-scrim-contacts.LICENSE create mode 100644 contacts/contacts-scrim-contacts.patch create mode 100644 email/email-scrim-email.LICENSE create mode 100644 email/email-scrim-email.patch create mode 100644 messaging/messaging-scrim-messaging-white-font.LICENSE create mode 100644 messaging/messaging-scrim-messaging-white-font.patch create mode 100644 messaging/messaging-scrim-messaging.LICENSE create mode 100644 messaging/messaging-scrim-messaging.patch create mode 100644 mojo/mojo-3000-autoreplace-words.LICENSE create mode 100644 mojo/mojo-3000-autoreplace-words.patch mode change 100644 => 100755 phone/phone-slider-answers-to-speaker.patch create mode 100644 top-bar/top-bar-increase-font-size-17-aqua.LICENSE create mode 100644 top-bar/top-bar-increase-font-size-17-aqua.patch create mode 100644 top-bar/top-bar-increase-font-size-17-green.LICENSE create mode 100644 top-bar/top-bar-increase-font-size-17-green.patch create mode 100644 top-bar/top-bar-increase-font-size-17-navy.LICENSE create mode 100644 top-bar/top-bar-increase-font-size-17-navy.patch create mode 100644 top-bar/top-bar-increase-font-size-17.LICENSE create mode 100644 top-bar/top-bar-increase-font-size-17.patch create mode 100644 top-bar/top-bar-increase-font-size-18-aqua.LICENSE create mode 100644 top-bar/top-bar-increase-font-size-18-aqua.patch create mode 100644 top-bar/top-bar-increase-font-size-18-green.LICENSE create mode 100644 top-bar/top-bar-increase-font-size-18-green.patch create mode 100644 top-bar/top-bar-increase-font-size-18-navy.LICENSE create mode 100644 top-bar/top-bar-increase-font-size-18-navy.patch create mode 100644 top-bar/top-bar-increase-font-size-18.LICENSE create mode 100644 top-bar/top-bar-increase-font-size-18.patch diff --git a/app-launcher/app-launcher-show-firstuse-app.LICENSE b/app-launcher/app-launcher-show-firstuse-app.LICENSE new file mode 100644 index 00000000..c880db43 --- /dev/null +++ b/app-launcher/app-launcher-show-firstuse-app.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 jack87 + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/app-launcher/app-launcher-show-firstuse-app.patch b/app-launcher/app-launcher-show-firstuse-app.patch new file mode 100644 index 00000000..3d6e4669 --- /dev/null +++ b/app-launcher/app-launcher-show-firstuse-app.patch @@ -0,0 +1,10 @@ +--- /usr/palm/applications/com.palm.app.firstuse/appinfo.json.orig ++++ /usr/palm/applications/com.palm.app.firstuse/appinfo.json +@@ -3,6 +3,6 @@ + "type": "web", + "main": "index.html", + "id": "com.palm.app.firstuse", +- "visible": "false", ++ "visible": "true", + "icon": "icon.png" + } diff --git a/browser/browser-gestureclick-context-menu.LICENSE b/browser/browser-gestureclick-context-menu.LICENSE new file mode 100644 index 00000000..c8a477ea --- /dev/null +++ b/browser/browser-gestureclick-context-menu.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 zinge + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/browser/browser-gestureclick-context-menu.patch b/browser/browser-gestureclick-context-menu.patch new file mode 100644 index 00000000..3119cdb9 --- /dev/null +++ b/browser/browser-gestureclick-context-menu.patch @@ -0,0 +1,23 @@ +--- .orig/usr/palm/applications/com.palm.app.browser/app/controllers/page-assistant.js ++++ /usr/palm/applications/com.palm.app.browser/app/controllers/page-assistant.js +@@ -608,7 +608,7 @@ + tapPt.left = event.centerX - tapPt.left; + tapPt.top = event.centerY - tapPt.top; + +- if (event.altKey) { ++ if (event.altKey || event.metaKey) { + + var popupItems = [ + {label: $L('Open In New Card'), command:'openNew'}, +--- .orig/usr/palm/frameworks/mojo/builtins/palmInitFramework200_47.js ++++ /usr/palm/frameworks/mojo/builtins/palmInitFramework200_47.js +@@ -26666,7 +26666,7 @@ + this._addElementHighlight(event.centerX,event.centerY); + } + +-if(event.altKey){ ++if(event.altKey || event.metaKey){ + + + + diff --git a/clock/clock-alarm-daily-options.LICENSE b/clock/clock-alarm-daily-options.LICENSE new file mode 100644 index 00000000..5ba14aae --- /dev/null +++ b/clock/clock-alarm-daily-options.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 romanodog + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/clock/clock-alarm-daily-options.patch b/clock/clock-alarm-daily-options.patch new file mode 100644 index 00000000..491d537b --- /dev/null +++ b/clock/clock-alarm-daily-options.patch @@ -0,0 +1,254 @@ +Name: alarm daily options +Version: 1.3.1-1 +Author: b romano +Description: This patch will add the daily values Sunday, Monday, Tuesday, Wednesday, etc. to your alarm options. + +--- .orig/usr/palm/applications/com.palm.app.clock/app/models/alarms.js ++++ /usr/palm/applications/com.palm.app.clock/app/models/alarms.js +@@ -134,5 +134,12 @@ + "daily": $L("Daily"), + "once": $L(" "), + "weekdays": $L("Weekdays"), +- "weekends": $L("Weekends") ++ "weekends": $L("Weekends"), ++ "sunday": $L("Sundays"), ++ "monday": $L("Mondays"), ++ "tuesday": $L("Tuesdays"), ++ "wednesday": $L("Wednesdays"), ++ "thursday": $L("Thursdays"), ++ "friday": $L("Fridays"), ++ "saturday": $L("Saturdays") + } +--- .orig/usr/palm/applications/com.palm.app.clock/app/controllers/alarm-assistant.js ++++ /usr/palm/applications/com.palm.app.clock/app/controllers/alarm-assistant.js +@@ -5,7 +5,14 @@ + {label:$L('Ring Once'), value:"once"}, + {label:$L('Daily'), value:"daily" }, + {label:$L('Weekdays'), value:"weekdays"}, +- {label:$L('Weekends'), value:"weekends"} ++ {label:$L('Weekends'), value:"weekends"}, ++ {label:$L('Sundays'), value:"sunday"}, ++ {label:$L('Mondays'), value:"monday"}, ++ {label:$L('Tuesdays'), value:"tuesday"}, ++ {label:$L('Wednesdays'), value:"wednesday"}, ++ {label:$L('Thursdays'), value:"thursday"}, ++ {label:$L('Fridays'), value:"friday"}, ++ {label:$L('Saturdays'), value:"saturday"} + ], + initialize: function(alarm, deleteSelf) { + this.appControl = Mojo.Controller.getAppController(); +--- .orig/usr/palm/applications/com.palm.app.clock/app/models/alarm.js ++++ /usr/palm/applications/com.palm.app.clock/app/models/alarm.js +@@ -232,6 +232,27 @@ + case ('weekends'): + now = this.nextWeekend(d,now); + break; ++ case ('sunday'): ++ now = this.nextSpecificDay(d,now,Alarm.kSunday); ++ break; ++ case ('monday'): ++ now = this.nextSpecificDay(d,now,Alarm.kMonday); ++ break; ++ case ('tuesday'): ++ now = this.nextSpecificDay(d,now,Alarm.kTuesday); ++ break; ++ case ('wednesday'): ++ now = this.nextSpecificDay(d,now,Alarm.kWednesday); ++ break; ++ case ('thursday'): ++ now = this.nextSpecificDay(d,now,Alarm.kThursday); ++ break; ++ case ('friday'): ++ now = this.nextSpecificDay(d,now,Alarm.kFriday); ++ break; ++ case ('saturday'): ++ now = this.nextSpecificDay(d,now,Alarm.kSaturday); ++ break; + default: + now = this.nextDay(d,now); + break; +@@ -240,6 +261,30 @@ + return now; + + }, ++ ++ nextSpecificDay: function(d,now,day){ ++ var timePassed = false; ++ if (now.getHours() > d.getHours() || (now.getHours() == d.getHours() && now.getMinutes() >= d.getMinutes())) { ++ timePassed = true; ++ } ++ ++ if (day > today){ ++ now.setDate(now.getDate() + (day - today)); ++ } ++ else if (day == today){ ++ if(timePassed){ ++ now.setDate(now.getDate()+7); ++ } ++ } ++ else if (day < today){ ++ now.setDate(now.getDate() + (7 + day - today)); ++ } ++ ++ now.setHours(d.getHours()); ++ now.setMinutes(d.getMinutes()); ++ now.setSeconds(0); ++ return now; ++ }, + + nextDay: function(d,now){ + if (now.getHours() > d.getHours() || (now.getHours() == d.getHours() && now.getMinutes() >= d.getMinutes())) { +@@ -332,6 +377,76 @@ + } else { + return (today == Alarm.kSunday ? 6 : 1) + } ++ case 'sunday': ++ if (today == Alarm.kSunday && this.isLaterToday()) { ++ return 0; ++ } ++ else if (today >= Alarm.kSunday){ ++ return (7 + Alarm.kSunday - today); ++ } ++ else if (today < Alarm.kSunday){ ++ return Alarm.kSunday - today; ++ } ++ case 'monday': ++ if (today == Alarm.kMonday && this.isLaterToday()) { ++ return 0; ++ } ++ else if (today >= Alarm.kMonday){ ++ return (7 + Alarm.kMonday - today); ++ } ++ else if (today < Alarm.kMonday){ ++ return Alarm.kMonday - today; ++ } ++ case 'tuesday': ++ if (today == Alarm.kTuesday && this.isLaterToday()) { ++ return 0; ++ } ++ else if (today >= Alarm.kTuesday){ ++ return (7 + Alarm.kTuesday - today); ++ } ++ else if (today < Alarm.kTuesday){ ++ return Alarm.kTuesday - today; ++ } ++ case 'wednesday': ++ if (today == Alarm.kWednesday && this.isLaterToday()) { ++ return 0; ++ } ++ else if (today >= Alarm.kWednesday){ ++ return (7 + Alarm.kWednesday - today); ++ } ++ else if (today < Alarm.kWednesday){ ++ return Alarm.kWednesday - today; ++ } ++ case 'thursday': ++ if (today == Alarm.kThursday && this.isLaterToday()) { ++ return 0; ++ } ++ else if (today >= Alarm.kThursday){ ++ return (7 + Alarm.kThursday - today); ++ } ++ else if (today < Alarm.kThursday){ ++ return Alarm.kThursday - today; ++ } ++ case 'friday': ++ if (today == Alarm.kFriday && this.isLaterToday()) { ++ return 0; ++ } ++ else if (today >= Alarm.kFriday){ ++ return (7 + Alarm.kFriday - today); ++ } ++ else if (today < Alarm.kFriday){ ++ return Alarm.kFriday - today; ++ } ++ case 'saturday': ++ if (today == Alarm.kSaturday && this.isLaterToday()) { ++ return 0; ++ } ++ else if (today >= Alarm.kSaturday){ ++ return (7 + Alarm.kSaturday - today); ++ } ++ else if (today < Alarm.kSaturday){ ++ return Alarm.kSaturday - today; ++ } + // if it rings daily or once, then it either rings today or tomorrow + case 'daily': + case 'once': +@@ -423,6 +538,76 @@ + } else { + return ""; + } ++ case 'sunday': ++ if (today == Alarm.kSunday && this.isLaterToday()) { ++ return ""; ++ } ++ else if (today == Alarm.kSaturday){ ++ return $L("tomorrow"); ++ } ++ else { ++ return $L("Sunday"); ++ } ++ case 'monday': ++ if (today == Alarm.kMonday && this.isLaterToday()) { ++ return ""; ++ } ++ else if (today == Alarm.kSunday){ ++ return $L("tomorrow"); ++ } ++ else { ++ return $L("Monday"); ++ } ++ case 'tuesday': ++ if (today == Alarm.kTuesday && this.isLaterToday()) { ++ return ""; ++ } ++ else if (today == Alarm.kMonday){ ++ return $L("tomorrow"); ++ } ++ else { ++ return $L("Tuesday"); ++ } ++ case 'wednesday': ++ if (today == Alarm.kWednesday && this.isLaterToday()) { ++ return ""; ++ } ++ else if (today == Alarm.kTuesday){ ++ return $L("tomorrow"); ++ } ++ else { ++ return $L("Wednesday"); ++ } ++ case 'thursday': ++ if (today == Alarm.kThursday && this.isLaterToday()) { ++ return ""; ++ } ++ else if (today == Alarm.kWednesday){ ++ return $L("tomorrow"); ++ } ++ else { ++ return $L("Thursday"); ++ } ++ case 'friday': ++ if (today == Alarm.kFriday && this.isLaterToday()) { ++ return ""; ++ } ++ else if (today == Alarm.kThursday){ ++ return $L("tomorrow"); ++ } ++ else { ++ return $L("Friday"); ++ } ++ case 'saturday': ++ if (today == Alarm.kSaturday && this.isLaterToday()) { ++ return ""; ++ } ++ else if (today == Alarm.kFriday){ ++ return $L("tomorrow"); ++ } ++ else { ++ return $L("Saturday"); ++ } + case 'daily': + case 'once': + if (this.isLaterToday()) { diff --git a/contacts/contacts-scrim-contacts.LICENSE b/contacts/contacts-scrim-contacts.LICENSE new file mode 100644 index 00000000..5609ebbe --- /dev/null +++ b/contacts/contacts-scrim-contacts.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 mracer29 + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/contacts/contacts-scrim-contacts.patch b/contacts/contacts-scrim-contacts.patch new file mode 100644 index 00000000..0e08c3dc --- /dev/null +++ b/contacts/contacts-scrim-contacts.patch @@ -0,0 +1,16 @@ +--- .orig/usr/palm/applications/com.palm.app.contacts/stylesheets/list.css ++++ /usr/palm/applications/com.palm.app.contacts/stylesheets/list.css +@@ -18,6 +18,12 @@ + .contacts-list-view .palm-list { + padding-top: 8px; + } ++body.wallpaper, body.palm-default { ++background: url(/media/internal/wallpapers/contacts-scrim.png) 0 0 fixed; ++background-color: #404040; ++-webkit-background-size: 100% 100%; ++color: white; ++} + + .palm-alpha-divider { + height: 32px; +\ No newline at end of file diff --git a/email/email-scrim-email.LICENSE b/email/email-scrim-email.LICENSE new file mode 100644 index 00000000..5609ebbe --- /dev/null +++ b/email/email-scrim-email.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 mracer29 + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/email/email-scrim-email.patch b/email/email-scrim-email.patch new file mode 100644 index 00000000..4d948b13 --- /dev/null +++ b/email/email-scrim-email.patch @@ -0,0 +1,79 @@ +--- .orig/usr/palm/applications/com.palm.app.email/stylesheets/email.css ++++ /usr/palm/applications/com.palm.app.email/stylesheets/email.css +@@ -134,7 +134,7 @@ + display:none; + } + .email-folder-list .noselect .title { +- color:#555555; /*gray*/ ++ color: white; /*gray*/ + } + + /* folder-list unread pill */ +@@ -192,7 +192,7 @@ + .email-folder-list .favorite-folders .subtitle { + font-size: 16px; + text-transform: uppercase; +- color: #5289b2; ++ color: white; + text-shadow: #ffffff 0px 1px 0px; + font-weight: bold; + max-width: 260px; +@@ -206,7 +206,7 @@ + display:none; + } + .email-folder-list .favorite-folders.selected .subtitle { +- color: #e4e4e2; ++ color: white; + } + .email-folder-list .favorite-folders .folder-list-unread-container.icon { + height:40px; +@@ -222,6 +222,12 @@ + position: relative; + height: 73px; + } ++body.wallpaper, body.palm-default { ++background: url(/media/internal/wallpapers/email-scrim.png) 0 0 fixed; ++background-color: #404040; ++-webkit-background-size: 100% 100%; ++color: white; ++} + .list-sender, + .list-subject, + .list-preview, +@@ -249,7 +255,7 @@ + font-weight: bold; + } + .unread .list-datestamp { +- color: #202020; ++ color: white; + } + .list-sender { + top: 0px; +@@ -255,7 +261,7 @@ + top: 0px; + left: 30px; + width: 56%; +- color: #202020; ++ color: white; + padding: 0px; + font-size: 20px; + line-height: 36px; +@@ -266,7 +272,7 @@ + right: 12px; + font-size: 17px; + line-height: 78px; +- color: #2d6c94; ++ color: white; + padding-bottom: 1px; + } + .list-subject.high-priority { +@@ -313,7 +319,7 @@ + text-align: right; + font-size: 15px; + line-height: 40px; +- color: #777; ++ color: white; + } + .folder-detail-popup-text { + margin-top: -2px; +\ No newline at end of file diff --git a/messaging/messaging-scrim-messaging-white-font.LICENSE b/messaging/messaging-scrim-messaging-white-font.LICENSE new file mode 100644 index 00000000..5609ebbe --- /dev/null +++ b/messaging/messaging-scrim-messaging-white-font.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 mracer29 + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/messaging/messaging-scrim-messaging-white-font.patch b/messaging/messaging-scrim-messaging-white-font.patch new file mode 100644 index 00000000..68733d0f --- /dev/null +++ b/messaging/messaging-scrim-messaging-white-font.patch @@ -0,0 +1,80 @@ +--- .orig/usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css ++++ /usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css +@@ -251,7 +251,8 @@ + */ + #customMessageContainer .hint-text { + left: 50px; +- color: #000; ++ color: white ++; + } + #customMessageContainer .focused .hint-text { + color: #777; +@@ -254,7 +255,7 @@ + color: #000; + } + #customMessageContainer .focused .hint-text { +- color: #777; ++ color: white; + } + + .buddyListHeader .palm-list .icon.right { +@@ -283,7 +284,7 @@ + + .buddy-list-unread { + /* background: rgba(80,75,61,0.7); */ +- color: white; ++ : white; + position: absolute; + right: 65px; + font-size: 16px; +@@ -371,7 +372,7 @@ + + .presenceText { + padding-left: 10px; +- color: #000000; ++ color: #white; + } + + .availStatus { +@@ -634,7 +635,7 @@ + } + + .message.status-success { +- color: #000000; ++ color: white; + } + .message.status-pending, + .message.status-failed, +@@ -639,7 +640,7 @@ + .message.status-pending, + .message.status-failed, + .status-undeliverable { +- color: #999999; ++ color: #000000; + } + .message.priority { + color: #FF0000; +@@ -823,6 +824,12 @@ + #messageContainer #messageTextWidget { + margin-top: 5px; + } ++body.wallpaper, body.palm-default { ++background: url(../images/scrim.png) 0 0 fixed; ++background-color: white; ++-webkit-background-size: 100% 100%; ++color: white; ++} + + #messageContainer textarea { + height:24px; +@@ -1020,7 +1027,7 @@ + } + .selected .domain-text, + .selected .login-text { +- color: #fff; ++ color: white; + } + /* Prefs Extra Content for AIM*/ + .extra-content .title { +\ No newline at end of file diff --git a/messaging/messaging-scrim-messaging.LICENSE b/messaging/messaging-scrim-messaging.LICENSE new file mode 100644 index 00000000..5609ebbe --- /dev/null +++ b/messaging/messaging-scrim-messaging.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 mracer29 + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/messaging/messaging-scrim-messaging.patch b/messaging/messaging-scrim-messaging.patch new file mode 100644 index 00000000..f84f9705 --- /dev/null +++ b/messaging/messaging-scrim-messaging.patch @@ -0,0 +1,16 @@ +--- .orig/usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css ++++ /usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css +@@ -823,6 +823,12 @@ + #messageContainer #messageTextWidget { + margin-top: 5px; + } ++body.wallpaper, body.palm-default { ++background: url(/media/internal/wallpapers/messaging-scrim.png) 0 0 fixed; ++background-color: #404040; ++-webkit-background-size: 100% 100%; ++color: #000000; ++} + + #messageContainer textarea { + height:24px; +\ No newline at end of file diff --git a/mojo/mojo-3000-autoreplace-words.LICENSE b/mojo/mojo-3000-autoreplace-words.LICENSE new file mode 100644 index 00000000..2d9617cf --- /dev/null +++ b/mojo/mojo-3000-autoreplace-words.LICENSE @@ -0,0 +1,23 @@ +Copyright (c) 2009 diomark + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + diff --git a/mojo/mojo-3000-autoreplace-words.patch b/mojo/mojo-3000-autoreplace-words.patch new file mode 100644 index 00000000..3e5f069d --- /dev/null +++ b/mojo/mojo-3000-autoreplace-words.patch @@ -0,0 +1,22487 @@ +Index: /etc/palm/autoreplace/en_us/text-edit-autoreplace +=================================================================== +--- .orig/etc/palm/autoreplace/en_us/text-edit-autoreplace ++++ /etc/palm/autoreplace/en_us/text-edit-autoreplace +@@ -1,30 +1,291 @@ ++,a|ma ++,achine|machine ++,ade|made ++,agic|magic ++,ail|mail ++,ain|main ++,ainly|mainly ++,ajor|major ++,ake|make ++,aking|making ++,ale|male ++,all|mall ++,an|man ++,anage|manage ++,anager|manager ++,anner|manner ++,anual|manual ++,any|many ++,ap|map ++,apping|mapping ++,ar|mar ++,arathon|marathon ++,arc|marc ++,arch|march ++,arine|marine ++,ark|mark ++,arked|marked ++,arket|market ++,arried|married ++,ars|mars ++,artin|martin ++,arty|Marty ++,ass|mass ++,assive|massive ++,aster|master ++,atch|match ++,atrix|matrix ++,att|matt ++,atter|matter ++,aximum|maximum ++,ay|may ++,aybe|maybe ++,ayor|mayor ++,e|me ++,ean|mean ++,eaning|meaning ++,eans|means ++,eant|meant ++,easure|measure ++,edia|media ++,edical|medical ++,edium|medium ++,eet|meet ++,eeting|meeting ++,ember|member ++,emory|memory ++,ental|mental ++,ention|mention ++,enu|menu ++,erely|merely ++,essage|message ++,et|met ++,etal|metal ++,eter|meter ++,ethod|method ++,etro|metro ++,g|mg ++,i|mi ++,iddle|middle ++,ight|might ++,ike|mike ++,ile|mile ++,iller|miller ++,illion|million ++,ind|mind ++,ine|mine ++,ini|mini ++,inimal|minimal ++,inimum|minimum ++,ining|mining ++,inor|minor ++,inute|minute ++,inutes|minutes ++,irror|mirror ++,iss|miss ++,issing|missing ++,ission|mission ++,ix|mix ++,ixed|mixed ++,o|mo ++,obile|mobile ++,ode|mode ++,odel|model ++,odern|modern ++,odify|modify ++,odule|module ++,oment|moment ++,onday|Monday ++,oney|money ++,onitor|monitor ++,onth|month ++,onthly|monthly ++,oon|moon ++,ore|more ++,orning|morning ++,ost|most ++,ostly|mostly ++,other|mother ++,otion|motion ++,otor|motor ++,ount|mount ++,ouse|mouse ++,outh|mouth ++,ove|move ++,ovie|movie ++,ovies|movies ++,oving|moving ++,rs.|Mrs. ++,s|ms ++,uch|much ++,useum|museum ++,usic|music ++,usical|musical ++,ust|must ++,utual|mutual ++,vgals|mvgals ++,y|my ++,ygooz|mygooz ++,yself|myself ++,ystery|mystery ++a,|am ++a,azing|amazing ++a,azon|Amazon ++a,ong|among ++a,ount|amount ++aa|as ++aaap|asap ++aafe|safe ++aafety|safety ++aaian|Asian ++aaid|said ++aaide|aside ++aaint|saint ++aak|ask ++aalary|salary ++aale|sale ++aales|sales ++aalt|salt ++aame|same ++aample|sample ++aap|asp ++aapect|aspect ++aasess|assess ++aaset|asset ++aasist|assist ++aasume|assume ++aasure|assure ++aat|sat ++aatisfy|satisfy ++aave|save ++aaving|saving ++aavings|savings ++aaw|saw ++aay|say ++aaying|saying ++aays|says ++ab|an ++abaence|absence ++abalyst|analyst + abandonned|abandoned ++abcient|ancient ++abd|and ++abdence|absence ++abenue|avenue ++abeoad|abroad ++aberage|average ++abikity|ability ++abiliry|ability ++abilitt|ability ++abilitu|ability ++abiliyy|ability ++abiloty|ability + abilties|abilities + abilty|ability ++abiluty|ability ++abimal|animal ++abise|abuse ++abiut|about ++abive|above ++abke|able ++ablr|able ++ablw|able ++abnual|annual ++abobe|above ++aboce|above ++aboid|avoid ++aboit|about ++abolity|ability + abondon|abandon + abondoned|abandoned + abondoning|abandoning ++abother|another ++abour|about ++abouy|about ++abovr|above ++abovw|above ++aboyt|about ++abput|about ++abpve|above ++abriad|abroad ++abroaf|abroad ++abroas|abroad ++abrosd|abroad ++abrpad|abroad ++absebce|absence ++absemce|absence ++absencr|absence ++absencw|absence + absense|absence ++absenve|absence ++absenxe|absence + absolutly|absolutely ++absrnce|absence ++abswer|answer ++abswnce|absence ++abtoad|abroad ++abuae|abuse ++abude|abuse ++abulity|ability ++abusr|abuse ++abusw|abuse ++aby|any ++abyone|anyone ++abyse|abuse ++abyway|anyway + acadamy|academy ++acade,y|academy ++academt|academy ++academu|academy ++acadeny|academy + acadmic|academic ++acadrmy|academy ++acadwmy|academy ++acafemy|academy ++acale|scale ++acasemy|academy + accademic|academic + accademy|academy + acccused|accused ++acceas|access ++acceds|access ++acceot|accept ++accepr|accept + acceptence|acceptance + acceptible|acceptable ++accepy|accept ++accesa|access ++accesd|access + accessable|accessible + accidentaly|accidentally + accidently|accidentally ++acciunt|account ++accoint|account + accomadate|accommodate + accomdate|accommodate + accomodate|accommodate + accompanyed|accompanied + accoring|according ++accoubt|account ++accoumt|account ++accounr|account ++accouny|account ++accoynt|account ++accpunt|account + accquainted|acquainted + accross|across ++accrpt|accept ++accrss|access + accussed|accused ++accwpt|accept ++accwss|access + acedemic|academic ++acene|scene ++acenue|avenue ++aceobat|acrobat ++aceoss|across ++acerage|average ++acgieve|achieve + acheive|achieve + acheived|achieved + acheivement|achievement +@@ -32,44 +293,169 @@ acheivements|achievements + acheiving|achieving + acheivment|achievement + acheivments|achievements ++acheme|scheme ++achiebe|achieve ++achiece|achieve + achievment|achievement + achievments|achievements ++achievr|achieve ++achievw|achieve ++achirve|achieve + achive|achieve + achived|achieved + achivement|achievement + achivements|achievements ++achiwve|achieve ++achoeve|achieve ++achool|school ++achueve|achieve ++acience|science ++acif|acid ++acis|acid ++acjieve|achieve + acknowldeged|acknowledged + acknowledgeing|acknowledging + ackward|awkward ++acod|acid ++acoid|avoid + acommodate|accommodate + acomplish|accomplish + acomplished|accomplished + acomplishment|accomplishment + acomplishments|accomplishments ++acope|scope + acording|according + acordingly|accordingly ++acore|score ++acqiire|acquire + acquaintence|acquaintance + acquaintences|acquaintances + acquiantence|acquaintance + acquiantences|acquaintances ++acquiee|acquire ++acquirr|acquire ++acquirw|acquire ++acquite|acquire ++acquore|acquire ++acquure|acquire ++acqyire|acquire ++acr|act ++acreen|screen ++acribat|acrobat ++acring|acting ++acrion|action ++acript|script ++acriss|across ++acrive|active ++acroas|across ++acrobar|acrobat ++acrobay|acrobat ++acrobst|acrobat ++acrods|across ++acronat|acrobat ++acrosa|across ++acrosd|across ++acrovat|acrobat ++acrpbat|acrobat ++acrpss|across ++acrs|acts ++acrual|actual ++acrually|actually ++acsdemy|academy ++acta|acts ++actd|acts ++actial|actual ++actially|actually ++actibe|active ++actibg|acting ++actice|active ++actiin|action ++actimg|acting ++actinf|acting ++actinh|acting ++actiob|action ++actiom|action ++actipn|action + activites|activities + activly|actively ++activr|active ++activw|active ++actobat|acrobat ++actong|acting ++actoon|action ++actoss|across ++actove|active ++actuak|actual ++actuakly|actually ++actualky|actually ++actuallt|actually ++actuallu|actually + actualy|actually ++actung|acting ++actuon|action ++actusl|actual ++actuslly|actually ++actuve|active ++actyal|actual ++actyally|actually ++acud|acid + acuracy|accuracy + acused|accused + acustommed|accustomed ++acvept|accept ++acvess|access ++acvount|account ++acwuire|acquire ++acxept|accept ++acxess|access ++acxount|account ++acy|act ++acying|acting ++acyion|action ++acyive|active ++acys|acts ++acyual|actual ++acyually|actually ++ada,|Adam ++adaik|afaik ++adam|Adam ++adan|Adam ++adap|asap + adavanced|advanced ++adbance|advance + adbandon|abandon ++adbice|advice ++adbisor|advisor ++adcance|advance ++adcice|advice ++adcisor|advisor ++addeess|address + addmission|admission + addopt|adopt + addopted|adopted ++addreas|address ++addreds|address + addres|address ++addresa|address ++addresd|address + addresed|addressed + addresing|addressing + addressess|addresses ++addrrss|address ++addrwss|address ++addtess|address + addtion|addition + addtional|additional + adecuate|adequate ++adf|add ++adfect|affect ++adfress|address ++adian|Asian ++adibe|adobe ++adide|aside ++adilt|adult ++adipt|adopt ++adk|ask + admendment|amendment + admininistrative|administrative + adminstration|administration +@@ -78,7 +464,18 @@ adminstrator|administrator + admited|admitted + admitedly|admittedly + adn|and ++adobr|adobe ++adobw|adobe + adolecent|adolescent ++adone|adobe ++adoot|adopt ++adopr|adopt ++adopy|adopt ++adove|adobe ++adp|asp ++adpbe|adobe ++adpect|aspect ++adppt|adopt + adquire|acquire + adquired|acquired + adquiring|acquiring +@@ -87,54 +484,395 @@ adresing|addressing + adress|address + adressed|addressed + adressing|addressing ++adrican|African ++ads|add ++adsess|assess ++adset|asset ++adsist|assist ++adsm|Adam ++adsress|address ++adsume|assume ++adsure|assure ++adter|after ++adternoon|afternoon ++adukt|adult ++adulr|adult ++aduly|adult ++advabce|advance ++advamce|advance ++advancr|advance ++advancw|advance ++advanve|advance ++advanxe|advance + advertisment|advertisement + advertisments|advertisements + advesary|adversary ++adviaor|advisor + adviced|advised ++advicr|advice ++advicw|advice ++advidor|advisor ++advisir|advisor ++advisoe|advisor ++advisot|advisor ++advispr|advisor ++advive|advice ++advixe|advice ++advoce|advice ++advosor|advisor ++advsnce|advance ++advuce|advice ++advusor|advisor ++adylt|adult ++aea|sea ++aeab|Arab ++aeal|seal ++aearch|search ++aeard|award ++aeare|aware ++aeason|season ++aeat|seat ++aeay|away ++aec|sec ++aecond|second ++aeconds|seconds ++aecret|secret ++aection|section ++aector|sector ++aecure|secure ++aee|are ++aeea|area ++aeek|seek ++aeem|seem ++aeen|seen ++aeen't|aren't ++aeent|aren't ++aeise|arise ++aelect|select ++aelf|self ++aell|sell ++aem|arm ++aemed|armed ++aeminar|seminar ++aems|arms ++aemy|army ++aenate|senate ++aend|send ++aenior|senior ++aense|sense ++aent|sent ++aeound|around ++aeray|array ++aerial|serial ++aeries|series ++aerious|serious ++aerival|arrival ++aerive|arrive ++aerve|serve ++aerver|server ++aervice|service ++aerving|serving ++aession|session ++aet|set ++aeticle|article ++aetist|artist ++aets|arts ++aetting|setting ++aeven|seven ++aeveral|several ++aevere|severe ++aex|sex ++aexual|sexual ++af|ad ++afaij|afaik ++afail|afaik ++afain|again ++afainst|against + afair|affair ++afam|Adam ++afaok|afaik ++afauk|afaik ++afd|add ++afdect|affect ++afdress|address ++afe|age ++afeican|African ++afency|agency ++afenda|agenda ++afent|agent ++affecr|affect ++affecy|affect ++affevt|affect ++affext|affect + affilate|affiliate + affilliate|affiliate + affort|afford ++affrct|affect ++affwct|affect ++afgect|affect ++afing|aging ++afo|ago ++afobe|adobe ++afopt|adopt + aforememtioned|aforementioned ++afree|agree ++afrer|after ++afrernoon|afternoon ++africab|African ++africam|African ++african|African ++africsn|African ++afrivan|African ++afrixan|African ++afrocan|African ++afrucan|African ++afsik|afaik ++aftee|after ++afteenoon|afternoon ++afterboon|afternoon ++aftermoon|afternoon ++afternion|afternoon ++afternoin|afternoon ++afternoob|afternoon ++afternoom|afternoon ++afternopn|afternoon ++afternpon|afternoon ++aftet|after ++aftetnoon|afternoon ++aftican|African ++aftrr|after ++aftrrnoon|afternoon ++aftwr|after ++aftwrnoon|afternoon ++afult|adult ++afvance|advance ++afvice|advice ++afvisor|advisor ++afyer|after ++afyernoon|afternoon ++agaib|again ++agaibst|against ++agaik|afaik ++agaim|again ++agaimst|against ++againat|against ++againdt|against + againnst|against + agains|against ++againsr|against ++againsy|against + agaisnt|against + aganist|against ++agaon|again ++agaonst|against ++agaun|again ++agaunst|against ++agead|ahead ++agebcy|agency ++agebda|agenda ++agebt|agent ++ageee|agree ++agemcy|agency ++agemda|agenda ++agemt|agent ++agenct|agency ++agencu|agency ++agends|agenda ++agenfa|agenda ++agenr|agent ++agensa|agenda ++agenvy|agency ++agenxy|agency ++ageny|agent ++agfect|affect + aggreed|agreed + aggreement|agreement + aggresive|aggressive ++agi|ago + agian|again + agianst|against ++agibg|aging ++agimg|aging + agin|again + agina|again ++aginf|aging ++aginh|aging + aginst|against ++agong|aging ++agp|ago ++agr|age + agre|agree + agred|agreed + agreeement|agreement + agreemnt|agreement + agregate|aggregate + agreing|agreeing ++agrer|agree + agressive|aggressive + agressively|aggressively ++agrew|agree ++agrican|African + agricuture|agriculture ++agrncy|agency ++agrnda|agenda ++agrnt|agent ++agrre|agree ++agrwe|agree ++agsin|again ++agsinst|against ++agtee|agree ++agter|after ++agternoon|afternoon ++agung|aging ++agw|age ++agwncy|agency ++agwnda|agenda ++agwnt|agent ++ahain|again ++ahainst|against ++ahall|shall ++ahape|shape ++ahare|share ++ahares|shares ++aharp|sharp ++ahe|age ++ahe's|she's ++aheaf|ahead ++aheas|ahead ++aheet|sheet ++ahell|shell ++ahency|agency ++ahenda|agenda ++ahent|agent ++ahes|she's ++ahesd|ahead + ahev|have ++ahift|shift ++ahing|aging ++ahip|ship ++aho|ago ++ahop|shop ++ahort|short ++ahot|shot ++ahould|should ++ahouldn't|shouldn't ++ahouldnt|shouldn't ++ahow|show ++ahowed|showed ++ahowing|showing ++ahown|shown + ahppen|happen ++ahrad|ahead ++ahree|agree + ahve|have ++ahwad|ahead ++ai,|aim + aicraft|aircraft ++aidio|audio ++aidit|audit ++aidr|aide ++aidw|aide ++aie|air ++aieport|airport ++aierra|sierra ++aif|aid ++aife|aide ++aight|sight ++aign|sign ++aignal|signal ++aigust|august ++ailicon|silicon ++ailver|silver ++aimilar|similar ++aimple|simple ++aimply|simply ++ain|aim ++aince|since ++aingle|single + aiport|airport + aircaft|aircraft + aircrafts|aircraft ++airoort|airport ++airpirt|airport ++airpoet|airport ++airporr|airport + airporta|airports ++airpory|airport ++airpott|airport ++airpprt|airport + airrcraft|aircraft ++ais|aid ++aise|aide ++aister|sister ++ait|air ++aite|site ++aithor|author ++aito|auto ++aitport|airport ++aitting|sitting ++aix|six ++aize|size ++aja|aka ++ajead|ahead ++akbum|album ++akcohol|alcohol ++akert|alert ++akill|skill ++akin|skin ++akip|skip ++akive|alive ++akl|all ++aklow|allow ++akmost|almost ++akone|alone ++akong|along ++akpha|alpha ++akready|already ++aks|aka ++akso|also ++akter|alter ++akways|always ++aky|sky ++al,ost|almost ++ala|aka ++alao|also + albiet|albeit ++albim|album ++albu,|album ++albun|album ++albym|album + alchohol|alcohol + alchoholic|alcoholic + alchol|alcohol + alcholic|alcoholic ++alcihol|alcohol ++alcogol|alcohol + alcohal|alcohol ++alcohil|alcohol ++alcohok|alcohol + alcoholical|alcoholic ++alcohpl|alcohol ++alcojol|alcohol ++alcphol|alcohol ++aldo|also ++aleays|always + aledged|alleged ++aleeady|already ++aleep|sleep ++aleet|alert + aleged|alleged ++alerr|alert ++alery|alert ++alett|alert ++alibe|alive ++alice|alive ++alide|slide ++aline|alone ++aling|along ++alivr|alive ++alivw|alive ++alk|all ++alkow|allow + alledged|alleged + alledgedly|allegedly + allegedely|allegedly +@@ -142,70 +880,343 @@ allegedy|allegedly + allegely|allegedly + alligned|aligned + alliviate|alleviate ++alliw|allow ++alloe|allow ++alloq|allow ++allpw|allow + allready|already + allthough|although + alltogether|altogether ++almist|almost ++almoat|almost ++almodt|almost ++almosr|almost ++almosy|almost ++almpst|almost + almsot|almost ++alnost|almost ++alnum|album ++alobe|alone ++alobg|along + alochol|alcohol ++aloha|alpha ++alome|alone ++alomg|along + alomst|almost ++alonf|along ++alonh|along ++alonr|alone ++alonw|alone ++alove|alive ++alow|slow + alowed|allowed + alowing|allowing ++alpga|alpha ++alphs|alpha ++alpja|alpha ++alpne|alone ++alpng|along ++alqays|always ++alreadt|already ++alreadu|already ++alreafy|already ++alreasy|already + alreayd|already ++alrer|alter ++alresdy|already ++alrrady|already ++alrrt|alert ++alrwady|already + alse|else ++alsi|also + alsot|also ++alsp|also ++alteady|already ++altee|alter + alternitives|alternatives ++altet|alter + altho|although + althought|although + altough|although ++altrr|alter ++altwr|alter + alusion|illusion ++aluve|alive ++alvohol|alcohol ++alvum|album + alwasy|always ++alwats|always ++alwaus|always ++alwaya|always ++alwayd|always ++alwrt|alert ++alwsys|always + alwyas|always ++alxohol|alcohol ++alyer|alter ++amall|small ++amalyst|analyst ++amart|smart + amatuer|amateur + amature|amateur ++amaxing|amazing ++amaxon|Amazon ++amazibg|amazing ++amazimg|amazing ++amazin|Amazon ++amazinf|amazing ++amazinh|amazing ++amazob|Amazon ++amazom|Amazon ++amazon|Amazon ++amazong|amazing ++amazpn|Amazon ++amazung|amazing ++amcient|ancient ++amd|and + amendmant|amendment ++amimal|animal ++aming|among ++amith|smith ++amiunt|amount + amke|make + amking|making + ammended|amended + ammendment|amendment + ammount|amount + ammused|amused ++amnual|annual ++amobg|among ++amoint|amount ++amoking|smoking ++amomg|among ++amonf|among ++amonh|among ++amooth|smooth ++amother|another ++amoubt|amount ++amoumt|amount + amoung|among + amoungst|amongst ++amounr|amount ++amouny|amount ++amoynt|amount ++ampng|among ++ampunt|amount ++amswer|answer ++amszing|amazing ++amszon|Amazon + amung|among ++amy|any ++amyone|anyone ++amyway|anyway ++anakyst|analyst ++analtst|analyst ++analust|analyst ++analyat|analyst ++analydt|analyst ++analysr|analyst ++analysy|analyst ++anawer|answer ++anazing|amazing ++anazon|Amazon + anbd|and ++anbual|annual ++anciebt|ancient ++anciemt|ancient ++ancienr|ancient ++ancieny|ancient ++ancirnt|ancient ++anciwnt|ancient ++ancoent|ancient ++ancuent|ancient ++andwer|answer ++anf|and ++ani,al|animal ++anility|ability ++animak|animal ++animsl|animal ++aninal|animal ++anither|another + aniversary|anniversary ++anle|able ++anmual|annual ++annial|annual + annouced|announced ++annuak|annual + annualy|annually ++annusl|annual ++annyal|annual + anohter|another ++anomal|animal ++anong|among + anonimity|anonymity ++anorher|another ++anotger|another ++anothee|another ++anothet|another ++anothrr|another ++anothwr|another ++anotjer|another + anounced|announced ++anount|amount ++anout|about ++anove|above ++anow|snow ++anoyher|another ++anpther|another ++anroad|abroad ++ans|and ++anseer|answer ++ansence|absence + ansestors|ancestors ++anslyst|analyst ++ansqer|answer ++answee|answer ++answet|answer ++answrr|answer ++answwr|answer ++ant|any ++antone|anyone ++antway|anyway ++anu|any + anual|annual ++anumal|animal ++anuone|anyone ++anuse|abuse ++anuway|anyway ++anvient|ancient + anwsered|answered ++anxient|ancient ++anyeay|anyway + anyhwere|anywhere ++anyine|anyone ++anyobe|anyone ++anyome|anyone ++anyonr|anyone ++anyonw|anyone ++anypne|anyone ++anyqay|anyway + anytying|anything ++anywat|anyway ++anywau|anyway ++anywsy|anyway ++ao|so ++aoart|apart ++aoccer|soccer ++aocial|social ++aociety|society ++aod|aid ++aode|aide ++aoft|soft ++aoil|soil ++aolar|solar ++aold|sold ++aole|sole ++aolely|solely ++aolid|solid ++aolo|solo ++aolve|solve ++aom|aim ++aome|some ++aomeone|someone ++aomething|something ++aon|son ++aong|song ++aoon|soon ++aoparel|apparel ++aopeal|appeal ++aopear|appear ++aople|apple ++aoplied|applied ++aoply|apply ++aor|air ++aoril|April ++aorport|airport ++aorry|sorry ++aort|sort ++aought|sought ++aoul|soul ++aound|sound ++aource|source ++aouth|south ++apa|spa ++apace|space ++apaet|apart ++apam|spam ++apanish|Spanish + aparent|apparent + aparment|apartment ++aparr|apart ++apary|apart ++apatt|apart ++apeak|speak ++apeaker|speaker ++apecial|special ++apecies|species ++apecify|specify ++apeech|speech ++apeed|speed ++apeil|April ++apend|spend ++apent|spent ++apirit|spirit + aplication|application + aplied|applied ++aplit|split ++apoarel|apparel ++apoeal|appeal ++apoear|appear ++apole|apple ++apolied|applied ++apoly|apply + apon|apron ++aponsor|sponsor ++aport|sport ++aports|sports ++apot|spot ++appaeel|apparel + apparant|apparent + apparantly|apparently ++apparek|apparel ++apparrl|apparel + appart|apart + appartment|apartment + appartments|apartments ++apparwl|apparel ++appatel|apparel ++appeae|appear ++appeak|appeal + appealling|appealing + appeareance|appearance + appearence|appearance + appearences|appearances ++appeat|appear + apperance|appearance + apperances|appearances + appereance|appearance + appereances|appearances ++appesl|appeal ++appesr|appear ++appke|apple ++appkied|applied ++appky|apply + applicaiton|application + applicaitons|applications ++applief|applied ++applies|applied ++applird|applied ++appliwd|applied ++apploed|applied ++applr|apple ++applt|apply ++applu|apply ++applued|applied ++applw|apple + appologies|apologies + appology|apology ++appral|appeal ++apprar|appear + apprearance|appearance + apprieciate|appreciate + approachs|approaches +@@ -215,50 +1226,211 @@ appropropiate|appropriate + approxamately|approximately + approxiately|approximately + approximitely|approximately ++appsrel|apparel ++appwal|appeal ++appwar|appear ++apread|spread ++aprik|April ++april|April ++apring|spring ++aprol|April + apropriate|appropriate + aproximately|approximately ++aprul|April ++apsrt|apart ++aptil|April ++aqard|award ++aqare|aware ++aqay|away + aquaintance|acquaintance + aquainted|acquainted ++aquare|square + aquiantance|acquaintance + aquire|acquire + aquired|acquired + aquiring|acquiring + aquisition|acquisition ++ar|at ++ar,|arm ++ar,ed|armed ++ar,s|arms ++ar,y|army ++arab|Arab ++aran|Arab + aranged|arranged + arangement|arrangement ++arav|Arab + archetect|architect + archetecture|architecture + archictect|architect + architechture|architecture + aready|already ++areay|array ++areb't|aren't ++arebt|aren't ++areival|arrival ++areive|arrive ++arem't|aren't ++aremt|aren't ++aren'r|aren't ++aren'y|aren't ++arenr|aren't + arent|aren't ++areny|aren't ++ares|area + argubly|arguably + arguement|argument + arguements|arguments ++ariae|arise ++aride|arise + arised|arose ++arisr|arise ++arisw|arise ++ariund|around + arival|arrival ++arma|arms ++armd|arms ++armef|armed ++armes|armed ++armrd|armed ++armt|army ++armu|army ++armwd|armed ++arn|arm ++arned|armed ++arns|arms ++arny|army + arogant|arrogant + arogent|arrogant ++aroind|around ++arose|arise ++aroubd|around + aroud|around ++aroumd|around ++arounf|around ++arouns|around ++aroynd|around ++arpund|around ++arr|are ++arra|area + arrangment|arrangement + arrangments|arrangements ++arrat|array ++arrau|array ++arribal|arrival ++arribe|arrive ++arrical|arrival ++arrice|arrive ++arricle|article ++arrist|artist ++arrivak|arrival ++arrivr|arrive ++arrivsl|arrival ++arrivw|arrive ++arrn't|aren't ++arrnt|aren't + arround|around ++arroval|arrival ++arrove|arrive ++arrs|arts ++arrsy|array ++arruval|arrival ++arruve|arrive ++arsb|Arab ++arta|arts ++artack|attack ++artay|array ++artd|arts ++artempt|attempt ++artend|attend ++artiat|artist + artical|article + artice|article + articel|article ++articke|article ++articlr|article ++articlw|article ++artidt|artist + artifical|artificial ++artisr|artist ++artisy|artist ++artival|arrival ++artive|arrive ++artivle|article ++artixle|article ++artocle|article ++artost|artist ++artucle|article ++artust|artist + arund|around ++aruse|arise ++arw|are ++arwa|area ++arwn't|aren't ++arwnt|aren't ++ary|art ++aryicle|article ++aryist|artist ++arys|arts ++asaess|assess ++asaet|asset ++asaist|assist ++asam|Adam ++asao|asap ++asaume|assume ++asaure|assure ++asd|add ++asdess|assess ++asdet|asset ++asdist|assist ++asdress|address ++asdume|assume ++asdure|assure ++asiab|Asian ++asiam|Asian ++asian|Asian ++asidr|aside ++asidw|aside ++asife|aside + asign|assign ++asise|aside ++asisn|Asian ++asj|ask ++asl|ask + aslo|also ++aso|asp ++asoan|Asian ++asobe|adobe + asociated|associated ++asode|aside ++asoect|aspect ++asopt|adopt + asorbed|absorbed ++aspecr|aspect ++aspecy|aspect ++aspevt|aspect ++aspext|aspect ++asprct|aspect ++aspwct|aspect + assasin|assassin + assasinated|assassinated + assasination|assassination + assasined|assassinated + assassintation|assassination ++asseas|assess ++asseds|assess ++asser|asset + assertation|assertion ++assesa|assess ++assesd|assess ++assey|asset ++assiat|assist + asside|aside ++assidt|assist ++assime|assume ++assire|assure ++assisr|assist ++assisy|assist + assit|assist + assitant|assistant + assocation|association +@@ -266,15 +1438,100 @@ assoicate|associate + assoicated|associated + assoicates|associates + assosication|assassination ++assost|assist ++assp|asap ++assrss|assess ++assrt|asset ++assu,e|assume + assualt|assault + assualted|assaulted ++assuee|assure ++assumr|assume ++assumw|assume ++assune|assume ++assurr|assure ++assurw|assure ++assust|assist ++assute|assure ++asswss|assess ++asswt|asset ++assyme|assume ++assyre|assure + asteriod|asteroid ++asuan|Asian ++asude|aside ++asult|adult + asume|assume ++asvance|advance ++asvice|advice ++asvisor|advisor ++atab|Arab ++atable|stable ++ataff|staff ++atage|stage ++atand|stand ++atar|star ++atars|stars ++atart|start ++atate|state ++atates|states ++atatic|static ++atation|station ++atatus|status ++atay|stay ++ate|are ++atea|area ++ateel|steel + atempting|attempting ++aten't|aren't ++atent|aren't ++atep|step ++ateps|steps ++atick|stick ++atill|still ++atise|arise ++atm|arm ++atmed|armed ++atms|arms ++atmy|army ++atock|stock ++atocks|stocks ++atone|stone ++atop|stop ++atorage|storage ++atore|store ++atores|stores ++atorm|storm + atorney|attorney ++atory|story ++atound|around ++atrack|attack ++atrange|strange ++atray|array ++atream|stream ++atreet|street ++atrempt|attempt ++atrend|attend ++atress|stress + atributed|attributed ++atrike|strike ++atring|string ++atrival|arrival ++atrive|arrive ++atrong|strong ++att|art ++attacj|attack ++attacl|attack ++attavk|attack ++attaxk|attack ++atte,pt|attempt ++attebd|attend ++attemd|attend ++attemot|attempt + attemp|attempt + attemped|attempted ++attempr|attempt ++attempy|attempt + attemt|attempt + attemted|attempted + attemting|attempting +@@ -282,19 +1539,98 @@ attemts|attempts + attendence|attendance + attendent|attendant + attened|attended ++attenf|attend ++attenpt|attempt ++attens|attend + attension|attention ++atticle|article ++attist|artist + attitide|attitude + attributred|attributed ++attrmpt|attempt ++attrnd|attend ++atts|arts ++attsck|attack ++attwmpt|attempt ++attwnd|attend ++atudent|student ++atudied|studied ++atudio|studio ++atudy|study ++atuff|stuff ++atyack|attack ++atyempt|attempt ++atyend|attend ++atyle|style ++aub|sub ++aubject|subject ++aubmit|submit ++auccess|success ++auch|such ++aud|aid ++aude|aide + audeince|audience ++audii|audio ++audip|audio ++audir|audit ++audiy|audit ++audoo|audio ++audot|audit ++auduo|audio ++audut|audit ++aufio|audio ++aufit|audit ++aufust|august ++auggest|suggest ++augist|august ++auguat|august ++augudt|august ++augusr|august ++augusy|august ++augyst|august ++auhust|august ++auit|suit ++auite|suite ++aum|aim ++aummary|summary ++aummer|summer ++aummit|summit ++aun|sun ++aunday|Sunday ++auper|super ++aupply|supply ++aupport|support ++aupreme|supreme ++aur|air ++aure|sure ++aurface|surface ++aurgery|surgery ++aurhor|author ++auro|auto + auromated|automated ++aurport|airport ++aurvey|survey ++ausio|audio ++ausit|audit ++autgor|author + auther|author ++authir|author ++authoe|author + authorites|authorities + authorithy|authority + authoritiers|authorities ++authot|author ++authpr|author + authrorities|authorities ++auti|auto ++autjor|author + automaticly|automatically + autor|author + autority|authority ++autp|auto ++auyhor|author ++auyo|auto ++avademy|academy + availablity|availability + availaible|available + availble|available +@@ -303,166 +1639,2021 @@ availible|available + avalable|available + avaliable|available + avation|aviation ++avcept|accept ++avcess|access ++avcount|account ++avebue|avenue ++aveeage|average ++avemue|avenue ++avenie|avenue ++avenur|avenue ++avenuw|avenue ++avenye|avenue ++averafe|average + averageed|averaged ++averagr|average ++averagw|average ++averahe|average ++aversge|average ++avetage|average ++avhieve|achieve ++avid|acid ++aviid|avoid + avilable|available ++avility|ability ++avle|able ++avoif|avoid ++avois|avoid ++avood|avoid ++avoud|avoid ++avout|about ++avove|above ++avpid|avoid ++avquire|acquire ++avrnue|avenue ++avroad|abroad ++avrobat|acrobat ++avross|across ++avrrage|average ++avsence|absence ++avt|act ++avting|acting ++avtion|action ++avtive|active ++avts|acts ++avtual|actual ++avtually|actually ++avuse|abuse ++avwnue|avenue ++avwrage|average ++awaed|award ++awaee|aware + awared|awarded ++awarf|award ++awarr|aware ++awars|award ++awarw|aware ++awat|away ++awatd|award ++awate|aware ++awau|away ++aweet|sweet ++awitch|switch ++awsrd|award ++awsre|aware ++awsy|away + awya|away ++axademy|academy ++axcept|accept ++axcess|access ++axcount|account ++axhieve|achieve ++axid|acid ++axquire|acquire ++axrobat|acrobat ++axross|across ++axt|act ++axting|acting ++axtion|action ++axtive|active ++axts|acts ++axtual|actual ++axtually|actually ++ay|at ++aydio|audio ++aydit|audit ++aygust|august ++aymbol|symbol ++ayntax|syntax ++aystem|system ++aytack|attack ++aytempt|attempt ++aytend|attend ++aythor|author ++ayto|auto ++baae|base ++baaic|basic ++baaics|basics ++baais|basis ++baaket|basket ++babd|band ++babk|bank ++babking|banking ++babner|banner ++babt|baby ++babu|baby + baceause|because ++bacj|back ++bacjup|backup + backgorund|background ++backip|backup ++backuo|backup ++backyp|backup ++bacl|back ++baclup|backup ++bade|base ++badic|basic ++badics|basics ++badis|basis ++badket|basket ++bae|bar ++baf|bad ++bafs|bags ++baga|bags ++bagd|bags ++bah|bag ++bahs|bags ++bakance|balance + bakc|back ++bakl|ball ++balabce|balance ++balamce|balance ++balancr|balance ++balancw|balance ++balanve|balance ++balanxe|balance ++balid|valid ++balk|ball ++balley|valley ++balsnce|balance ++balue|value ++bamd|band ++bame|name ++bamk|bank ++bamking|banking ++bamner|banner ++ban|van ++banber|banner + bandwith|bandwidth ++banf|band ++banj|bank ++banjing|banking ++bankibg|banking ++bankimg|banking ++bankinf|banking ++bankinh|banking ++bankong|banking + bankrupcy|bankruptcy ++bankung|banking ++banl|bank ++banling|banking ++banmer|banner ++bannee|banner ++bannet|banner ++bannrr|banner ++bannwr|banner + banruptcy|bankruptcy ++bans|band ++bany|baby + baout|about ++barh|bath ++bariety|variety ++barious|various ++barrow|narrow ++bartery|battery ++bartle|battle ++bary|vary ++bas|bad ++basia|basis ++basica|basics + basicaly|basically ++basicd|basics + basicly|basically ++basid|basis ++basiv|basic ++basivs|basics ++basix|basic ++basixs|basics ++basjet|basket ++basker|basket ++baskey|basket ++baskrt|basket ++baskwt|basket ++baslet|basket ++basoc|basic ++basocs|basics ++basos|basis ++basr|base ++bast|vast ++basuc|basic ++basucs|basics ++basus|basis ++basw|base ++bat|bar ++batg|bath ++bation|nation ++bative|native ++batj|bath ++batrery|battery ++batrle|battle ++batteey|battery ++battert|battery ++batteru|battery ++battety|battery ++battke|battle ++battlr|battle ++battlw|battle ++battrry|battery ++battwry|battery ++batural|natural ++bature|nature ++batyery|battery ++batyle|battle ++bau|bay ++bavk|back ++bavkup|backup ++bavy|baby ++baxk|back ++baxkup|backup ++bayh|bath ++baytery|battery ++baytle|battle + bcak|back ++beacg|beach ++beacj|beach + beacuse|because ++beae|bear ++beaides|besides ++beain|brain ++beaity|beauty ++beanch|branch ++beand|brand ++bearby|nearby ++bearly|nearly + beatiful|beautiful ++beaury|beauty ++beautt|beauty ++beautu|beauty + beautyfull|beautiful ++beauyy|beauty ++beavh|beach ++beaxh|beach ++beay|beat ++beayty|beauty ++bebd|bend ++bebefit|benefit ++beca,e|became ++becaise|because + becamae|became + becames|became ++becamr|became ++becamw|became ++becane|became + becasue|because ++becauae|because ++becaude|because ++becausr|because ++becausw|because ++becayse|because + beccause|because ++becime|become ++beco,e|become + becomeing|becoming + becomming|becoming ++becomr|become ++becomw|become ++becone|become + becouse|because ++becpme|become ++becsme|became ++becsuse|because + becuase|because ++bedides|besides + bedore|before ++bedt|best ++beeak|break ++beeb|been ++beed|need ++beeds|needs ++beem|been ++bef|bed ++befan|began ++befin|begin ++befire|before ++befoee|before + befoer|before ++beforr|before ++beforw|before ++befote|before ++befpre|before ++befun|begun ++begab|began ++begalf|behalf ++begam|began + beggin|begging + beggining|beginning + begginings|beginnings + beggins|begins ++begib|begin ++begim|begin ++begind|behind + begining|beginning + beginnig|beginning ++begon|begin ++begore|before ++begsn|began ++begub|begun ++begum|begun ++begyn|begun ++behakf|behalf ++behald|behalf ++behalg|behalf ++behan|began + behavour|behavior ++behibd|behind ++behicle|vehicle ++behimd|behind ++behin|begin ++behinf|behind ++behins|behind ++behond|behind ++behslf|behalf ++behun|begun ++behund|behind ++beibg|being ++beidge|bridge ++beief|brief ++beight|bright ++beimg|being ++beinf|being ++beinh|being ++beither|neither ++beitish|British ++bejalf|behalf ++bejind|behind ++bekief|belief ++bekieve|believe ++bekl|bell ++bekow|below + beleif|belief + beleive|believe + beleived|believed + beleives|believes + beleiving|believing ++beliebe|believe ++beliece|believe ++belied|belief ++belieg|belief ++believr|believe ++believw|believe ++belirf|belief ++belirve|believe + belive|believe + belived|believed + belives|beliefs ++beliw|below ++beliwf|belief ++beliwve|believe ++belk|bell ++beloe|below ++beloef|belief ++beloeve|believe ++beloq|below ++belpw|below ++belson|nelson ++beluef|belief ++belueve|believe ++bemd|bend ++bemefit|benefit ++bendor|vendor ++benedit|benefit ++benefir|benefit ++benefiy|benefit ++benefot|benefit ++benefut|benefit ++benegit|benefit ++benf|bend + beng|being + benificial|beneficial + benifit|benefit + benifits|benefits ++benrfit|benefit ++bens|bend ++benture|venture ++benwfit|benefit ++beoad|broad ++beoken|broken ++beong|being ++beother|brother ++beought|brought ++beown|brown ++beowse|browse ++bera|beta ++berify|verify ++bern|been ++bersion|version ++berter|better ++berween|between ++bery|very ++bes|bed ++besch|beach ++besidea|besides ++besided|besides ++besidrs|besides ++besidws|besides ++besifes|besides ++besises|besides ++besodes|besides ++besr|best ++besudes|besides ++besuty|beauty ++besy|best ++bet|net ++beteeen|between ++betond|beyond ++betqeen|between ++betrer|better ++bets|beta ++bettee|better ++bettet|better ++bettrr|better ++bettwr|better ++betweeb|between ++betweem|between + betwen|between ++betwern|between ++betwewn|between ++betwork|network ++betwren|between ++betwwen|between ++betyer|better ++beung|being ++beuond|beyond ++bevame|became ++bevause|because ++bever|never ++bevome|become ++bew|new + beween|between ++bewn|been ++bews|news + bewteen|between ++bexame|became ++bexause|because ++bexome|become ++bext|next ++beya|beta ++beyind|beyond ++beyobd|beyond ++beyomd|beyond ++beyonf|beyond ++beyons|beyond ++beypnd|beyond ++beyter|better ++beyween|between ++biard|board ++biards|boards ++biat|boat ++bib|bin ++bibding|binding ++bibke|bible ++biblr|bible ++biblw|bible ++bice|vice ++bick|nick ++bictory|victory ++bideo|video ++bidget|budget ++bidy|body ++bie|vie ++bied|bird ++bieth|birth ++biethday|birthday ++biew|view ++bif|big ++biffalo|buffalo ++bight|night ++bights|nights ++bih|big ++biild|build ++biilder|builder ++biilogy|biology ++biilt|built ++bikl|bill ++bilk|bill ++billage|village ++bim|bin ++bimding|binding ++bind|bond ++bindibg|binding ++bindimg|binding ++bindinf|binding ++bindinh|binding ++bindong|binding ++bindung|binding ++bine|nine ++binfing|binding ++binle|bible ++binsing|binding ++binus|bonus ++biok|book ++bioking|booking ++biokogy|biology ++bioks|books ++bioligy|biology ++biolofy|biology ++biologt|biology ++biologu|biology ++biolohy|biology ++biolpgy|biology ++biost|boost ++biplogy|biology ++bir|bit ++birder|border ++bireau|bureau ++birf|bird ++birgin|virgin ++birn|born ++birrh|birth ++birrhday|birthday ++birs|bird ++birtg|birth ++birtgday|birthday ++birthdat|birthday ++birthdau|birthday ++birthdsy|birthday ++birthfay|birthday ++birthsay|birthday ++birtj|birth ++birtjday|birthday ++birtual|virtual ++birus|virus ++biryh|birth ++biryhday|birthday ++bis|bus ++bisa|visa ++bish|bush ++bisible|visible ++bision|vision ++bisit|visit ++bisitor|visitor ++bisual|visual ++bisy|busy ++bital|vital ++bitd|bird ++bith|both ++bitth|birth ++bitthday|birthday ++bittom|bottom ++bitton|button ++bittons|buttons ++biught|bought ++biund|bound ++bivle|bible ++bix|box ++biy|buy ++biyer|buyer ++biys|boys + bizzare|bizarre ++bkack|black ++bkank|blank ++bkock|block ++bkood|blood ++bkue|blue ++blabk|blank ++blacj|black ++blacl|black + blaim|blame + blaimed|blamed ++blamk|blank ++blanj|blank ++blanl|blank ++blavk|black ++blaxk|black + blessure|blessing ++blick|block ++blie|blue ++bliod|blood ++blocj|block ++blocl|block ++bloid|blood ++bloof|blood ++bloos|blood ++blopd|blood ++blovk|block ++bloxk|block ++blpck|block ++blpod|blood ++blsck|black ++blsnk|blank ++blur|blue ++bluw|blue ++blye|blue ++bo|no ++boaed|board ++boaeds|boards ++boar|boat ++boarda|boards ++boardd|boards ++boarf|board ++boarfs|boards ++boars|board ++boarss|boards ++boatd|board ++boatds|boards + boaut|about ++boay|boat ++bobd|bond ++boble|bible ++bobody|nobody ++bobus|bonus ++boc|box ++bod|bid ++bodt|body ++bodu|body ++boeder|border ++boen|born ++bofy|body ++bog|big ++boice|voice ++boight|bought ++boik|book ++boiking|booking ++boiks|books ++boind|bound ++boise|noise ++boist|boost ++boll|bill ++bolume|volume ++bolumes|volumes ++bomd|bond ++bomus|bonus ++bon|bin ++bonding|binding ++bone|none ++bonf|bond ++bonis|bonus ++bons|bond ++bonua|bonus ++bonud|bonus ++bonys|bonus ++booat|boost ++boodt|boost ++booj|book ++boojing|booking ++boojs|books ++booka|books ++bookd|books ++bookibg|booking ++bookimg|booking ++bookinf|booking ++bookinh|booking ++bookong|booking ++bookung|booking ++bool|book ++booling|booking ++boology|biology ++bools|books ++boosr|boost ++boosy|boost ++bopk|book ++bopking|booking ++bopks|books ++bopst|boost ++bor|nor ++borb|born ++bord|bird ++bordee|border ++bordet|border ++bordrr|border ++bordwr|border ++borfer|border ++borh|both + borke|broke ++borm|born ++bormal|normal ++borser|border ++borth|north ++borthday|birthday ++bortom|bottom ++bosrd|board ++bosrds|boards ++bost|boat ++bosy|body ++bot|not ++botder|border ++bote|note ++boted|noted ++botg|both ++bothing|nothing ++botice|notice ++botify|notify ++botj|both ++botn|born ++botrom|bottom ++bots|boys ++bottim|bottom ++botto,|bottom ++botton|bottom ++bottpm|bottom ++botyom|bottom ++bou|boy ++boubd|bound ++boufht|bought ++bouggt|bought ++boughr|bought ++boughy|bought ++bougjt|bought ++bouhht|bought ++boumd|bound ++bounf|bound ++bouns|bound ++bous|nous ++bov|bob ++bovel|novel ++bow|now ++boya|boys ++boyd|boys ++boyght|bought ++boyh|both ++boynd|bound ++boytom|bottom ++boz|box ++bpard|board ++bpards|boards ++bpat|boat ++bpb|bob ++bpdy|body ++bpnd|bond ++bpnus|bonus ++bpok|book ++bpoking|booking ++bpoks|books ++bpost|boost ++bprder|border ++bprn|born ++bpth|both ++bpttom|bottom ++bpught|bought ++bpund|bound ++bpx|box ++bpy|boy ++bpys|boys ++br|be ++brabch|branch ++brabd|brand ++brach|beach ++braib|brain ++braim|brain ++bramch|branch ++bramd|brand ++brancg|branch ++brancj|branch ++branf|brand ++brans|brand ++branvh|branch ++branxh|branch ++braon|brain ++brar|bear ++brat|beat ++braun|brain ++brauty|beauty ++brcame|became ++brcause|because ++brcome|become ++brd|bed ++breaj|break + breakthough|breakthrough ++breal|break + breif|brief + breifly|briefly ++bren|been ++bresk|break ++brfore|before ++brgan|began ++brgin|begin ++brgun|begun ++brhalf|behalf ++brhind|behind ++briad|broad ++bribg|bring ++bridfe|bridge ++bridgr|bridge ++bridgw|bridge ++bridhe|bridge ++bried|brief ++brieg|brief ++brifge|bridge ++brifht|bright ++briggt|bright ++brighr|bright ++brighy|bright ++brigjt|bright ++brihht|bright ++briken|broken + briliant|brilliant + brillant|brilliant ++brimg|bring ++brinf|bring ++brinh|bring ++brirf|brief ++brirish|British ++brisge|bridge ++brither|brother ++britiah|British ++britidh|British ++britisg|British ++british|British ++britisj|British ++britosh|British ++britush|British ++briught|brought ++briwf|brief ++briwn|brown ++briwse|browse ++briyish|British ++brlief|belief ++brlieve|believe ++brll|bell ++brlow|below ++brnd|bend ++brnefit|benefit + broacasted|broadcast + broadacasting|broadcasting + broady|broadly ++broaf|broad ++broas|broad ++brodge|bridge ++broef|brief ++broen|brown ++broese|browse ++broght|bright ++broight|brought ++brojen|broken ++brokeb|broken ++brokem|broken ++brokrn|broken ++brokwn|broken ++brolen|broken ++brong|bring ++broqn|brown ++broqse|browse ++brorher|brother ++brosd|broad ++brotger|brother ++brothee|brother ++brothet|brother ++brothrr|brother ++brothwr|brother ++brotish|British ++brotjer|brother ++broufht|brought ++brouggt|brought ++broughr|brought ++broughy|brought ++brougjt|brought ++brouhht|brought ++browae|browse ++browb|brown ++browde|browse ++browm|brown ++browsr|browse ++browsw|browse ++broyght|brought ++broyher|brother ++brpad|broad ++brpken|broken ++brpther|brother ++brpught|brought ++brpwn|brown ++brpwse|browse ++brrak|break ++brsides|besides ++brsin|brain ++brsnch|branch ++brsnd|brand ++brst|best ++brta|beta ++brtter|better ++brtween|between ++brudge|bridge ++bruef|brief ++brught|bright ++brung|bring ++brutish|British ++brw|btw ++brwak|break ++bryond|beyond ++bsby|baby ++bsck|back ++bsckup|backup ++bsd|bad ++bsg|bag ++bsgs|bags ++bslance|balance ++bsll|ball ++bsnd|band ++bsnk|bank ++bsnking|banking ++bsnner|banner ++bsr|bar ++bsse|base ++bssic|basic ++bssics|basics ++bssis|basis ++bssket|basket ++bsth|bath ++bsttery|battery ++bsttle|battle ++bsy|bay ++bt|by ++btain|brain ++btanch|branch ++btand|brand ++bte|btw ++bteak|break ++btidge|bridge ++btief|brief ++btight|bright ++bting|bring ++btitish|British ++btoad|broad ++btoken|broken ++btother|brother ++btought|brought ++btown|brown ++btowse|browse ++btq|btw ++bu|by ++bua|bus ++buah|bush ++buay|busy ++buble|bible ++buclear|nuclear ++bud|bus ++budfalo|buffalo ++budfet|budget ++budger|budget ++budgey|budget ++budgrt|budget ++budgwt|budget ++budh|bush ++budhet|budget ++budy|busy ++bueeau|bureau ++buf|bug ++bufdalo|buffalo ++buffako|buffalo ++buffali|buffalo ++buffalp|buffalo ++buffslo|buffalo ++bufgalo|buffalo ++bufget|budget ++bugfalo|buffalo ++buh|bug ++buikd|build ++buikder|builder ++buikt|built ++buildee|builder ++buildet|builder ++buildrr|builder ++buildwr|builder ++builf|build ++builfer|builder ++builr|built ++buils|build ++builser|builder ++buily|built + buisness|business + buisnessman|businessman ++bukk|bulk ++bulj|bulk ++bull|bill ++bumber|number ++bumbers|numbers ++bun|bin ++bunding|binding ++buold|build ++buolder|builder ++buology|biology ++buolt|built ++bur|but ++burd|bird ++bureai|bureau ++bureay|bureau ++buresu|bureau + buring|burning ++burrau|bureau + burried|buried ++bursing|nursing ++burth|birth ++burthday|birthday ++burton|button ++burtons|buttons ++burwau|bureau ++busg|bush ++busget|budget + busineses|business ++busj|bush + busness|business + bussiness|business ++bust|busy ++busu|busy ++buteau|bureau ++buter|buyer ++butron|button ++butrons|buttons ++buttin|button ++buttins|buttons ++buttob|button ++buttobs|buttons ++buttom|button ++buttoms|buttons ++buttona|buttons ++buttond|buttons ++buttpn|button ++buttpns|buttons ++butyon|button ++butyons|buttons ++buu|buy ++buuer|buyer ++buuld|build ++buulder|builder ++buult|built ++buyee|buyer ++buyet|buyer ++buyrr|buyer ++buyton|button ++buytons|buttons ++buywr|buyer ++bw|be ++bwach|beach ++bwar|bear ++bwat|beat ++bwauty|beauty ++bwcame|became ++bwcause|because ++bwcome|become ++bwd|bed ++bwen|been ++bwfore|before ++bwgan|began ++bwgin|begin ++bwgun|begun ++bwhalf|behalf ++bwhind|behind ++bwing|being ++bwlief|belief ++bwlieve|believe ++bwll|bell ++bwlow|below ++bwnd|bend ++bwnefit|benefit ++bwsides|besides ++bwst|best ++bwta|beta ++bwtter|better ++bwtween|between ++bwyond|beyond ++bydget|budget ++byffalo|buffalo ++byg|bug ++byild|build ++byilder|builder ++byilt|built ++bylk|bulk ++byreau|bureau ++bys|bus ++bysh|bush ++bysy|busy ++byt|but ++bytton|button ++byttons|buttons ++byw|btw ++byy|buy ++byyer|buyer ++ca,e|came ++ca,era|camera ++ca,p|camp ++ca,pus|campus ++caae|case ++caah|cash ++caat|cast ++cab|can ++cab't|can't ++cabcel|cancel ++cabcer|cancer ++cabke|cable ++cablr|cable ++cablw|cable ++cabnot|cannot ++cabt|can't + cacuses|caucuses ++cade|case ++cadh|cash ++cadt|cast ++cae|car ++caebon|carbon ++caed|card ++caeds|cards ++caee|care ++caeeer|career ++caeeful|careful ++caery|carry ++caet|cart + cahracters|characters ++caight|caught ++caise|cause ++cakl|call ++cakling|calling + calaber|caliber + calander|calendar ++calid|valid ++calk|call ++calking|calling ++calley|valley ++callibg|calling ++callimg|calling ++callinf|calling ++callinh|calling ++callong|calling ++callung|calling + caluclate|calculate + caluclated|calculated + caluculate|calculate + caluculated|calculated ++calue|value + calulate|calculate + calulated|calculated ++cam|can ++cam't|can't ++camcel|cancel ++camcer|cancer ++cameea|camera ++camers|camera ++cameta|camera ++camnot|cannot ++camo|camp ++camous|campus + campain|campaign + campains|campaigns ++campis|campus ++campua|campus ++campud|campus ++campys|campus ++camr|came ++camrra|camera ++camt|can't ++camw|came ++camwra|camera ++can'r|can't ++can'y|can't ++canbot|cannot ++cancee|cancer ++cancek|cancel ++cancet|cancer ++cancrl|cancel ++cancrr|cancer ++cancwl|cancel ++cancwr|cancer + candadate|candidate + candiate|candidate + candidiate|candidate ++cane|came ++canera|camera ++canle|cable ++canmot|cannot ++cannit|cannot + cannnot|cannot ++cannor|cannot ++cannoy|cannot ++cannpt|cannot ++canp|camp ++canpus|campus ++canr|can't + cant|can't ++canvel|cancel ++canver|cancer ++canxel|cancel ++canxer|cancer ++cany|can't ++cao|cap ++caoable|capable ++caoe|cape ++caoital|capital + caost|coast ++caoture|capture ++capabke|capable ++capablr|capable ++capablw|capable ++capanle|capable ++capavle|capable + caperbility|capability + capible|capable ++capiral|capital ++capitak|capital ++capitsl|capital ++capiyal|capital ++capotal|capital ++capr|cape ++caprure|capture ++capsble|capable + captial|capital ++captire|capture + captued|captured ++captuee|capture + capturd|captured ++capturr|capture ++capturw|capture ++captute|capture ++captyre|capture ++caputal|capital ++capw|cape ++capyure|capture + carachter|character + caracterized|characterized ++caralog|catalog ++carbin|carbon ++carbob|carbon ++carbom|carbon ++carbpn|carbon ++carch|catch ++carda|cards ++cardd|cards ++caredul|careful ++careee|career ++careet|career ++carefil|careful ++carefuk|careful + carefull|careful ++carefyl|careful ++caregul|careful + careing|caring ++carerr|career ++carewr|career ++carey|carry ++carf|card ++carfs|cards ++cariety|variety ++carious|various + carnege|carnage + carnige|carnage ++carnon|carbon ++carr|care + carreer|career ++carrer|career + carrers|careers ++carrful|careful ++carrt|carry ++carru|carry ++cars|card ++carss|cards ++carty|carry ++carvon|carbon ++carw|care ++carwer|career ++carwful|careful ++cary|cart ++casg|cash ++casj|cash ++casr|case + casulaties|casualties ++casw|case ++casy|cast + catagories|categories + catagory|category ++catakog|catalog ++catalig|catalog ++catalof|catalog ++cataloh|catalog ++catalpg|catalog ++catbon|carbon ++catcg|catch ++catcj|catch ++catd|card ++catds|cards ++cate|care ++cateer|career ++cateful|careful ++catry|carry ++catslog|catalog ++catt|cart ++catvh|catch ++catxh|catch ++cauae|cause ++caude|cause ++caufht|caught ++cauggt|caught ++caughr|caught ++caughy|caught ++caugjt|caught ++cauhht|caught + causalities|casualties ++causr|cause ++causw|cause ++cavle|cable ++cay|cat ++cayalog|catalog ++caych|catch ++cayght|caught ++cayse|cause ++cebter|center ++cebtral|central ++cebtre|centre ++cebtury|century ++ceeate|create ++ceedit|credit ++ceeek|creek ++ceetain|certain ++ceew|crew ++cehicle|vehicle ++ceime|crime ++ceisis|crisis ++cekl|cell ++celk|cell + cementary|cemetery + cemetarey|cemetery + cemetary|cemetery ++cemter|center ++cemtral|central ++cemtre|centre ++cemtury|century + cencus|census ++cendor|vendor ++cenrer|center ++cenrral|central ++cenrre|centre ++cenrury|century ++centeal|central ++centee|center ++centet|center ++centiry|century ++centrak|central ++centrr|center ++centrsl|central + centruies|centuries + centruy|century ++centrw|centre ++centtal|central ++centte|centre ++centuey|century ++centure|venture ++centurt|century ++centuru|century ++centuty|century ++centwr|center ++centyry|century ++cenyer|center ++cenyral|central ++cenyre|centre ++cenyury|century ++ceoss|cross + ceratin|certain ++cerify|verify + cerimonies|ceremonies + cerimony|ceremony + ceromony|ceremony ++cerrain|certain ++cersion|version ++certaib|certain ++certaim|certain + certainity|certainty ++certaon|certain ++certaun|certain + certian|certain ++certsin|certain ++cery|very ++ceryain|certain ++cettain|certain ++ceucial|crucial ++ceystal|crystal ++cgain|chain ++cgair|chair ++cgamber|chamber ++cgance|chance ++cgange|change ++cgannel|channel ++cgapter|chapter ++cgarge|charge ++cgarged|charged ++cgart|chart ++cgarter|charter ++cgat|chat ++cgeap|cheap ++cgeck|check ++cgecked|checked ++cgief|chief ++cgild|child ++cgile|Chile ++cgina|china ++cginese|Chinese ++cgip|chip ++cgoice|choice ++cgoose|choose ++cgose|chose ++cgosen|chosen ++cgurch|church ++cha,ber|chamber ++chabce|chance ++chabge|change ++chabnel|channel ++chaege|charge ++chaeged|charged ++chaet|chart ++chaeter|charter ++chaib|chain ++chaie|chair ++chaim|chain ++chait|chair + chalenging|challenging + challange|challenge + challanged|challenged + challege|challenge ++chambee|chamber ++chambet|chamber ++chambrr|chamber ++chambwr|chamber ++chamce|chance ++chamge|change ++chamnel|channel ++chamner|chamber + Champange|Champagne ++chamver|chamber ++chanbel|channel ++chanber|chamber ++chancr|chance ++chancw|chance ++chanfe|change ++changr|change ++changw|change ++chanhe|change ++chanmel|channel ++channek|channel ++channrl|channel ++channwl|channel ++chanve|chance ++chanxe|chance ++chaon|chain ++chaor|chair ++chaoter|chapter ++chaprer|chapter ++chaptee|chapter ++chaptet|chapter ++chaptrr|chapter ++chaptwr|chapter ++chapyer|chapter ++char|chat + charachter|character + charachters|characters + charactors|characters + charaterized|characterized ++charfe|charge ++charfed|charged ++chargef|charged ++charges|charged ++chargr|charge ++chargrd|charged ++chargw|charge ++chargwd|charged ++charhe|charge ++charhed|charged + chariman|chairman + charistics|characteristics ++charr|chart ++charrer|charter ++chartee|charter ++chartet|charter ++chartrr|charter ++chartwr|charter ++chary|chart ++charyer|charter + chasr|chase ++chatge|charge ++chatged|charged ++chatt|chart ++chatter|charter ++chaun|chain ++chaur|chair ++chay|chat ++cheao|cheap ++checj|check ++checjed|checked ++checkef|checked ++checkes|checked ++checkrd|checked ++checkwd|checked ++checl|check ++checled|checked + cheif|chief + chemcial|chemical + chemestry|chemistry + cheque|check ++chesp|cheap ++chevk|check ++chevked|checked ++chexk|check ++chexked|checked ++chiba|china ++chibese|Chinese ++chied|chief ++chieg|chief ++chiice|choice ++chikd|child ++chike|Chile + childen|children ++chile|Chile ++chilf|child ++chilr|Chile ++chils|child ++chilw|Chile ++chima|china ++chimese|Chinese ++chineae|Chinese ++chinede|Chinese ++chinese|Chinese ++chinesr|Chinese ++chinesw|Chinese ++chinrse|Chinese ++chins|china ++chinwse|Chinese ++chio|chip ++chiose|choose ++chirch|church ++chirf|chief ++chise|chose ++chisen|chosen ++chiwf|chief ++choae|chose ++choaen|chosen ++chode|chose ++choden|chosen ++choef|chief ++choicr|choice ++choicw|choice ++choise|choose ++choive|choice ++choixe|choice ++chold|child ++chole|Chile ++chona|china ++chonese|Chinese ++chooae|choose ++chooce|choice ++choode|choose + choosen|chosen ++choosr|choose ++choosw|choose ++chop|chip ++chopse|choose ++choseb|chosen ++chosem|chosen ++chosr|chose ++chosrn|chosen ++chosw|chose ++choswn|chosen ++chouce|choice ++chpice|choice ++chpose|choose ++chpse|chose ++chpsen|chosen + chracter|character ++chrap|cheap ++chrck|check ++chrcked|checked ++chsin|chain ++chsir|chair ++chsmber|chamber ++chsnce|chance ++chsnge|change ++chsnnel|channel ++chspter|chapter ++chsrge|charge ++chsrged|charged ++chsrt|chart ++chsrter|charter ++chst|chat + chuch|church ++chuech|church ++chuef|chief ++chuld|child ++chule|Chile ++chuna|china ++chunese|Chinese ++chup|chip ++churcg|church + churchs|churches ++churcj|church ++churvh|church ++churxh|church ++chutch|church ++chwap|cheap ++chwck|check ++chwcked|checked ++chyrch|church ++ciach|coach ++ciast|coast ++cibema|cinema ++cibil|civil ++cice|vice ++cicil|civil ++cictory|victory ++cide|code ++cideo|video ++cie|vie ++ciecle|circle ++ciecuit|circuit ++ciew|view ++ciffee|coffee ++cild|cold ++cillage|village ++cillect|collect ++cillege|college ++cilor|color ++cilors|colors ++cilture|culture ++cilumn|column ++cim|com ++cimbat|combat ++cimbine|combine ++cime|come ++cimema|cinema ++cimfort|comfort ++ciming|coming ++cimmand|command ++cimment|comment ++cimmon|common ++cimpact|compact ++cimpany|company ++cimpare|compare ++cimpete|compete ++cimplex|complex ++cimply|comply ++cin|con ++cincept|concept ++cincern|concern ++cincert|concert ++cinduct|conduct ++cine,a|cinema ++cinems|cinema ++cinena|cinema ++cinfirm|confirm ++cinnect|connect ++cinrma|cinema ++cinsent|consent ++cinsult|consult ++cintact|contact ++cintain|contain ++cintent|content ++cintest|contest ++cintext|context ++cintrol|control ++cinvert|convert ++cinwma|cinema ++ciok|cook ++cioking|cooking ++ciol|cool ++cip|cup ++cipy|copy ++circiit|circuit ++circke|circle ++circlr|circle ++circlw|circle ++circuir|circuit ++circuiy|circuit ++circuot|circuit + circut|circuit ++circuut|circuit ++circyit|circuit ++cire|core ++cirgin|virgin + ciricuit|circuit ++cirizen|citizen ++cirner|corner ++cirrect|correct ++cirrent|current ++cirtual|virtual ++cirus|virus ++cirvle|circle ++cirvuit|circuit ++cirxle|circle ++cirxuit|circuit ++ciry|city ++cisa|visa ++cisible|visible ++cision|vision ++cisit|visit ++cisitor|visitor ++cist|cost ++cistom|custom ++cists|costs ++cisual|visual ++cit|cut ++cital|vital ++citcle|circle ++citcuit|circuit ++citixen|citizen ++citizeb|citizen ++citizem|citizen ++citizrn|citizen ++citizwn|citizen ++citozen|citizen ++citt|city ++citting|cutting ++citu|city ++cituzen|citizen ++ciuld|could ++ciuldn't|couldn't ++ciuldnt|couldn't ++ciuncil|council ++ciunsel|counsel ++ciunt|count ++ciunter|counter ++ciuntry|country ++ciunty|county ++ciuple|couple ++ciurse|course ++ciurt|court ++civer|cover ++civik|civil + civillian|civilian ++civol|civil ++civul|civil ++ciyizen|citizen ++ciyy|city ++cjain|chain ++cjair|chair ++cjamber|chamber ++cjance|chance ++cjange|change ++cjannel|channel ++cjapter|chapter ++cjarge|charge ++cjarged|charged ++cjart|chart ++cjarter|charter ++cjat|chat ++cjeap|cheap ++cjeck|check ++cjecked|checked ++cjief|chief ++cjild|child ++cjile|Chile ++cjina|china ++cjinese|Chinese ++cjip|chip ++cjoice|choice ++cjoose|choose ++cjose|chose ++cjosen|chosen ++cjurch|church ++ckaim|claim ++ckass|class ++ckassic|classic ++ckean|clean ++ckear|clear ++ckearly|clearly ++ckick|click ++ckient|client ++ckimate|climate ++ckock|clock ++ckose|close ++ckosed|closed ++ckub|club ++claas|class ++claasic|classic ++clads|class ++cladsic|classic + claer|clear + claerer|clearer + claerly|clearly ++clai,|claim + claimes|claims ++clain|claim ++claom|claim + clas|class ++clasa|class ++clasaic|classic ++clasd|class ++clasdic|classic + clasic|classic ++classiv|classic ++classix|classic ++classoc|classic ++classuc|classic ++claum|claim ++cleab|clean ++cleae|clear ++cleaely|clearly ++cleam|clean ++clearky|clearly ++clearlt|clearly ++clearlu|clearly ++cleat|clear ++cleatly|clearly + clera|clear ++clesn|clean ++clesr|clear ++clesrly|clearly ++cli,ate|climate ++clib|club ++clicj|click ++clicl|click ++cliebt|client ++cliemt|client ++clienr|client ++clieny|client ++climare|climate ++climatr|climate ++climatw|climate ++climaye|climate ++climste|climate ++clinate|climate + clincial|clinical ++clirnt|client ++clise|close ++clised|closed ++clivk|click ++cliwnt|client ++clixk|click ++cloae|close ++cloaed|closed ++clocj|clock ++clocl|clock ++clode|close ++cloded|closed ++cloent|client ++clomate|climate ++closef|closed ++closes|closed ++closr|close ++closrd|closed ++closw|close ++closwd|closed ++clovk|clock ++cloxk|clock ++clpck|clock ++clpse|close ++clpsed|closed ++clran|clean ++clrar|clear ++clrarly|clearly ++clsim|claim ++clsss|class ++clsssic|classic ++cluck|click ++cluent|client ++clumate|climate ++clun|club ++cluv|club ++clwan|clean ++clwar|clear ++clwarly|clearly ++clyb|club + cmoputer|computer ++co,|com ++co,bat|combat ++co,bine|combine ++co,e|come ++co,fort|comfort ++co,ing|coming ++co,mand|command ++co,ment|comment ++co,mon|common ++co,pact|compact ++co,pany|company ++co,pare|compare ++co,pete|compete ++co,plex|complex ++co,ply|comply ++coaat|coast ++coacg|coach ++coacj|coach ++coadt|coast ++coasr|coast ++coasy|coast ++coat|cost ++coats|costs ++coavh|coach ++coaxh|coach ++cob|con ++cobcept|concept ++cobcern|concern ++cobcert|concert ++cobduct|conduct ++cober|cover ++cobfirm|confirm ++cobnect|connect ++cobsent|consent ++cobsult|consult ++cobtact|contact ++cobtain|contain ++cobtent|content ++cobtest|contest ++cobtext|context ++cobtrol|control ++cobvert|convert ++cocer|cover + coctail|cocktail ++codfee|coffee ++codr|code ++codt|cost ++codts|costs ++codw|code ++coee|core ++coener|corner ++coerect|correct ++cofdee|coffee ++cofe|code ++coffer|coffee ++coffew|coffee ++coffre|coffee ++coffwe|coffee ++cofgee|coffee ++cogfee|coffee ++coice|voice ++coik|cook ++coiking|cooking ++coil|cool ++coild|could ++coildn't|couldn't ++coildnt|couldn't ++coincil|council ++coinsel|counsel ++coint|count ++cointer|counter ++cointry|country ++cointy|county ++coiple|couple ++coirse|course ++coirt|court ++cokd|cold ++coklect|collect ++coklege|college ++cokor|color ++cokors|colors ++cokumn|column + colateral|collateral + colelctive|collective ++colf|cold ++colimn|column ++colir|color ++colirs|colors ++colkect|collect ++colkege|college ++collecr|collect + collecton|collection ++collecy|collect ++collefe|college ++collegr|college + collegue|colleague + collegues|colleagues ++collegw|college ++collehe|college ++collevt|collect ++collext|collect ++collrct|collect ++collrge|college ++collwct|collect ++collwge|college ++coloe|color ++coloes|colors ++colora|colors ++colord|colors ++colot|color ++colots|colors ++colpr|color ++colprs|colors ++cols|cold ++colu,n|column ++columb|column ++colume|volume ++columes|volumes ++columm|column ++colunn|column ++colymn|column ++com,and|command ++com,ent|comment ++com,on|common + comander|commander + comany|company + comapany|company + comback|comeback ++combar|combat ++combay|combat ++combibe|combine ++combime|combine ++combinr|combine ++combinw|combine ++combone|combine ++combst|combat ++combune|combine ++comcept|concept ++comcern|concern ++comcert|concert ++comdort|comfort ++comduct|conduct ++comfirm|confirm ++comfirt|comfort ++comfoet|comfort ++comforr|comfort ++comfory|comfort ++comfott|comfort ++comfprt|comfort ++comgort|comfort ++comibg|coming ++comimg|coming ++cominf|coming ++cominh|coming + comision|commission + comisioner|commissioner + comission|commission +@@ -472,8 +3663,17 @@ comiting|committing + comitted|committed + comittee|committee + comitting|committing ++commabd|command ++commamd|command ++commanf|command ++commans|command ++commebt|comment ++commemt|comment ++commenr|comment ++commeny|comment + commerical|commercial + commericial|commercial ++commin|common + comming|coming + comminication|communication + commision|commission +@@ -484,28 +3684,107 @@ commiting|committing + committe|committee + committment|commitment + committments|commitments ++commob|common ++commom|common + commongly|commonly ++commpn|common ++commrnt|comment ++commsnd|command + commuications|communications + commuinications|communications + communciation|communication + communiation|communication + communites|communities ++commwnt|comment ++comnand|command ++comnat|combat ++comnect|connect ++comnent|comment ++comnine|combine ++comnon|common ++comoact|compact ++comoany|company ++comoare|compare ++comoete|compete ++comolex|complex ++comoly|comply ++comong|coming ++compaby|company ++compacr|compact ++compacy|compact ++compaee|compare ++compamy|company ++compant|company ++companu|company + comparision|comparison ++comparr|compare ++comparw|compare + compatable|compatible ++compate|compare + compatiable|compatible ++compavt|compact ++compaxt|compact + compeitions|competitions + compensantion|compensation ++compere|compete + competative|competitive + competion|competition + competitiion|competition + competive|competitive ++competr|compete ++competw|compete ++compeye|compete + comphrehensive|comprehensive ++compkex|complex ++compky|comply ++complec|complex + completelyl|completely + completetion|completion ++complez|complex ++complrx|complex ++complt|comply ++complu|comply ++complwx|complex + componant|component + comprable|comparable + comprimise|compromise ++comprte|compete ++compsct|compact ++compsny|company ++compsre|compare ++compwte|compete ++comr|come ++comsent|consent ++comsult|consult ++comtact|contact ++comtain|contain ++comtent|content ++comtest|contest ++comtext|context ++comtrol|control ++comung|coming ++comvat|combat ++comvert|convert ++comvine|combine ++comw|come ++conaent|consent ++conault|consult ++conbat|combat ++conbect|connect ++conbert|convert ++conbine|combine ++conceen|concern ++conceet|concert + concensus|consensus ++conceot|concept ++concepr|concept ++concepy|concept ++concerb|concern ++concerm|concern ++concerr|concert ++concery|concert ++concetn|concern ++concett|concert + concider|consider + concidered|considered + concidering|considering +@@ -514,25 +3793,78 @@ concieved|conceived + concious|conscious + conciously|consciously + conciousness|consciousness ++concrpt|concept ++concrrn|concern ++concrrt|concert ++concwpt|concept ++concwrn|concern ++concwrt|concert + condamned|condemned + condemmed|condemned ++condent|consent ++condict|conduct + condidtion|condition + condidtions|conditions ++condirm|confirm ++conducr|conduct ++conducy|conduct ++condult|consult ++conduvt|conduct ++conduxt|conduct ++condyct|conduct ++cone|come + conected|connected + conection|connection ++conema|cinema + conesencus|consensus + confidental|confidential ++confiem|confirm ++confir,|confirm ++confirn|confirm ++confitm|confirm ++conform|confirm ++confort|comfort + confortable|comfortable ++confuct|conduct ++confurm|confirm ++congirm|confirm + congradulations|congratulations + congresional|congressional ++coning|coming ++conmand|command ++conmect|connect ++conment|comment ++conmon|common ++connecr|connect ++connecy|connect ++connevt|connect ++connext|connect ++connrct|connect ++connwct|connect ++conpact|compact ++conpany|company ++conpare|compare ++conpete|compete ++conplex|complex ++conply|comply ++conract|contact ++conrain|contain ++conrent|content ++conrest|contest ++conrext|context ++conrrol|control + conscent|consent + consciouness|consciousness + consdider|consider + consdidered|considered + consdiered|considered ++consebt|consent + consectutive|consecutive ++consemt|consent ++consenr|consent + consentrate|concentrate + consentrated|concentrated ++conseny|consent + consept|concept + consequeseces|consequences + consern|concern +@@ -543,12 +3875,14 @@ consiciousness|consciousness + consicousness|consciousness + considerd|considered + consideres|considered ++consilt|consult + consious|conscious + consistant|consistent + consistantly|consistently + consitution|constitution + consitutional|constitutional + consorcium|consortium ++consrnt|consent + constanly|constantly + constatn|constant + constinually|continually +@@ -556,9 +3890,36 @@ constituion|constitution + constituional|constitutional + consttruction|construction + constuction|construction ++consuct|conduct ++consukt|consult + consulant|consultant ++consulr|consult ++consuly|consult ++conswnt|consent ++consylt|consult ++contacr|contact ++contacy|contact ++contaib|contain ++contaim|contain + containes|contains ++contaon|contain ++contaun|contain ++contavt|contact ++contaxt|contact ++conteat|contest ++contebt|content ++contect|context ++contedt|contest ++contemt|content + contendor|contender ++contenr|content ++conteny|content ++conteol|control ++contesr|contest ++contesy|contest ++contexr|context ++contexy|context ++contezt|context + contined|continued + continous|continuous + continously|continuously +@@ -567,7 +3928,10 @@ contravercial|controversial + contraversy|controversy + contributer|contributor + contributers|contributors ++contril|control + contritutions|contributions ++contrnt|content ++controk|control + controled|controlled + controling|controlling + controll|control +@@ -578,35 +3942,288 @@ controversal|controversial + controversey|controversy + controvertial|controversial + controvery|controversy ++contrpl|control ++contrst|contest + contruction|construction ++contrxt|context ++contsct|contact ++contsin|contain ++conttol|control ++contwnt|content ++contwst|contest ++contwxt|context ++conveet|convert + conveinent|convenient + convential|conventional ++convept|concept ++convern|concern ++converr|convert + convertion|conversion ++convery|convert ++convett|convert + conviced|convinced + convienient|convenient ++convrrt|convert ++convwrt|convert ++conxept|concept ++conxern|concern ++conxert|concert ++conyact|contact ++conyain|contain ++conyent|content ++conyest|contest ++conyext|context ++conyrol|control ++cooj|cook ++coojing|cooking ++cookibg|cooking ++cookimg|cooking ++cookinf|cooking ++cookinh|cooking ++cookong|cooking ++cookung|cooking ++cooling|cooking + coorperation|cooperation + coorperations|corporations ++cooy|copy ++copk|cook ++copking|cooking ++copl|cool + copmetitors|competitors ++copt|copy ++copu|copy + coputer|computer + copywrite|copyright ++corber|corner ++corcle|circle ++corcuit|circuit ++coreect|correct ++cormer|corner ++cornee|corner ++cornet|corner + cornmitted|committed ++cornrr|corner ++cornwr|corner + corparate|corporate + corperations|corporations ++corr|core ++correcr|correct ++correcy|correct + correspondant|correspondent ++correvt|correct ++corrext|correct + corridoors|corridors + corrispondant|correspondent ++corrrct|correct ++corrwct|correct ++cortect|correct ++corw|core ++cosch|coach ++cose|code ++cosr|cost ++cosrs|costs ++cosst|coast ++costa|costs ++costd|costs + costitution|constitution ++cosy|cost ++cosys|costs ++cote|core ++cotizen|citizen ++cotner|corner ++cotrect|correct ++coty|city ++coubcil|council ++coubsel|counsel ++coubt|count ++coubter|counter ++coubtry|country ++coubty|county + coucil|council + coudl|cloud ++couese|course ++couet|court ++coukd|could ++coukdn't|couldn't ++coukdnt|couldn't ++couldb't|couldn't ++couldbt|couldn't ++couldm't|couldn't ++couldmt|couldn't ++couldn'r|couldn't ++couldn'y|couldn't ++couldnr|couldn't + couldnt|couldn't ++couldny|couldn't ++coulf|could ++coulfn't|couldn't ++coulfnt|couldn't ++couls|could ++coulsn't|couldn't ++coulsnt|couldn't ++coumcil|council ++coumsel|counsel ++coumt|count ++coumter|counter ++coumtry|country ++coumty|county ++counael|counsel + councellor|counselor ++councik|council ++councol|council ++councul|council ++coundel|counsel ++counr|count ++counrer|counter + counries|countries ++counrry|country ++counry|county ++counsek|counsel ++counsrl|counsel ++counswl|counsel + countains|contains ++countee|counter ++countet|counter ++countey|country + countires|countries + countrie's|countries ++countrr|counter ++countrt|country ++countru|country ++countt|county ++countty|country ++countu|county ++countwr|counter ++counvil|council ++counxil|council ++couny|count ++counyer|counter ++counyry|country ++counyy|county ++couole|couple ++coupke|couple ++couplr|couple ++couplw|couple ++courae|course ++courde|course ++courr|court ++coursr|course ++coursw|course ++coury|court ++coutse|course ++coutt|court ++covee|cover + coverted|converted ++covet|cover ++covil|civil ++covrr|cover ++covwr|cover ++coyld|could ++coyldn't|couldn't ++coyldnt|couldn't ++coyncil|council ++coynsel|counsel ++coynt|count ++coynter|counter ++coyntry|country ++coynty|county ++coyple|couple ++coyrse|course ++coyrt|court ++cpach|coach ++cpast|coast ++cpde|code ++cpffee|coffee ++cpld|cold ++cpllect|collect ++cpllege|college ++cplor|color ++cplors|colors ++cplumn|column ++cpm|com ++cpmbat|combat ++cpmbine|combine ++cpme|come ++cpmfort|comfort ++cpming|coming ++cpmmand|command ++cpmment|comment ++cpmmon|common ++cpmpact|compact ++cpmpany|company ++cpmpare|compare ++cpmpete|compete ++cpmplex|complex ++cpmply|comply ++cpn|con ++cpncept|concept ++cpncern|concern ++cpncert|concert ++cpnduct|conduct ++cpnfirm|confirm ++cpnnect|connect ++cpnsent|consent ++cpnsult|consult ++cpntact|contact ++cpntain|contain ++cpntent|content ++cpntest|contest ++cpntext|context ++cpntrol|control ++cpnvert|convert ++cpok|cook ++cpoking|cooking ++cpol|cool + cpoy|copy ++cppy|copy ++cpre|core ++cprner|corner ++cprrect|correct ++cpst|cost ++cpsts|costs ++cpuld|could ++cpuldn't|couldn't ++cpuldnt|couldn't ++cpuncil|council ++cpunsel|counsel ++cpunt|count ++cpunter|counter ++cpuntry|country ++cpunty|county ++cpuple|couple ++cpurse|course ++cpurt|court ++cpver|cover + creaeted|created ++creare|create ++creatr|create ++creatw|create ++creaye|create ++credir|credit ++crediy|credit ++credot|credit ++credut|credit ++cree|crew ++creej|creek ++creel|creek ++crefit|credit ++creq|crew ++crerk|creek ++cresit|credit ++creste|create ++crewk|creek ++cri,e|crime ++criais|crisis ++cricial|crucial ++cridis|crisis ++crimr|crime ++crimw|crime ++crine|crime ++crisia|crisis ++crisid|crisis ++crisos|crisis ++criss|cross ++crisus|crisis + criterias|criteria + criticists|critics + critising|criticizing +@@ -616,28 +4233,392 @@ critisized|criticized + critisizing|criticizing + critized|criticized + critizing|criticizing ++crll|cell ++crnter|center ++crntral|central ++crntre|centre ++crntury|century ++croas|cross ++crods|cross ++crome|crime ++crosa|cross ++crosd|cross ++crosis|crisis + crowm|crown ++crpss|cross ++crrate|create ++crrdit|credit ++crrek|creek ++crrtain|certain ++crrw|crew + crtical|critical ++crtstal|crystal ++cruciak|crucial ++crucisl|crucial ++crucoal|crucial ++crucual|crucial ++crume|crime ++crusis|crisis ++crustal|crystal ++cruvial|crucial ++cruxial|crucial ++crwate|create ++crwdit|credit ++crwek|creek ++crww|crew ++cryatal|crystal ++crycial|crucial ++crydtal|crystal ++crysral|crystal ++crystak|crystal ++crystsl|crystal ++crysyal|crystal ++csble|cable ++csll|call ++cslling|calling ++csme|came ++csmera|camera ++csmp|camp ++csmpus|campus ++csn|can ++csn't|can't ++csncel|cancel ++csncer|cancer ++csnnot|cannot ++csnt|can't ++csp|cap ++cspable|capable ++cspe|cape ++cspital|capital ++cspture|capture ++csr|car ++csrbon|carbon ++csrd|card ++csrds|cards ++csre|care ++csreer|career ++csreful|careful ++csrry|carry ++csrt|cart ++csse|case ++cssh|cash ++csst|cast ++cst|cat ++cstalog|catalog ++cstch|catch ++csught|caught ++csuse|cause ++ctcle|cycle ++cteate|create ++ctedit|credit ++cteek|creek ++ctew|crew ++ctime|crime ++ctisis|crisis ++ctoss|cross ++ctucial|crucial ++ctystal|crystal ++cuatom|custom ++cucle|cycle ++cudtom|custom ++cuerent|current ++cukture|culture ++culrure|culture ++cultire|culture ++cultuee|culture ++culturr|culture ++culturw|culture ++cultute|culture ++cultyre|culture ++culyure|culture ++cunema|cinema ++cuo|cup ++cur|cut + curch|church ++curcle|circle + curcuit|circuit ++cureent|current ++currebt|current ++curremt|current + currenly|currently ++currenr|current ++curreny|current ++currrnt|current ++currwnt|current ++curtent|current ++curting|cutting ++cusrom|custom ++custim|custom ++custo,|custom ++custon|custom ++custpm|custom ++cusyom|custom ++cutizen|citizen ++cutrent|current ++cutring|cutting ++cuttibg|cutting ++cuttimg|cutting ++cuttinf|cutting ++cuttinh|cutting ++cuttong|cutting ++cuttung|cutting ++cuty|city ++cutying|cutting ++cuvil|civil ++cuy|cut ++cuyting|cutting ++cwll|cell ++cwnter|center ++cwntral|central ++cwntre|centre ++cwntury|century ++cwrtain|certain ++cxech|Czech ++cycke|cycle ++cyclr|cycle ++cyclw|cycle ++cylture|culture ++cyp|cup ++cyrrent|current ++cystom|custom ++cyt|cut ++cytting|cutting ++cyvle|cycle ++cyxle|cycle ++czecg|Czech ++czech|Czech ++czecj|Czech ++czevh|Czech ++czexh|Czech ++czrch|Czech ++czwch|Czech ++da,age|damage ++dabce|dance ++dabger|danger ++dace|face ++dacebook|Facebook ++dacing|facing ++dact|fact ++dactor|factor ++dactory|factory ++daculty|faculty ++daek|dark + dael|deal ++dafe|safe ++dafety|safety ++daid|said ++daiky|daily ++dail|fail ++dailt|daily ++dailu|daily ++dailure|failure ++daint|saint ++dair|fair ++dairly|fairly ++daith|faith ++dalary|salary ++dale|sale ++dales|sales ++dall|fall ++dalls|falls ++dalse|false ++dalt|salt ++damafe|damage ++damagr|damage ++damagw|damage ++damahe|damage ++damce|dance ++dame|same + damenor|demeanor ++damger|danger ++damily|family ++damous|famous ++dample|sample ++damsge|damage ++dan|fan ++danage|damage ++dancr|dance ++dancw|dance ++danfer|danger ++dangee|danger ++danget|danger ++dangrr|danger ++dangwr|danger ++danher|danger ++dantasy|fantasy ++danve|dance ++danxe|dance ++daoly|daily ++dar|far ++dara|data ++dare|date ++dares|dates ++darj|dark ++darl|dark ++darm|farm ++dashion|fashion ++dast|fast ++dat|day ++datea|dates ++dated|dates ++dather|father ++datisfy|satisfy ++datk|dark ++datr|date ++datrs|dates ++dats|data ++datw|date ++datws|dates ++dau|day ++dauly|daily ++daus|days ++dave|save ++daving|saving ++davings|savings ++davor|favor ++daw|saw ++daya|data ++dayd|days ++daye|date ++dayes|dates ++daying|saying ++dcale|scale ++dcene|scene ++dcheme|scheme ++dchool|school ++dcience|science ++dcope|scope ++dcore|score ++dcreen|screen ++dcript|script ++de,and|demand ++de,o|demo ++dea|sea ++deab|dean ++deae|dear ++deaf|dead ++deaft|draft ++deaign|design ++deaigns|designs ++deaire|desire ++deak|deal ++deaking|dealing ++dealibg|dealing ++dealimg|dealing ++dealinf|dealing ++dealinh|dealing ++dealong|dealing ++dealung|dealing ++deam|dean ++deama|drama ++deapite|despite ++dearch|search ++dearh|death ++deas|dead ++deason|season ++deat|dear ++deatg|death ++deatj|death ++deature|feature ++deaw|draw ++deawing|drawing ++deawn|drawn ++deayh|death ++deb|den ++debare|debate ++debatr|debate ++debatw|debate ++debaye|debate ++debelop|develop ++debice|device ++deboted|devoted ++debr|debt ++debsity|density ++debste|debate ++debtal|dental ++deby|debt ++dec|sec ++decadr|decade ++decadw|decade ++decafe|decade ++decase|decade ++decelop|develop + decendant|descendant + decendent|descendant ++decice|device ++decidef|decided + decidely|decidedly ++decides|decided ++decidr|decide ++decidrd|decided ++decidw|decide ++decidwd|decided + decieved|deceived ++decife|decide ++decifed|decided ++decise|decide ++decised|decided + decison|decision ++deckine|decline ++declibe|decline ++declime|decline ++declinr|decline ++declinw|decline ++declone|decline ++declune|decline ++decode|decide ++decoded|decided ++decond|second ++deconds|seconds ++decoted|devoted ++decret|secret + decribe|describe + decribed|described + decribes|describes + decribing|describing ++decsde|decade + dectect|detect ++dection|section ++dector|sector ++decude|decide ++decuded|decided ++decure|secure ++dedault|default ++dedense|defense ++dederal|federal ++dedign|design ++dedigns|designs ++dedine|define ++dedire|desire ++dedk|desk ++dedpite|despite ++dee|see ++deeam|dream ++deed|feed ++deek|seek ++deel|feel ++deeling|feeling ++deem|seem ++deen|seen ++deeo|deep ++defailt|default ++defaukt|default ++defaulr|default ++defauly|default ++defaylt|default ++defebse|defense ++defemse|defense ++defenae|defense ++defende|defense + defendent|defendant + defendents|defendants ++defensr|defense ++defensw|defense + deffensively|defensively + deffine|define + deffined|defined ++defibe|define ++defime|define + definance|defiance + definate|definite + definately|definitely +@@ -647,18 +4628,132 @@ definining|defining + definit|definite + definitly|definitely + definiton|definition ++definr|define + defintion|definition ++definw|define ++defone|define ++defree|degree ++defrnse|defense ++defsult|default ++defune|define ++defwnse|defense ++degault|default ++degeee|degree ++degense|defense ++degine|define ++degrer|degree ++degrew|degree ++degrre|degree ++degrwe|degree ++degtee|degree ++dehree|degree ++deink|drink ++deive|drive ++deiven|driven ++deiver|driver ++deiving|driving ++dekay|delay ++dekete|delete ++dekiver|deliver ++dekl|dell ++dekta|delta + delagates|delegates ++delat|delay ++delau|delay ++delect|select ++delere|delete ++deletr|delete ++deletw|delete + delevopment|development ++deleye|delete ++delf|self ++deliber|deliver + deliberatly|deliberately ++delicer|deliver ++delivee|deliver ++delivet|deliver ++delivrr|deliver ++delivwr|deliver ++delk|dell ++dellow|fellow ++delover|deliver ++delra|delta ++delrte|delete ++delsy|delay ++delt|felt ++delts|delta ++deluver|deliver ++delwte|delete ++delya|delta ++dem|den ++demabd|demand ++demale|female ++demamd|demand ++demanf|demand ++demans|demand + demenor|demeanor ++demi|demo ++deminar|seminar + demographical|demographic + demorcracy|democracy + demostration|demonstration ++demp|demo ++demsity|density ++demsnd|demand ++demtal|dental ++denaity|density ++denand|demand ++denate|debate ++dend|send ++dendity|density ++denior|senior ++deno|demo ++denral|dental ++dense|sense ++densiry|density ++densitt|density ++densitu|density ++densiyy|density ++densoty|density ++densuty|density ++dent|sent ++dentak|dental ++dentsl|dental ++denyal|dental ++deoend|depend ++deop|drop ++deoth|depth ++deouty|deputy + deparment|department + deparments|departments ++depebd|depend ++depemd|depend + dependant|dependent ++depenf|depend ++depens|depend ++depity|deputy ++deprh|depth ++deprnd|depend ++deptg|depth ++deptj|depth ++depury|deputy ++deputt|deputy ++deputu|deputy ++depuyy|deputy ++depwnd|depend ++depyh|depth ++depyty|deputy ++derail|detail + deram|dream ++derect|detect ++derial|serial ++deries|series ++derious|serious ++derp|deep ++derve|serve ++derver|server ++dervice|service ++derving|serving + descibed|described + descision|decision + descisions|decisions +@@ -666,55 +4761,277 @@ descriibes|describes + descripton|description + desctruction|destruction + descuss|discuss ++desd|dead + desgined|designed + deside|decide ++desiee|desire ++desifn|design ++desifns|designs ++desigb|design ++desigbs|designs + desigining|designing ++desigm|design ++desigms|designs ++designa|designs ++designd|designs ++desihn|design ++desihns|designs ++desirr|desire ++desirw|desire ++desite|desire + desitned|destined ++desj|desk + desktiop|desktop ++desl|deal ++desling|dealing ++desn|dean ++desogn|design ++desogns|designs ++desoite|despite + desorder|disorder ++desore|desire + desparate|desperate + despatched|dispatched + despiration|desperation ++despire|despite ++despitr|despite ++despitw|despite ++despiye|despite ++despote|despite ++despute|despite ++desr|dear + dessigned|designed ++dession|session ++desth|death + destory|destroy ++desugn|design ++desugns|designs ++desure|desire ++det|set ++detaik|detail + detailled|detailed ++detaol|detail + detatched|detached ++detaul|detail ++detecr|detect ++detecy|detect + deterioriating|deteriorating + determinining|determining ++detevt|detect ++detext|detect ++detrct|detect ++detsil|detail ++detting|setting ++detwct|detect ++deug|drug ++devade|decade + devasted|devastated ++devate|debate ++devekop|develop ++develip|develop ++develoo|develop + develope|develop + developement|development + developped|developed + develpment|development ++develpp|develop ++deven|seven ++deveral|several ++devere|severe + devestated|devastated + devestating|devastating ++devicr|device ++devicw|device + devide|divide + devided|divided + devistating|devastating ++devited|devoted ++devive|device ++devixe|device ++devline|decline ++devoce|device + devolopement|development ++devored|devoted ++devotef|devoted ++devotes|devoted ++devotrd|devoted ++devotwd|devoted ++devoyed|devoted ++devpted|devoted ++devrlop|develop ++devt|debt ++devuce|device ++devwlop|develop ++dew|few ++dewer|fewer ++dewp|deep ++dex|sex ++dexade|decade ++dexide|decide ++dexided|decided ++dexline|decline ++dexual|sexual ++dey|dry ++deyail|detail ++deyect|detect ++dhall|shall ++dhape|shape ++dhare|share ++dhares|shares ++dharp|sharp ++dhe|she ++dhe's|she's ++dheet|sheet ++dhell|shell ++dhes|she's ++dhift|shift ++dhip|ship ++dhop|shop ++dhort|short ++dhot|shot ++dhould|should ++dhouldn't|shouldn't ++dhouldnt|shouldn't ++dhow|show ++dhowed|showed ++dhowing|showing ++dhown|shown ++di|do ++diacuss|discuss ++diaease|disease ++diak|disk + diamons|diamonds ++diaplay|display + diaster|disaster ++diberse|diverse ++dibner|dinner ++dic|doc ++dicerse|diverse + dicover|discover + dicovered|discovered + dicovering|discovering + dicovery|discovery ++diction|fiction ++dictor|doctor + dicussed|discussed ++didb't|didn't ++didbt|didn't ++didcuss|discuss ++dide|side ++didease|disease ++didfer|differ ++didk|disk ++didm't|didn't ++didmt|didn't ++didn'r|didn't ++didn'y|didn't ++didnr|didn't + didnt|didn't ++didny|didn't ++didplay|display + diea|die ++dieect|direct + dieing|dying ++dield|field ++dier|diet ++dierra|sierra ++dies|does ++diesn't|doesn't ++diesnt|doesn't ++diey|diet ++dif|did ++difder|differ + diferent|different + diferrent|different ++diffee|differ + differnt|different ++diffet|differ + difficulity|difficulty + diffrent|different ++diffrr|differ ++diffwr|differ ++difger|differ + dificulties|difficulties + dificulty|difficulty ++difital|digital ++difn't|didn't ++difnt|didn't ++difth|fifth ++dig|dog ++digfer|differ ++dight|fight ++digiral|digital ++digitak|digital ++digitsl|digital ++digiyal|digital ++dign|sign ++dignal|signal ++digotal|digital ++digure|figure ++digures|figures ++digutal|digital ++dihital|digital ++diimark|diomark ++dile|file ++dilicon|silicon ++dill|fill ++dillar|dollar ++dilm|film ++dilter|filter ++dilver|silver ++dimain|domain + dimenions|dimensions + dimention|dimension + dimentional|dimensional + dimentions|dimensions + dimesnional|dimensional ++dimilar|similar ++dimner|dinner ++dimple|simple ++dimply|simply ++din|don ++din't|don't ++dinal|final ++dinally|finally ++dinance|finance ++dinate|donate ++dinber|dinner ++dince|since ++dind|find ++dinder|finder ++dinding|finding ++dine|done ++dingle|single ++dinish|finish ++dinmer|dinner ++dinnee|dinner ++dinnet|dinner ++dinnrr|dinner ++dinnwr|dinner ++dint|don't ++dio,ark|diomark ++diomaek|diomark ++diomarj|diomark ++diomarl|diomark ++diomatk|diomark ++diomsrk|diomark ++dionark|diomark ++dior|door + diplomancy|diplomacy ++dipmark|diomark ++dir|die ++dire|fire ++direcr|direct ++direcy|direct ++direvt|direct ++dirext|direct ++diring|during ++dirm|firm ++dirrct|direct ++dirst|first ++dirt|diet ++dirwct|direct ++dis|did + disagreeed|disagreed + disapeared|disappeared + disapointing|disappointing +@@ -722,17 +5039,41 @@ disappearred|disappeared + disaproval|disapproval + disasterous|disastrous + disatrous|disastrous ++discal|fiscal ++disciss|discuss + discribe|describe + discribed|described + discribes|describes + discribing|describing + disctinction|distinction + disctinctive|distinctive ++discuas|discuss ++discuds|discuss ++discusa|discuss ++discusd|discuss ++discyss|discuss ++diseaae|disease ++diseade|disease ++diseasr|disease ++diseasw|disease ++disesse|disease ++dish|fish ++dishing|fishing + disiplined|disciplined ++disj|disk ++disl|disk ++disn't|didn't ++disnt|didn't ++disolay|display + disolved|dissolved + disover|discover + dispair|despair + dispite|despite ++dispkay|display ++displat|display ++displau|display ++displsy|display ++disrase|disease + disricts|districts + dissagreement|disagreement + dissapear|disappear +@@ -744,70 +5085,999 @@ dissappear|disappear + dissappears|disappears + dissappointed|disappointed + dissarray|disarray ++dister|sister + distiction|distinction + distingish|distinguish + distrubution|distribution + distruction|destruction + distructive|destructive ++disvuss|discuss ++diswase|disease ++disxuss|discuss ++dit|fit ++dite|site ++ditect|direct ++ditness|fitness + ditributed|distributed ++ditting|sitting ++dity|duty ++diuble|double ++diubt|doubt ++dive|five ++diveese|diverse ++diverae|diverse ++diverde|diverse + diversed|diverse ++diversr|diverse ++diversw|diverse ++divetse|diverse + divice|device + divison|division + divisons|divisions ++divrrse|diverse ++divwrse|diverse ++diw|die ++diwn|down ++diwt|diet ++dix|six ++dixed|fixed ++dize|size ++dkill|skill ++dkin|skin ++dkip|skip ++dky|sky ++dlag|flag ++dlash|flash ++dlat|flat ++dleep|sleep ++dlide|slide ++dlight|flight ++dloor|floor ++dlow|flow ++dlower|flower ++dly|fly ++dlying|flying ++dmall|small ++dmart|smart ++dmith|smith ++dmoking|smoking ++dmooth|smooth ++dnow|snow ++do,ain|domain ++doal|dial ++dob|don ++dob't|don't ++dobate|donate ++dobe|done ++dobt|don't ++doccer|soccer + doccument|document + doccumented|documented + doccuments|documents ++docial|social ++dociety|society ++docror|doctor ++doctir|doctor ++doctoe|doctor ++doctot|doctor ++doctpr|doctor + documenatry|documentary ++docus|focus ++docyor|doctor ++dod|did ++dodn't|didn't ++dodnt|didn't ++doe|die ++doea|does ++doean't|doesn't ++doeant|doesn't ++doed|does ++doedn't|doesn't ++doednt|doesn't ++doen|down + doens|does ++doesb't|doesn't ++doesbt|doesn't ++doesm't|doesn't ++doesmt|doesn't ++doesn'r|doesn't ++doesn'y|doesn't ++doesnr|doesn't + doesnt|doesn't ++doesny|doesn't ++doet|diet ++dof|dog ++doffer|differ ++doft|soft ++dogital|digital ++doh|dog ++doible|double ++doibt|doubt + doign|doing ++doil|soil ++doir|door ++doklar|dollar ++dolar|solar ++dold|sold ++dole|sole ++dolely|solely ++dolid|solid ++dolkar|dollar ++dollae|dollar ++dollat|dollar ++dollow|follow ++dollsr|dollar ++dolo|solo ++dolve|solve ++dom|don ++dom't|don't ++domaib|domain ++domaim|domain ++domaon|domain ++domate|donate ++domaun|domain ++dome|some ++domeone|someone ++domething|something + dominaton|domination + dominent|dominant + dominiant|dominant ++domsin|domain ++domt|don't ++don'r|don't ++don'y|don't ++donain|domain ++donare|donate ++donatr|donate ++donatw|donate ++donaye|donate ++dong|song + donig|doing ++donner|dinner ++donr|done ++donste|donate + dont|don't ++donw|done ++dony|don't ++dood|food ++dooe|door ++doomark|diomark ++doon|soon ++doot|door ++dopr|door ++doqn|down ++dor|for ++dorce|force ++dorced|forced ++dorces|forces ++dord|ford ++dorect|direct ++doreign|foreign ++dorest|forest ++dorever|forever ++dorget|forget ++dorgot|forgot ++dorm|form ++dormal|formal ++dormat|format ++dormer|former ++dormula|formula ++dorry|sorry ++dors|does ++dorsn't|doesn't ++dorsnt|doesn't ++dort|sort ++dorth|forth ++dorum|forum ++dorward|forward ++doscuss|discuss ++dosease|disease ++dosk|disk ++dosplay|display ++doster|foster + doub|doubt ++doubke|double ++doublr|double ++doublw|double ++doubr|doubt ++douby|doubt ++dought|sought ++doul|soul + doulbe|double ++dound|found ++dounder|founder ++dounle|double ++dount|doubt ++dour|four ++dource|source ++dourth|fourth ++douth|south ++douvle|double ++douvt|doubt ++dov|doc ++doverse|diverse ++dovtor|doctor ++dowb|down + dowloads|downloads ++dowm|down ++dows|does ++dowsn't|doesn't ++dowsnt|doesn't ++dox|doc ++doxtor|doctor ++doy|dot ++doyble|double ++doybt|doubt ++dp|do ++dpa|spa ++dpace|space ++dpam|spam ++dpanish|Spanish ++dpc|doc ++dpctor|doctor ++dpeak|speak ++dpeaker|speaker ++dpecial|special ++dpecies|species ++dpecify|specify ++dpeech|speech ++dpeed|speed ++dpend|spend ++dpent|spent ++dpes|does ++dpesn't|doesn't ++dpesnt|doesn't ++dpg|dog ++dpirit|spirit ++dplit|split ++dpllar|dollar ++dpmain|domain ++dpn|don ++dpn't|don't ++dpnate|donate ++dpne|done ++dpnt|don't ++dponsor|sponsor ++dpor|door ++dport|sport ++dports|sports ++dpot|spot ++dpread|spread ++dpring|spring ++dpt|dot ++dpuble|double ++dpubt|doubt ++dpwn|down ++dquare|square ++dra,a|drama ++drad|dead ++dradt|draft ++drae|draw ++draeing|drawing ++draen|drawn ++drafr|draft ++drafy|draft ++dragt|draft ++dral|deal ++draling|dealing ++drame|frame ++drames|frames ++drams|drama + dramtic|dramatic ++dran|dean ++drana|drama ++drank|frank ++draq|draw ++draqing|drawing ++draqn|drawn ++drar|dear ++drath|death ++drawb|drawn ++drawibg|drawing ++drawimg|drawing ++drawinf|drawing ++drawinh|drawing ++drawm|drawn ++drawong|drawing ++drawung|drawing ++drbate|debate ++drbt|debt ++drcade|decade ++drcide|decide ++drcided|decided ++drcline|decline ++drea,|dream ++drean|dream + dreasm|dreams ++dree|free ++dreedom|freedom ++drench|French ++drep|deep ++dresh|fresh ++dresm|dream ++drfault|default ++drfense|defense ++drfine|define ++drgree|degree ++dribe|drive ++driben|driven ++driber|driver ++dribing|driving ++dribk|drink ++drice|drive ++dricen|driven ++dricer|driver ++dricing|driving ++driday|Friday + driectly|directly ++driend|friend ++driends|friends ++drig|drug ++drimk|drink ++drinj|drink ++drinl|drink ++drip|drop ++driveb|driven ++drivee|driver ++drivem|driven ++drivet|driver ++drivibg|driving ++drivimg|driving ++drivinf|driving ++drivinh|driving ++drivong|driving ++drivr|drive ++drivrn|driven ++drivrr|driver ++drivung|driving ++drivw|drive ++drivwn|driven ++drivwr|driver ++drlay|delay ++drlete|delete ++drliver|deliver ++drll|dell ++drlta|delta ++drmand|demand ++drmo|demo ++drn|den + drnik|drink ++drnsity|density ++drntal|dental ++drom|from ++dronk|drink ++dront|front ++droo|drop ++drove|drive ++droven|driven ++drover|driver ++droving|driving ++drpend|depend ++drpp|drop ++drpth|depth ++drputy|deputy ++drram|dream ++drsft|draft ++drsign|design ++drsigns|designs ++drsire|desire ++drsk|desk ++drsma|drama ++drspite|despite ++drsw|draw ++drswing|drawing ++drswn|drawn ++drt|dry ++drtail|detail ++drtect|detect ++dru|dry ++druf|drug ++druh|drug ++druit|fruit ++drunk|drink ++druve|drive ++druven|driven ++druver|driver ++druving|driving ++drvelop|develop ++drvice|device ++drvoted|devoted ++drwam|dream ++dryg|drug ++dsily|daily ++dsmage|damage ++dsnce|dance ++dsnger|danger ++dsrk|dark ++dsta|data ++dste|date ++dstes|dates ++dsy|day ++dsys|days ++dtable|stable ++dtaff|staff ++dtaft|draft ++dtage|stage ++dtama|drama ++dtand|stand ++dtar|star ++dtars|stars ++dtart|start ++dtate|state ++dtates|states ++dtatic|static ++dtation|station ++dtatus|status ++dtaw|draw ++dtawing|drawing ++dtawn|drawn ++dtay|stay ++dteam|dream ++dteel|steel ++dtep|step ++dteps|steps ++dtick|stick ++dtill|still ++dtink|drink ++dtive|drive ++dtiven|driven ++dtiver|driver ++dtiving|driving ++dtnamic|dynamic ++dtock|stock ++dtocks|stocks ++dtone|stone ++dtop|stop ++dtorage|storage ++dtore|store ++dtores|stores ++dtorm|storm ++dtory|story ++dtrange|strange ++dtream|stream ++dtreet|street ++dtress|stress ++dtrike|strike ++dtring|string ++dtrong|strong ++dtudent|student ++dtudied|studied ++dtudio|studio ++dtudy|study ++dtuff|stuff ++dtug|drug ++dty|dry ++dtyle|style ++duak|dual ++dub|sub ++dubject|subject ++dubmit|submit ++duccess|success ++duch|such ++dud|did ++dudn't|didn't ++dudnt|didn't ++dueing|during ++duel|fuel ++duet|diet ++duffer|differ ++duggest|suggest ++dugital|digital ++duit|suit ++duite|suite ++dull|full ++dully|fully ++dum|sum ++dummary|summary ++dummer|summer ++dummit|summit ++dun|sun ++dunamic|dynamic ++dund|fund ++dunday|Sunday ++dunds|funds ++dunner|dinner ++dunny|funny ++duomark|diomark ++duper|super ++dupply|supply ++dupport|support ++dupreme|supreme ++dur|due ++dure|sure ++durect|direct ++durface|surface ++durgery|surgery ++duribg|during + durig|during ++durimg|during ++durinf|during ++durinh|during ++durong|during + durring|during ++durther|further ++durung|during ++durvey|survey ++dury|duty ++duscuss|discuss ++dusease|disease ++dusk|disk ++dusl|dual ++dusplay|display + duting|during ++dutt|duty ++dutu|duty ++duture|future ++duverse|diverse ++duw|due ++duyy|duty ++dwad|dead ++dwal|deal ++dwaling|dealing ++dwan|dean ++dwar|dear ++dwath|death ++dwbate|debate ++dwbt|debt ++dwcade|decade ++dwcide|decide ++dwcided|decided ++dwcline|decline ++dweet|sweet ++dwep|deep ++dwfault|default ++dwfense|defense ++dwfine|define ++dwgree|degree ++dwitch|switch ++dwlay|delay ++dwlete|delete ++dwliver|deliver ++dwll|dell ++dwlta|delta ++dwmand|demand ++dwmo|demo ++dwn|den ++dwnsity|density ++dwntal|dental ++dwpend|depend ++dwpth|depth ++dwputy|deputy ++dwsign|design ++dwsigns|designs ++dwsire|desire ++dwsk|desk ++dwspite|despite ++dwtail|detail ++dwtect|detect ++dwvelop|develop ++dwvice|device ++dwvoted|devoted ++dyal|dual ++dybamic|dynamic ++dye|due ++dymamic|dynamic ++dymbol|symbol ++dyna,ic|dynamic ++dynamiv|dynamic ++dynamix|dynamic ++dynamoc|dynamic ++dynamuc|dynamic ++dynanic|dynamic ++dynsmic|dynamic ++dyntax|syntax ++dyring|during ++dystem|system ++dyty|duty ++e,pty|empty ++eaae|ease ++eaaily|easily ++eaat|east ++eaatern|eastern ++eaay|easy ++eacape|escape ++eace|race ++eacg|each ++eacing|racing ++eacj|each ++eade|ease ++eadily|easily ++eadio|radio ++eadt|east ++eadtern|eastern ++eady|easy ++eaelier|earlier ++eaely|early ++eaen|earn ++eaeth|earth + eahc|each ++eain|rain ++eaise|raise ++eait|wait ++eake|wake + ealier|earlier ++ealk|walk ++ealking|walking ++eall|wall ++eam|ram ++ean|ran ++eandom|random ++eange|range ++eank|rank ++eant|want ++eants|wants ++eapid|rapid ++ear|war ++earb|earn ++eare|rare ++earkier|earlier ++earky|early ++earliee|earlier + earlies|earliest ++earliet|earlier ++earlirr|earlier ++earliwr|earlier ++earloer|earlier ++earlt|early ++earlu|early ++earluer|earlier ++earm|warm ++earning|warning + earnt|earned ++earrh|earth ++eartg|earth ++eartj|earth ++earyh|earth ++eas|was ++easiky|easily ++easilt|easily ++easilu|easily ++easn't|wasn't ++easnt|wasn't ++easoly|easily ++easr|east ++easrern|eastern ++easte|waste ++easteen|eastern ++easterb|eastern ++easterm|eastern ++eastetn|eastern ++eastrrn|eastern ++eastwrn|eastern ++easu|easy ++easuly|easily ++easw|ease ++easyern|eastern ++eatch|watch ++eate|rate ++eater|water ++eaters|waters ++eather|rather ++eating|rating ++eatio|ratio ++eatlier|earlier ++eatly|early ++eatn|earn ++eatth|earth ++eave|wave ++eavh|each ++eaw|raw ++eaxh|each ++eay|way ++eays|ways ++ebable|enable ++ebd|end ++ebding|ending ++eben|even ++ebening|evening ++ebent|event ++eber|ever ++ebergy|energy ++ebery|every ++ebgage|engage ++ebgaged|engaged ++ebgine|engine ++ebglish|English ++ebhance|enhance ++ebil|evil ++ebjoy|enjoy ++ebough|enough ++ebsure|ensure ++ebter|enter ++ebtire|entire ++ebtity|entity ++ebtry|entry ++ec|ex ++ecact|exact ++ecactly|exactly ++ecam|exam ++ecamine|examine ++ecample|example ++ecceed|exceed ++eccel|excel ++eccept|except ++eccess|excess ++ecen|even ++ecening|evening ++ecent|event + eceonomy|economy ++ecer|ever ++ecery|every ++echibit|exhibit ++ecil|evil ++ecinomy|economy ++ecist|exist ++ecit|exit + eclispe|eclipse ++ecobomy|economy ++ecomomy|economy + ecomonic|economic ++econimy|economy ++econo,y|economy ++economt|economy ++economu|economy ++econony|economy ++econpmy|economy ++ecpand|expand ++ecpect|expect ++ecpense|expense ++ecpert|expert ++ecplain|explain ++ecplore|explore ++ecpnomy|economy ++ecport|export ++ecpress|express ++ectend|extend ++ectent|extent ++ectra|extra ++ectreme|extreme ++edcape|escape ++edfe|edge ++edfect|effect ++edfects|effects ++edfort|effort ++edgr|edge ++edgw|edge ++edhe|edge ++edir|edit ++edirion|edition ++ediror|editor ++editiin|edition ++editiob|edition ++editiom|edition ++editipn|edition ++editir|editor ++editoe|editor ++editoon|edition ++editot|editor ++editpr|editor ++edituon|edition ++ediy|edit ++ediyion|edition ++ediyor|editor ++edot|edit ++edotion|edition ++edotor|editor ++edut|edit ++edution|edition ++edutor|editor ++ee|we ++ee've|we've ++eea|era ++eeach|reach ++eead|read ++eeader|reader ++eeading|reading ++eeady|ready ++eeak|weak ++eeal|real ++eeality|reality ++eealize|realize ++eeally|really ++eealth|wealth ++eear|wear + eearly|early ++eeason|reason ++eeather|weather ++eeb|web ++eecall|recall ++eeceipt|receipt ++eeceive|receive ++eecent|recent ++eecord|record ++eed|red ++eedding|wedding ++eeduce|reduce ++eeek|week ++eeekend|weekend ++eeekly|weekly ++eef|ref ++eefer|refer ++eeflect|reflect ++eeform|reform ++eegard|regard ++eegion|region ++eegions|regions ++eegular|regular ++eeight|weight ++eelate|relate ++eelated|related ++eelcome|welcome ++eelease|release ++eelfare|welfare ++eelief|relief ++eell|well ++eely|rely ++eemain|remain ++eemains|remains ++eemote|remote ++eemoval|removal ++eemove|remove ++eent|went ++eental|rental ++eep|rep ++eepair|repair ++eepeat|repeat ++eeplace|replace ++eeply|reply ++eeport|report ++eeprint|reprint ++eequest|request ++eequire|require ++eere|were ++eeren't|weren't ++eerent|weren't ++eeror|error ++eeserve|reserve ++eesolve|resolve ++eesort|resort ++eespect|respect ++eespond|respond ++eest|west ++eestern|western ++eesult|result ++eesume|resume ++eetail|retail ++eetain|retain ++eeturn|return ++eeturns|returns ++eev|rev ++eeve|we've ++eeveal|reveal ++eevenue|revenue ++eeverse|reverse ++eeview|review ++efdect|effect ++efdects|effects ++efdort|effort + efel|evil + effeciency|efficiency + effecient|efficient + effeciently|efficiently ++effecr|effect ++effecrs|effects ++effecta|effects ++effectd|effects ++effecy|effect ++effecys|effects ++effevt|effect ++effevts|effects ++effext|effect ++effexts|effects + efficency|efficiency + efficent|efficient + efficently|efficiently ++effirt|effort ++effoet|effort + efford|afford + effords|efforts ++efforr|effort ++effory|effort ++effott|effort ++effprt|effort ++effrct|effect ++effrcts|effects ++effwct|effect ++effwcts|effects ++efge|edge ++efgect|effect ++efgects|effects ++efgort|effort ++efit|edit ++efition|edition ++efitor|editor ++egfect|effect ++egfects|effects ++egfort|effort ++ehat|what ++ehat's|what's ++ehats|what's ++ehen|when ++ehere|where ++ehereas|whereas ++ehether|whether ++ehich|which ++ehile|while ++ehite|white ++eho|who ++ehole|whole ++ehom|whom ++ehose|whose ++ehy|why ++eice|rice ++eich|rich ++eide|wide ++eidely|widely ++eidth|width ++eife|wife ++eifht|eight ++eiggt|eight ++eighr|eight ++eights|rights ++eighy|eight ++eigjt|eight + eigth|eight ++eihht|eight ++eild|wild ++eill|will ++eilling|willing ++ein|win ++eind|wind ++eindow|window ++eine|wine ++eing|ring ++einner|winner ++einning|winning ++einter|winter ++eire|wire ++eirher|either ++eise|rise ++eish|wish ++eising|rising ++eisk|risk + eiter|either ++eitger|either ++eith|with ++eithee|either ++eithet|either ++eithin|within ++eithout|without ++eithrr|either ++eithwr|either ++eitjer|either ++eiver|river ++eiyher|either ++ek|el ++ekement|element ++ekse|else ++elae|else + elction|election ++elde|else ++ele,ent|element + electic|electric + electon|election + electrial|electrical + electricty|electricity ++elemebt|element ++elememt|element ++elemenr|element + elementay|elementary ++elemeny|element + eleminated|eliminated + eleminating|eliminating ++elemrnt|element ++elemwnt|element ++elenent|element + eletricity|electricity + eligable|eligible + elimentary|elementary + ellected|elected + elphant|elephant ++elrment|element ++elsr|else ++elsw|else ++elwment|element ++emable|enable + embarass|embarrass + embarassed|embarrassed + embarassing|embarrassing +@@ -816,9 +6086,18 @@ embarras|embarrass + embarrased|embarrassed + embarrasing|embarrassing + embarrasment|embarrassment ++emd|end ++emding|ending ++emergy|energy ++emgage|engage ++emgaged|engaged ++emgine|engine ++emglish|English ++emhance|enhance + emited|emitted + emiting|emitting + emition|emotion ++emjoy|enjoy + emmediately|immediately + emminent|imminent + emmisions|emissions +@@ -826,82 +6105,424 @@ emmited|emitted + emmiting|emitting + emmitted|emitted + emmitting|emitting ++emoty|empty ++emough|enough + emphsis|emphasis + emprisoned|imprisoned ++empry|empty ++emptt|empty ++emptu|empty ++empyy|empty ++emsure|ensure ++emter|enter ++emtire|entire ++emtity|entity ++emtry|entry ++enabke|enable ++enablr|enable ++enablw|enable ++enanle|enable ++enaure|ensure ++enavle|enable + encouraing|encouraging ++endibg|ending + endig|ending ++endimg|ending ++endinf|ending ++endinh|ending ++endong|ending ++endung|ending ++endure|ensure + ened|need ++eneegy|energy ++enerfy|energy ++energt|energy ++energu|energy ++enerhy|energy ++enetgy|energy ++enf|end ++enfage|engage ++enfaged|engaged ++enfine|engine ++enfing|ending ++enflish|English ++engafe|engage ++engafed|engaged ++engagef|engaged ++engages|engaged + engagment|engagement ++engagr|engage ++engagrd|engaged ++engagw|engage ++engagwd|engaged ++engahe|engage ++engahed|engaged ++engance|enhance + engeneer|engineer + engeneering|engineering ++engibe|engine + engieneer|engineer + engieneers|engineers ++engime|engine ++enginr|engine ++enginw|engine ++engkish|English ++engliah|English ++englidh|English ++englisg|English ++english|English ++englisj|English ++englosh|English ++englush|English ++engone|engine ++engsge|engage ++engsged|engaged ++engune|engine ++enhabce|enhance ++enhage|engage ++enhaged|engaged ++enhamce|enhance ++enhancr|enhance ++enhancw|enhance ++enhanve|enhance ++enhanxe|enhance ++enhine|engine ++enhlish|English ++enhoy|enjoy ++enhsnce|enhance ++eniugh|enough ++enjance|enhance ++enjiy|enjoy ++enjot|enjoy ++enjou|enjoy ++enjpy|enjoy ++enkoy|enjoy + Enlish|English ++enoigh|enough ++enoufh|enough ++enougg|enough ++enougj|enough ++enouhh|enough + enourmous|enormous ++enoygh|enough ++enpty|empty ++enpugh|enough ++enrer|enter ++enrire|entire ++enrity|entity ++enrrgy|energy ++enrry|entry ++ens|end ++ensble|enable ++ensing|ending ++ensire|ensure ++ensuee|ensure ++ensurr|ensure ++ensurw|ensure ++ensute|ensure ++ensyre|ensure ++entee|enter + enteratinment|entertainment ++entet|enter ++entey|entry + enthusiatic|enthusiastic ++entiee|entire ++entirr|entire ++entirw|entire ++entiry|entity ++entite|entire + entitity|entity + entitlied|entitled ++entitt|entity ++entitu|entity ++entiyy|entity ++entore|entire ++entoty|entity + entrepeneur|entrepreneur + entrepeneurs|entrepreneurs ++entrr|enter ++entrt|entry ++entru|entry ++entty|entry ++enture|entire ++entuty|entity ++entwr|enter + enviorment|environment + enviormental|environmental + enviornment|environment + enviornmental|environmental + enviroment|environment + enviromental|environmental ++enwrgy|energy + enxt|next ++enyer|enter ++enyire|entire ++enyity|entity ++enyry|entry ++eoad|road ++eob|rob ++eobust|robust ++eock|rock ++eofl|rofl ++eoght|eight ++eole|role ++eoll|roll ++eoman|woman ++eon|won ++eon't|won't ++eonder|wonder ++eont|won't ++eood|wood ++eoom|room ++eooms|rooms ++eoot|root ++eoots|roots ++eord|word ++eords|words ++eork|work ++eorker|worker ++eorking|working ++eorks|works ++eorld|world ++eorry|worry ++eorse|worse ++eorst|worst ++eorth|worth ++eose|rose ++eotfl|rotfl ++eother|either ++eould|would ++eouldn't|wouldn't ++eouldnt|wouldn't ++eound|round ++eoute|route ++eoutine|routine ++eow|row ++eoyal|royal + epidsodes|episodes + epsiode|episode ++eqial|equal ++eqially|equally ++eqiity|equity ++equak|equal ++equakly|equally ++equalky|equally ++equallt|equally ++equallu|equally + equialent|equivalent + equiped|equipped + equippment|equipment ++equiry|equity ++equitt|equity ++equitu|equity + equivelant|equivalent + equivelent|equivalent + equivilant|equivalent + equivilent|equivalent + equivlalent|equivalent ++equiyy|equity ++equoty|equity ++equsl|equal ++equslly|equally ++equuty|equity ++eqyal|equal ++eqyally|equally ++eqyity|equity ++er|et + erally|really + eratic|erratic ++erc|etc ++ereor|error + erested|arrested ++erhics|ethics ++erhnic|ethnic ++erite|write ++eriter|writer ++eriting|writing ++eritten|written ++erong|wrong ++erote|wrote ++errir|error ++erroe|error ++errot|error ++errpr|error + errupted|erupted ++ers|era ++ertor|error ++escaoe|escape ++escapr|escape ++escapw|escape ++esch|each ++escspe|escape + esential|essential ++esge|edge ++esit|edit ++esition|edition + esitmated|estimated ++esitor|editor + esle|else + especialy|especially ++esrlier|earlier ++esrly|early ++esrn|earn ++esrth|earth ++esse|ease + essencial|essential + essense|essence + essentail|essential + essentialy|essentially + essentual|essential + essesital|essential ++essily|easily ++esst|east ++esstern|eastern ++essy|easy ++est|eat + establising|establishing ++esvape|escape ++esxape|escape ++eta|era ++ete|eye ++etes|eyes ++etgics|ethics ++etgnic|ethnic ++ethbic|ethnic ++ethica|ethics ++ethicd|ethics ++ethivs|ethics ++ethixs|ethics ++ethmic|ethnic ++ethniv|ethnic ++ethnix|ethnic ++ethnoc|ethnic ++ethnuc|ethnic ++ethocs|ethics + ethose|those ++ethucs|ethics ++etjics|ethics ++etjnic|ethnic ++etror|error ++etv|etc ++etx|etc ++eue|eye ++eues|eyes ++eught|eight ++eule|rule ++eun|run ++eunning|running ++euns|runs ++eural|rural ++eussian|Russian ++euther|either ++eveb|even ++evebing|evening ++evebt|event ++evee|ever ++eveey|every ++evem|even ++eveming|evening ++evemt|event + evenhtually|eventually ++evenibg|evening ++evenimg|evening ++eveninf|evening ++eveninh|evening ++evenong|evening ++evenr|event + eventally|eventually + eventially|eventually + eventualy|eventually ++evenung|evening ++eveny|event ++evert|every + everthing|everything ++everu|every + everyting|everything ++evet|ever ++evety|every + eveyr|every + evidentally|evidently ++evik|evil ++evol|evil ++evonomy|economy ++evrn|even ++evrning|evening ++evrnt|event ++evrr|ever ++evrry|every ++evul|evil ++evwn|even ++evwning|evening ++evwnt|event ++evwr|ever ++evwry|every ++ewual|equal ++ewually|equally ++ewuity|equity ++exa,|exam ++exa,ine|examine ++exa,ple|example ++exacr|exact ++exacrly|exactly ++exactky|exactly ++exactlt|exactly ++exactlu|exactly ++exacy|exact ++exacyly|exactly + exagerated|exaggerated + exagerrated|exaggerated ++examibe|examine ++examime|examine + examinated|examined ++examinr|examine ++examinw|examine ++examole|example ++examone|examine ++exampke|example ++examplr|example ++examplw|example + exampt|exempt ++examune|examine ++exan|exam ++exanine|examine ++exanple|example + exapansion|expansion ++exavt|exact ++exavtly|exactly ++exaxt|exact ++exaxtly|exactly + excact|exact + excange|exchange ++exceas|excess + excecute|execute + excecuted|executed + excecution|execution + excedded|exceeded ++exceds|excess ++exceef|exceed ++excees|exceed ++excek|excel + excelent|excellent + excellant|excellent ++exceot|except ++excepr|except ++excepy|except + excercise|exercise ++excerd|exceed ++excesa|excess ++excesd|excess ++excewd|exceed + exchanching|exchanging + excisted|existed ++excred|exceed ++excrl|excel ++excrpt|except ++excrss|excess + exculsivly|exclusively ++excwed|exceed ++excwl|excel ++excwpt|except ++excwss|excess + exection|execution + exectued|executed + exelent|excellent +@@ -912,97 +6533,1467 @@ exeptional|exceptional + exerciese|exercises + exersize|exercise + exerternal|external ++exgibit|exhibit ++exhibir|exhibit ++exhibiy|exhibit ++exhibot|exhibit + exhibtion|exhibition ++exhibut|exhibit ++exhinit|exhibit ++exhivit|exhibit ++exhobit|exhibit ++exhubit|exhibit ++exiat|exist + exibition|exhibition + exicting|exciting ++exidt|exist ++exir|exit ++exisr|exist + existance|existence + existant|existent + existince|existence ++exisy|exist ++exiy|exit ++exjibit|exhibit + exliled|exiled + exmaple|example ++exoand|expand ++exoect|expect ++exoense|expense ++exoert|expert ++exolain|explain ++exolore|explore ++exonomy|economy ++exoort|export ++exoress|express ++exost|exist ++exot|exit ++expabd|expand + expalin|explain ++expamd|expand ++expanf|expand ++expans|expand ++expebse|expense + expeced|expected + expecially|especially ++expecr|expect ++expecy|expect ++expeess|express ++expeet|expert + expeiments|experiments ++expemse|expense ++expenae|expense ++expende|expense ++expensr|expense ++expensw|expense + experiance|experience + experianced|experienced ++experr|expert ++expery|expert ++expett|expert ++expevt|expect ++expext|expect + expierence|experience ++expirt|export ++expkain|explain ++expkore|explore ++explaib|explain ++explaim|explain + explaination|explanation + explaning|explaining ++explaon|explain ++explaun|explain + explictly|explicitly ++explire|explore ++exploee|explore ++explorr|explore ++explorw|explore ++explote|explore ++explpre|explore ++explsin|explain ++expoet|export ++exporr|export ++expory|export ++expott|export ++expprt|export ++exprct|expect ++expreas|express ++expreds|express ++expresa|express ++expresd|express ++exprnse|expense ++exprrss|express ++exprrt|expert ++exprwss|express ++expsnd|expand ++exptess|express ++expwct|expect ++expwnse|expense ++expwrt|expert ++exrend|extend ++exrent|extent + exressed|expressed ++exrra|extra ++exrreme|extreme ++exsct|exact ++exsctly|exactly ++exsm|exam ++exsmine|examine ++exsmple|example ++extea|extra ++extebd|extend ++extebt|extent ++exteeme|extreme ++extemd|extend + extemely|extremely ++extemt|extent ++extenf|extend ++extenr|extent ++extens|extend + extention|extension ++exteny|extent + extermist|extremist ++extre,e|extreme + extrememly|extremely + extremly|extremely ++extremr|extreme ++extremw|extreme ++extrene|extreme ++extrnd|extend ++extrnt|extent + extrordinary|extraordinary ++extrrme|extreme ++extrs|extra ++extrwme|extreme ++extta|extra ++extteme|extreme ++extwnd|extend ++extwnt|extent ++exust|exist ++exut|exit ++exveed|exceed ++exvel|excel ++exvept|except ++exvess|excess ++exxeed|exceed ++exxel|excel ++exxept|except ++exxess|excess ++exyend|extend ++exyent|extent ++exyra|extra ++exyreme|extreme ++ey|et + eyar|year + eyars|years + eyasr|years ++eyc|etc ++eyea|eyes ++eyed|eyes ++eyhics|ethics ++eyhnic|ethnic ++eyr|eye ++eyrs|eyes ++eyw|eye ++eyws|eyes ++ez|ex ++ezact|exact ++ezactly|exactly ++ezam|exam ++ezamine|examine ++ezample|example ++ezceed|exceed ++ezcel|excel ++ezcept|except ++ezcess|excess ++ezhibit|exhibit ++ezist|exist ++ezit|exit ++ezpand|expand ++ezpect|expect ++ezpense|expense ++ezpert|expert ++ezplain|explain ++ezplore|explore ++ezport|export ++ezpress|express ++eztend|extend ++eztent|extent ++eztra|extra ++eztreme|extreme ++fa,ily|family ++fa,ous|famous ++faahion|fashion ++faat|fast ++fab|fan ++fabor|favor ++fabtasy|fantasy ++facebiok|Facebook ++faceboik|Facebook ++facebooj|Facebook ++facebook|Facebook ++facebool|Facebook ++facebopk|Facebook ++facebpok|Facebook ++facenook|Facebook ++facevook|Facebook ++facibg|facing + facilites|facilities ++facilty|faculty ++facimg|facing + facinated|fascinated ++facinf|facing ++facinh|facing ++facong|facing ++facor|favor ++facr|fact ++facrbook|Facebook ++facror|factor ++facrory|factory ++factir|factor ++factiry|factory ++factoe|factor ++factoey|factory ++factort|factory ++factoru|factory ++factot|factor ++factoty|factory ++factpr|factor ++factpry|factory ++facukty|faculty ++faculry|faculty ++facultt|faculty ++facultu|faculty ++faculyy|faculty ++facung|facing ++facw|face ++facwbook|Facebook ++facy|fact ++facylty|faculty ++facyor|factor ++facyory|factory ++fadhion|fashion ++fadt|fast ++fae|far ++faem|farm ++faie|fair ++faiely|fairly ++faik|fail ++faikure|failure ++failire|failure ++failuee|failure ++failurr|failure ++failurw|failure ++failute|failure ++faily|daily ++failyre|failure ++fain|gain ++fairh|faith ++fairky|fairly ++fairlt|fairly ++fairlu|fairly ++fait|fair ++faitg|faith ++faitj|faith ++faitly|fairly ++faiyh|faith ++fakl|fall ++fakls|falls ++fakse|false ++falae|false ++falde|false ++falk|fall ++falks|falls ++falla|falls ++falld|falls ++fallery|gallery ++falsr|false ++falsw|false ++fam|fan ++famage|damage ++fame|game ++fames|games ++famiky|family + familes|families + familliar|familiar ++familt|family ++familu|family ++famius|famous ++famois|famous ++famoly|family ++famoua|famous ++famoud|famous + famoust|famous ++famoys|famous ++fampus|famous ++famtasy|fantasy ++famuly|family ++fance|dance ++fanger|danger ++fanily|family ++fanous|famous ++fanrasy|fantasy ++fantaay|fantasy ++fantady|fantasy ++fantast|fantasy ++fantasu|fantasy ++fantssy|fantasy ++fanyasy|fantasy ++faol|fail ++faolure|failure ++faor|fair ++faorly|fairly ++faoth|faith ++fap|gap ++far,|farm ++farden|garden ++farher|father ++fark|dark ++farn|farm ++fas|gas ++fasgion|fashion ++fashiin|fashion ++fashiob|fashion ++fashiom|fashion ++fashipn|fashion ++fashoon|fashion ++fashuon|fashion ++fasjion|fashion ++fasr|fast ++fasy|fast ++fata|data + fatc|fact ++fate|date ++fates|dates ++fateway|gateway ++fatger|father ++fathee|father ++fathet|father ++fathrr|father ++fathwr|father ++fatjer|father ++fatm|farm + faught|fought ++faul|fail ++faulure|failure ++faur|fair ++faurly|fairly ++fauth|faith ++fave|face ++favebook|Facebook ++faving|facing ++favir|favor ++favoe|favor ++favot|favor ++favpr|favor ++favt|fact ++favtor|factor ++favtory|factory ++favulty|faculty ++faxe|face ++faxebook|Facebook ++faxing|facing ++faxt|fact ++faxtor|factor ++faxtory|factory ++faxulty|faculty ++fay|day ++fayher|father ++fays|days ++fe,ale|female ++fead|dead ++feae|fear ++feal|deal ++fealing|dealing ++feame|frame ++feames|frames ++fean|dean ++feank|frank ++fearure|feature ++feat|fear ++feath|death ++featire|feature ++featuee|feature ++featurr|feature ++featurw|feature ++featute|feature ++featyre|feature ++feayure|feature ++febate|debate ++febt|debt ++fecade|decade ++fecide|decide ++fecided|decided ++fecline|decline ++fedeeal|federal ++federak|federal ++federsl|federal ++fedetal|federal ++fedrral|federal ++fedwral|federal ++feee|free ++feeedom|freedom ++feeer|fewer ++feef|feed ++feek|feel ++feeking|feeling ++feelibg|feeling ++feelimg|feeling ++feelinf|feeling ++feelinh|feeling ++feelong|feeling ++feelung|feeling ++feench|French ++feep|deep ++fees|feed ++feesh|fresh ++fefault|default ++fefense|defense ++feferal|federal ++fefine|define ++fegree|degree ++feiday|Friday ++feiend|friend ++feiends|friends ++fekl|fell ++feklow|fellow ++fekt|felt ++felay|delay ++felete|delete ++feliver|deliver ++felk|fell ++felkow|fellow ++felliw|fellow ++felloe|fellow ++felloq|fellow ++fellpw|fellow ++felr|felt ++felta|delta ++fely|felt ++femake|female ++femalr|female ++femalw|female ++femand|demand ++femo|demo ++femsle|female ++fen|den ++fenale|female ++fender|gender ++fene|gene ++feneral|general ++feneric|generic ++fenetic|genetic ++fenre|genre ++fensity|density ++fental|dental ++feom|from ++feont|front ++fepend|depend ++fepth|depth ++feputy|deputy ++feq|few ++feqer|fewer ++fer|fee ++ferd|feed ++ferl|feel ++ferling|feeling ++ferman|German + fertily|fertility ++feseral|federal ++fesign|design ++fesigns|designs ++fesire|desire ++fesk|desk ++fespite|despite ++fesr|fear ++festure|feature ++fet|get ++fetail|detail ++fetect|detect ++feuit|fruit ++fevelop|develop ++fevice|device ++fevoted|devoted ++fewd|feed ++fewee|fewer ++fewet|fewer ++fewl|feel ++fewling|feeling ++fewrr|fewer ++fewwr|fewer ++fiacal|fiscal ++fiah|fish ++fiahing|fishing ++fial|dial + fianlly|finally ++fiant|giant ++fib|fin ++fibal|final ++fibally|finally ++fibance|finance ++fibd|find ++fibder|finder ++fibding|finding ++fibe|five ++fibish|finish ++fic|fix ++fice|five ++ficed|fixed ++ficrion|fiction ++fictiin|fiction ++fictiob|fiction ++fictiom|fiction ++fictipn|fiction ++fictoon|fiction ++fictuon|fiction ++ficus|focus ++ficyion|fiction ++fid|did ++fidcal|fiscal ++fidh|fish ++fidhing|fishing + fidn|find ++fidn't|didn't ++fidnt|didn't ++fidth|fifth ++fie|die ++fiee|fire ++fiekd|field + fiel|feel ++fielf|field + fiels|feels ++fiem|firm + fiercly|fiercely ++fiest|first ++fiet|diet ++fiffer|differ ++fifht|fight ++fifrh|fifth ++fift|gift ++fiftg|fifth ++fiftj|fifth ++fifure|figure ++fifures|figures ++fifyh|fifth ++figgt|fight ++fighr|fight + fightings|fighting ++fighy|fight ++figire|figure ++figires|figures ++figital|digital ++figjt|fight ++figth|fifth ++figuee|figure ++figuees|figures ++figurea|figures ++figured|figures ++figurr|figure ++figurrs|figures ++figurw|figure ++figurws|figures ++figute|figure ++figutes|figures ++figyre|figure ++figyres|figures ++fihht|fight ++fihure|figure ++fihures|figures ++fike|file ++fikl|fill ++fikm|film ++fikter|filter ++fil,|film ++filk|fill ++fillow|follow ++filly|fully ++filn|film ++filr|file ++filrer|filter ++filtee|filter ++filtet|filter ++filtrr|filter ++filtwr|filter ++filw|file ++filyer|filter ++fim|fin ++fimal|final ++fimally|finally ++fimance|finance ++fimd|find ++fimder|finder ++fimding|finding ++fime|fine + fimilies|families ++fimish|finish ++finabce|finance + finacial|financial ++finak|final ++finakly|finally ++finalky|finally ++finallt|finally ++finallu|finally + finaly|finally ++finamce|finance + financialy|financially ++financr|finance ++financw|finance ++finanve|finance ++finanxe|finance ++findee|finder ++findet|finder ++findibg|finding ++findimg|finding ++findinf|finding ++findinh|finding ++findong|finding ++findrr|finder ++finds|funds ++findung|finding ++findwr|finder ++finf|find ++finfer|finder ++finfing|finding ++finiah|finish ++finidh|finish ++finisg|finish ++finisj|finish ++finner|dinner ++finny|funny ++finosh|finish ++finr|fine ++fins|find ++finser|finder ++finsing|finding ++finsl|final ++finslly|finally ++finsnce|finance ++fint|font ++finush|finish ++finw|fine ++fiod|food ++fiomark|diomark ++fiot|foot ++fir|for ++fir,|firm ++firat|first ++firce|force ++firced|forced ++firces|forces ++fird|ford ++firdt|first ++firect|direct ++fireign|foreign + firends|friends ++firest|forest ++firever|forever ++firget|forget ++firgot|forgot ++firl|girl ++firld|field ++firmal|formal ++firmat|format ++firmer|former ++firmula|formula ++firn|firm ++firness|fitness ++firr|fire ++firsr|first ++firsy|first ++firt|fort ++firth|forth ++firther|further + firts|first ++firum|forum ++firw|fire ++firward|forward ++fiscak|fiscal ++fiscsl|fiscal ++fiscuss|discuss ++fisease|disease ++fisg|fish ++fisging|fishing ++fishibg|fishing ++fishimg|fishing ++fishinf|fishing ++fishinh|fishing ++fishong|fishing ++fishung|fishing ++fisj|fish ++fisjing|fishing ++fisk|disk ++fisplay|display ++fister|foster ++fisval|fiscal ++fisxal|fiscal ++fitbess|fitness ++fite|fire ++fitm|firm ++fitmess|fitness ++fitneas|fitness ++fitneds|fitness ++fitnesa|fitness ++fitnesd|fitness ++fitnrss|fitness ++fitnwss|fitness ++fitst|first ++fiture|future ++fiund|found ++fiunder|founder ++fiur|four ++fiurth|fourth ++fiven|given ++fiverse|diverse ++fivr|five ++fivtion|fiction ++fivw|five ++fiwld|field ++fixef|fixed ++fixes|fixed ++fixrd|fixed ++fixtion|fiction ++fixwd|fixed ++fiy|fit ++fiyness|fitness ++fiz|fix ++fized|fixed ++fkag|flag ++fkash|flash ++fkat|flat ++fkight|flight ++fkoor|floor ++fkow|flow ++fkower|flower ++fky|fly ++fkying|flying ++flaah|flash ++fladh|flash ++flaf|flag ++flah|flag ++flance|glance ++flar|flat ++flasg|flash ++flasj|flash ++flass|glass + flawess|flawless ++flay|flat + fleed|fled ++flifht|flight ++fliggt|flight ++flighr|flight ++flighy|flight ++fligjt|flight ++flihht|flight ++flior|floor ++fliw|flow ++fliwer|flower ++flobal|global ++flobe|globe ++floe|flow ++floeer|flower ++floght|flight ++floir|floor ++flooe|floor ++floot|floor ++flopr|floor ++floq|flow ++floqer|flower ++flowee|flower ++flowet|flower ++flowrr|flower ++flowwr|flower ++flpor|floor ++flpw|flow ++flpwer|flower ++flsg|flag ++flssh|flash ++flst|flat ++flt|fly ++flting|flying ++flu|fly ++flught|flight ++fluing|flying + fluorish|flourish ++flyibg|flying ++flyimg|flying ++flyinf|flying ++flyinh|flying ++flyong|flying ++flyung|flying ++fnu|gnu ++fo|do ++foal|goal ++foater|foster ++fobt|font ++foc|doc ++focis|focus ++foction|fiction ++foctor|doctor ++focua|focus ++focud|focus ++focys|focus ++fod|god ++fodter|foster ++foe|for ++foece|force ++foeced|forced ++foeces|forces ++foed|ford ++foeeign|foreign ++foeest|forest ++foeever|forever ++foeget|forget ++foegot|forgot ++foeld|field ++foem|form ++foemal|formal ++foemat|format ++foemer|former ++foemula|formula ++foes|does ++foesn't|doesn't ++foesnt|doesn't ++foet|fort ++foeth|forth ++foeum|forum ++foeward|forward ++fofth|fifth ++fog|dog ++foght|fight ++fogure|figure ++fogures|figures ++foid|food ++foind|found ++foinder|founder ++foing|going ++foir|four ++foirth|fourth ++foit|foot ++foklow|follow ++fold|gold ++folden|golden ++fole|file ++folf|golf ++folkow|follow ++foll|fill ++follar|dollar ++folliw|follow ++folloe|follow ++folloq|follow ++follpw|follow + follwoing|following ++folm|film + folowing|following ++folter|filter ++fomain|domain + fomed|formed + fomr|form ++fomt|font ++fon|don ++fon't|don't ++fonal|final ++fonally|finally ++fonance|finance ++fonate|donate ++fond|find ++fonder|finder ++fonding|finding ++fone|done ++fonish|finish ++fonr|font ++fony|font ++foodnight|goodnight ++foods|goods ++foof|food + foootball|football ++foor|door ++foos|food ++fooy|foot ++fopd|food ++fopt|foot ++for,|form ++for,al|formal ++for,at|format ++for,er|former ++for,ula|formula + forbiden|forbidden ++forcea|forces ++forcef|forced ++forcr|force ++forcrd|forced ++forcrs|forces ++forcw|force ++forcwd|forced ++forcws|forces ++fore|fire ++foreard|forward ++foreat|forest ++foreber|forever ++forecer|forever ++foredt|forest ++foreifn|foreign ++foreigb|foreign ++foreigm|foreign ++foreihn|foreign ++foreogn|foreign ++foresr|forest ++foresy|forest ++foreugn|foreign ++forevee|forever ++forevet|forever ++forevrr|forever ++forevwr|forever ++forf|ford ++forfet|forget ++forfot|forgot ++forger|forget ++forgey|forget ++forgit|forgot ++forgor|forgot ++forgoy|forgot ++forgpt|forgot ++forgrt|forget ++forgwt|forget + forhead|forehead ++forhet|forget ++forhot|forgot + foriegn|foreign ++forim|forum ++formak|formal + formaly|formally ++formar|format ++formay|format ++formee|former + formelly|formerly ++formet|former + formidible|formidable ++formila|formula + formost|foremost ++formrr|former ++formsl|formal ++formst|format ++formuka|formula ++formuls|formula ++formwr|former ++formyla|formula ++forn|form ++fornal|formal ++fornat|format ++forner|former ++fornula|formula ++forqard|forward ++forr|fort ++forrh|forth ++forrign|foreign ++forrst|forest ++forrver|forever ++fors|ford ++forst|first ++fortg|forth ++fortj|forth ++foru,|forum ++forun|forum ++forve|force ++forved|forced ++forves|forces ++forwaed|forward ++forwarf|forward ++forwars|forward ++forwatd|forward ++forwign|foreign ++forwsrd|forward ++forwst|forest ++forwver|forever ++forxe|force ++forxed|forced ++forxes|forces ++fory|fort ++foryh|forth ++forym|forum ++foscal|fiscal ++fosh|fish ++foshing|fishing ++fosrer|foster ++fostee|foster ++fostet|foster ++fostrr|foster ++fostwr|foster ++fosyer|foster ++fot|for ++fotce|force ++fotced|forced ++fotces|forces ++fotd|ford ++foteign|foreign ++fotest|forest ++fotever|forever ++fotget|forget ++fotgot|forgot ++fotm|form ++fotmal|formal ++fotmat|format ++fotmer|former ++fotmula|formula ++fotness|fitness ++fott|fort ++fotth|forth ++fotum|forum ++fotward|forward ++foubd|found ++foubder|founder ++fouble|double ++foubt|doubt + foucs|focus + foudn|found ++foue|four ++foueth|fourth + fougth|fought ++foumd|found ++foumder|founder ++foundee|founder ++foundet|founder ++foundrr|founder ++foundwr|founder ++founf|found ++founfer|founder ++founs|found ++founser|founder ++fourrh|fourth ++fourtg|fourth ++fourtj|fourth + fourty|forty ++fouryh|fourth ++fout|four + fouth|fourth ++foutth|fourth ++fove|five ++fovus|focus + foward|forward ++fown|down ++foxed|fixed ++foxus|focus ++foynd|found ++foynder|founder ++foyr|four ++foyrth|fourth ++foz|fox ++fpcus|focus ++fpllow|follow ++fpnt|font ++fpod|food ++fpot|foot ++fpr|for ++fprce|force ++fprced|forced ++fprces|forces ++fprd|ford ++fpreign|foreign ++fprest|forest ++fprever|forever ++fprget|forget ++fprgot|forgot ++fprm|form ++fprmal|formal ++fprmat|format ++fprmer|former ++fprmula|formula ++fprt|fort ++fprth|forth ++fprum|forum ++fprward|forward ++fpster|foster ++fpund|found ++fpunder|founder ++fpur|four ++fpurth|fourth ++fpx|fox ++fra,e|frame ++fra,es|frames ++frabk|frank ++frade|grade ++fraft|draft ++frama|drama ++framea|frames ++framed|frames ++framk|frank ++framr|frame ++framrs|frames ++framw|frame ++framws|frames ++frand|grand ++frane|frame ++franes|frames ++franj|frank ++franl|frank ++frant|grant ++fraphic|graphic ++frar|fear ++frature|feature ++fraw|draw ++frawing|drawing ++frawn|drawn ++fray|gray ++frderal|federal ++fre|fee ++freah|fresh ++fream|dream ++freat|great ++freater|greater ++freatly|greatly ++frebch|French ++fred|feed ++fredh|fresh ++freedim|freedom ++freedo,|freedom ++freedon|freedom ++freedpm|freedom ++freefom|freedom ++freek|Greek ++freen|green ++freesom|freedom + freind|friend + freindly|friendly ++frel|feel ++freling|feeling ++fremch|French ++frencg|French ++french|French ++frencj|French ++frenvh|French ++frenxh|French + frequentily|frequently ++frer|free ++frerdom|freedom ++fresg|fresh ++fresj|fresh ++frew|free ++frewdom|freedom ++frid|grid ++fridat|Friday ++fridau|Friday ++friday|Friday ++fridsy|Friday ++friebd|friend ++friebds|friends ++friemd|friend ++friemds|friends ++frienda|friends ++friendd|friends ++frienf|friend ++frienfs|friends ++friens|friend ++frienss|friends ++frifay|Friday ++friit|fruit ++frim|from ++frink|drink ++frint|front ++frirnd|friend ++frirnds|friends ++frisay|Friday ++frive|drive ++friven|driven ++friver|driver ++friving|driving ++friwnd|friend ++friwnds|friends ++frll|fell ++frllow|fellow ++frlt|felt ++frmale|female ++fro,|from ++frobt|front ++froday|Friday ++froend|friend ++froends|friends + frome|from + fromed|formed ++fromt|front ++fron|from ++fronr|front ++frony|front ++frop|drop ++fross|gross ++fround|ground ++frounds|grounds ++froup|group ++frow|grow ++frown|grown ++frowth|growth ++frpm|from ++frpnt|front ++frre|free ++frredom|freedom ++frrnch|French ++frrsh|fresh ++frsme|frame ++frsmes|frames ++frsnk|frank ++fruday|Friday ++fruend|friend ++fruends|friends ++frug|drug ++fruir|fruit ++fruiy|fruit ++fruot|fruit ++fruut|fruit ++frw|few ++frwe|free ++frwedom|freedom ++frwer|fewer ++frwnch|French ++frwsh|fresh ++fry|dry ++fryit|fruit ++fsce|face ++fscebook|Facebook ++fscing|facing ++fsct|fact ++fsctor|factor ++fsctory|factory ++fsculty|faculty ++fsil|fail ++fsilure|failure ++fsir|fair ++fsirly|fairly ++fsith|faith ++fsll|fall ++fslls|falls ++fslse|false ++fsmily|family ++fsmous|famous ++fsn|fan ++fsntasy|fantasy ++fsr|far ++fsrm|farm ++fsshion|fashion ++fsst|fast ++fst|fat ++fsther|father ++fsvor|favor ++ftame|frame ++ftames|frames ++ftank|frank ++ftee|free ++fteedom|freedom ++ftench|French ++ftesh|fresh ++ftiday|Friday ++ftiend|friend ++ftiends|friends ++ftom|from ++ftont|front ++ftuit|fruit ++fual|dual ++fuard|guard ++fub|fun ++fubd|fund ++fubds|funds ++fubny|funny + fucntion|function + fucntioning|functioning ++fuction|fiction ++fue|due ++fuek|fuel ++fueld|field ++fuess|guess ++fuest|guest ++fuether|further + fufill|fulfill + fufilled|fulfilled ++fufth|fifth ++fught|fight ++fugure|figure ++fugures|figures ++fuide|guide ++fukl|full ++fukly|fully ++fule|file + fulfiled|fulfilled ++fulk|full ++fulky|fully + fullfill|fulfill + fullfilled|fulfilled ++fullt|fully ++fullu|fully ++fulm|film ++fulter|filter ++fum|fun ++fumd|fund ++fumds|funds ++fumny|funny ++funal|final ++funally|finally ++funance|finance ++funby|funny ++funda|funds + fundametal|fundamental ++fundd|funds ++funder|finder ++funding|finding ++fune|fine ++funf|fund ++funfs|funds ++funish|finish ++funmy|funny ++funnt|funny ++funnu|funny ++funs|fund ++funss|funds + funtion|function ++fure|fire ++furing|during ++furl|fuel ++furm|firm ++furrher|further ++furst|first ++furtger|further ++furthee|further ++furthet|further ++furthrr|further ++furthwr|further ++furtjer|further ++furure|future + furuther|further ++furyher|further ++fuscal|fiscal ++fush|fish ++fushing|fishing ++fut|fit + futher|further ++futire|future ++futness|fitness ++futther|further ++futuee|future ++futurr|future ++futurw|future ++futute|future ++futy|duty ++futyre|future ++fuve|five ++fuwl|fuel ++fux|fix ++fuxed|fixed ++fuy|guy ++fuyure|future ++fwar|fear ++fwature|feature ++fwderal|federal ++fwe|fee ++fwed|feed ++fwel|feel ++fweling|feeling ++fwll|fell ++fwllow|fellow ++fwlt|felt ++fwmale|female ++fww|few ++fwwer|fewer ++fyel|fuel ++fyll|full ++fylly|fully ++fyn|fun ++fynamic|dynamic ++fynd|fund ++fynds|funds ++fynny|funny ++fyrther|further ++fyture|future ++ga,e|game ++ga,es|games ++gaa|gas ++gabe|gave ++gace|face ++gacebook|Facebook ++gacing|facing ++gact|fact ++gactor|factor ++gactory|factory ++gaculty|faculty ++gad|had ++gadn't|hadn't ++gadnt|hadn't + gae|game ++gaeden|garden ++gah|hah ++gaha|haha ++gaib|gain ++gail|fail ++gailure|failure ++gaim|gain ++gair|fair ++gairly|fairly ++gaith|faith ++gaklery|gallery ++galf|half ++galkery|gallery ++gall|fall ++galleey|gallery ++gallert|gallery ++galleru|gallery ++gallety|gallery ++gallrry|gallery ++galls|falls ++gallwry|gallery ++galse|false ++gamea|games ++gamed|games ++gamily|family ++gamous|famous ++gamr|game ++gamrs|games ++gamw|game ++gamws|games ++gan|fan ++gand|hand ++gandle|handle ++gane|game + ganerate|generate + ganes|games ++gantasy|fantasy ++gao|gap ++gaon|gain ++gappen|happen ++gappy|happy ++gar|far + garantee|guarantee + garanteed|guaranteed + garantees|guarantees ++gard|hard ++gardeb|garden ++gardem|garden ++gardrn|garden ++gardwn|garden ++gare|gate ++gareway|gateway ++garfen|garden ++garher|gather ++garm|farm ++garry|harry ++garsen|garden ++gashion|fashion ++gasn't|hasn't ++gasnt|hasn't ++gast|fast ++gat|hat ++gatden|garden ++gateeay|gateway ++gateqay|gateway ++gatewat|gateway ++gatewau|gateway ++gatewsy|gateway ++gatger|gather ++gathee|gather ++gathet|gather ++gathrr|gather ++gathwr|gather ++gatjer|gather ++gatr|gate ++gatrway|gateway ++gatw|gate ++gatwway|gateway ++gau|gay ++gaun|gain + gaurantee|guarantee + gauranteed|guaranteed + gaurantees|guarantees +@@ -1010,16 +8001,347 @@ gaurd|guard + gaurentee|guarantee + gaurenteed|guaranteed + gaurentees|guarantees ++gaven|haven ++gaven't|haven't ++gavent|haven't ++gaving|having ++gavor|favor ++gavr|gave ++gavw|gave ++gaye|gate ++gayeway|gateway ++gayher|gather ++gbu|gnu ++ge|he ++ge'd|he'd ++ge's|he's ++gead|head ++geade|grade ++geader|header ++geae|gear ++gealth|health ++gealthy|healthy ++geand|grand ++geant|grant ++geaphic|graphic ++geard|heard ++gearing|hearing ++geart|heart ++geat|heat ++geature|feature ++geaven|heaven ++geavy|heavy ++geay|gray ++gebder|gender ++gebe|gene ++geberal|general ++geberic|generic ++gebetic|genetic ++gebre|genre ++ged|he'd ++gederal|federal ++gee|fee ++geeat|great ++geeater|greater ++geeatly|greatly ++geed|feed ++geeek|Greek ++geeen|green ++geel|feel ++geeling|feeling ++geeman|German ++geew|grew ++geh|heh ++gehe|hehe ++geid|grid ++geight|height ++geld|held ++gell|fell ++gellow|fellow ++gelp|help ++gelpful|helpful ++gelping|helping ++gelt|felt ++gemale|female ++gemder|gender ++geme|gene ++gemeral|general ++gemeric|generic ++gemetic|genetic ++gemre|genre ++gence|hence ++gendee|gender ++gendet|gender ++gendrr|gender ++gendwr|gender ++genee|genre ++geneeal|general ++geneeic|generic ++generak|general + generaly|generally + generatting|generating ++generiv|generic ++generix|generic ++generoc|generic ++genersl|general ++generuc|generic ++genetal|general ++genetiv|genetic ++genetix|genetic ++genetoc|genetic ++genetuc|genetic ++geneyic|genetic ++genfer|gender ++genr|gene ++genrr|genre ++genrral|general ++genrric|generic ++genrtic|genetic ++genrw|genre ++genser|gender ++gente|genre ++genw|gene ++genwral|general ++genwric|generic ++genwtic|genetic ++geoss|gross ++geound|ground ++geounds|grounds ++geoup|group ++geow|grow ++geown|grown ++geowth|growth ++ger|get ++ger,an|German + gerat|great ++gere|here ++gerein|herein ++germab|German ++germam|German ++german|German ++germsn|German ++gernan|German ++ges|he's ++gesr|gear ++getman|German ++gew|few ++gewer|fewer ++gey|get ++gi|go ++giabt|giant ++gial|goal ++giamt|giant ++gianr|giant ++giany|giant ++giard|guard ++gibe|give ++giben|given ++gice|give ++gicen|given ++giction|fiction ++gid|god ++gidden|hidden ++gidt|gift ++giel|girl ++gield|field ++giess|guess ++giest|guest ++gifr|gift ++gifth|fifth ++gify|gift ++gigh|high ++gigher|higher ++gighly|highly ++gight|fight ++gighway|highway ++gigt|gift ++gigure|figure ++gigures|figures ++giide|guide ++giing|going ++gild|gold ++gilden|golden ++gile|file ++gilf|golf ++gill|fill ++gilm|film ++gilter|filter ++gim|him ++gimself|himself ++gin|fin ++ginal|final ++ginally|finally ++ginance|finance ++gind|find ++ginder|finder ++ginding|finding ++gine|fine ++ginish|finish ++giod|good ++giodnight|goodnight ++giods|goods ++gire|fire ++girk|girl ++girm|firm ++girst|first ++gis|his ++giscal|fiscal ++gish|fish ++gishing|fishing ++gisnt|giant ++gistory|history ++git|got ++gitl|girl ++gitness|fitness ++giveb|given ++givem|given ++givr|give ++givrn|given ++givw|give ++givwn|given ++gix|fix ++gixed|fixed ++giy|guy ++gkance|glance ++gkass|glass ++gkobal|global ++gkobe|globe ++glaas|glass ++glabce|glance ++glads|glass ++glag|flag ++glamce|glance ++glancr|glance ++glancw|glance ++glanve|glance ++glanxe|glance ++glasa|glass ++glasd|glass ++glash|flash ++glat|flat ++glibal|global ++glibe|globe + glight|flight ++globak|global ++globr|globe ++globsl|global ++globw|globe ++glonal|global ++glone|globe ++gloor|floor ++gloval|global ++glove|globe ++glow|flow ++glower|flower ++glpbal|global ++glpbe|globe ++glsnce|glance ++glsss|glass ++gly|fly ++glying|flying ++gmu|gnu ++gni|gnu ++gny|gnu ++goak|goal ++goant|giant ++gobe|gone ++gocus|focus + godess|goddess ++gof|god ++goft|gift + gogin|going ++goibg|going ++goid|good ++goidnight|goodnight ++goids|goods + goign|going ++goimg|going ++goinf|going ++goinh|going ++gokd|gold ++gokden|golden ++gokf|golf ++goldeb|golden ++goldem|golden ++golding|holding ++goldrn|golden ++goldwn|golden ++gole|hole ++golfen|golden ++golg|golf ++goliday|holiday ++gollow|follow ++gols|gold ++golsen|golden ++goly|holy ++gome|home + gonig|going ++gonor|honor ++gonors|honors ++gonr|gone ++gont|font ++gonw|gone ++gooda|goods ++goodbight|goodnight ++goodd|goods ++goodmight|goodnight ++goodnifht|goodnight ++goodniggt|goodnight ++goodnighr|goodnight ++goodnighy|goodnight ++goodnigjt|goodnight ++goodnihht|goodnight ++goodnoght|goodnight ++goodnught|goodnight ++goof|good ++goofnight|goodnight ++goofs|goods ++goong|going ++goos|good ++goosnight|goodnight ++gooss|goods ++goot|foot ++gopd|good ++gopdnight|goodnight ++gopds|goods ++gope|hope ++gor|for ++gorce|force ++gorced|forced ++gorces|forces ++gord|ford ++goreign|foreign ++gorest|forest ++gorever|forever ++gorget|forget ++gorgot|forgot ++gorl|girl ++gorm|form ++gormal|formal ++gormat|format ++gormer|former ++gormula|formula ++gorse|horse ++gort|fort ++gorth|forth ++gorum|forum ++gorward|forward ++gos|god ++gosl|goal ++gost|host ++goster|foster ++gotel|hotel ++gound|found ++gounder|founder ++goung|going ++gour|four ++gourth|fourth ++gouse|house ++gousing|housing + gouvener|governor ++gove|give + govement|government ++goven|given + govenment|government + govenrment|government + goverment|government +@@ -1027,70 +8349,881 @@ governer|governor + governmnet|government + govorment|government + govornment|government ++gow|how ++gow've|how've ++gowever|however ++gowve|how've ++gox|fox ++goy|got ++gp|go ++gpal|goal ++gpd|god ++gping|going ++gpld|gold ++gplden|golden ++gplf|golf ++gpne|gone ++gpod|good ++gpodnight|goodnight ++gpods|goods ++gpt|got ++grabd|grand ++grabt|grant + gracefull|graceful ++gradr|grade ++gradw|grade + graet|great ++grafe|grade ++gramd|grand ++grame|frame ++grames|frames + grammer|grammar ++gramt|grant ++granf|grand ++grank|frank ++granr|grant ++grans|grand ++grany|grant ++graohic|graphic ++grapgic|graphic ++graphiv|graphic ++graphix|graphic ++graphoc|graphic ++graphuc|graphic ++grapjic|graphic ++grar|gear ++grase|grade + grat|great ++grau|gray ++grear|great ++grearer|greater ++grearly|greatly ++greatee|greater ++greatet|greater + greatful|grateful + greatfully|gratefully ++greatky|greatly ++greatlt|greatly ++greatlu|greatly ++greatrr|greater ++greatwr|greater ++greay|great ++greayer|greater ++greayly|greatly ++gree|free ++greeb|green ++greedom|freedom ++greej|Greek ++greek|Greek ++greel|Greek ++greem|green + greif|grief ++grench|French ++greq|grew ++grerk|Greek ++grern|green ++gresh|fresh ++grest|great ++grester|greater ++grestly|greatly ++grewk|Greek ++grewn|green ++griday|Friday ++griend|friend ++griends|friends ++grif|grid ++gris|grid ++griss|gross ++griund|ground ++griunds|grounds ++griup|group ++griw|grow ++griwn|grown ++griwth|growth ++grnder|gender ++grne|gene ++grneral|general ++grneric|generic ++grnetic|genetic ++grnre|genre ++groas|gross ++grod|grid ++grods|gross ++groe|grow ++groen|grown ++groeth|growth ++groind|ground ++groinds|grounds ++groip|group ++grom|from ++gront|front + gropu|group ++groq|grow ++groqn|grown ++groqth|growth ++grosa|gross ++grosd|gross ++groubd|ground ++groubds|grounds ++groumd|ground ++groumds|grounds ++grounda|grounds ++groundd|grounds ++grounf|ground ++grounfs|grounds ++grouns|ground ++grounss|grounds ++grouo|group ++growb|grown ++growm|grown ++growrh|growth ++growtg|growth ++growtj|growth ++growyh|growth ++groynd|ground ++groynds|grounds ++groyp|group ++grpss|gross ++grpund|ground ++grpunds|grounds ++grpup|group ++grpw|grow ++grpwn|grown ++grpwth|growth ++grrat|great ++grrater|greater ++grratly|greatly ++grrek|Greek ++grren|green ++grrman|German ++grrw|grew ++grsde|grade ++grsnd|grand ++grsnt|grant ++grsphic|graphic ++grsy|gray ++grt|get ++grud|grid ++gruit|fruit ++grwat|great ++grwater|greater ++grwatly|greatly ++grwek|Greek ++grwen|green + grwo|grow ++grww|grew ++gsin|gain ++gsllery|gallery ++gsme|game ++gsmes|games ++gsp|gap ++gsrden|garden ++gss|gas ++gste|gate ++gsteway|gateway ++gsther|gather ++gsve|gave ++gsy|gay ++gtade|grade ++gtand|grand ++gtant|grant ++gtaphic|graphic ++gtay|gray ++gteat|great ++gteater|greater ++gteatly|greatly ++gteek|Greek ++gteen|green ++gtew|grew ++gtid|grid ++gtoss|gross ++gtound|ground ++gtounds|grounds ++gtoup|group ++gtow|grow ++gtown|grown ++gtowth|growth ++guaed|guard + guage|gauge ++guant|giant + guarentee|guarantee + guarenteed|guaranteed + guarentees|guarantees ++guarf|guard ++guars|guard ++guatd|guard ++gueas|guess ++gueat|guest ++gueds|guess ++guedt|guest ++guel|fuel + guerilla|guerrilla + guerrila|guerrilla ++guesa|guess ++guesd|guess ++guesr|guest ++guesy|guest ++guft|gift ++guge|huge + guidence|guidance ++guidr|guide ++guidw|guide ++guife|guide ++guise|guide ++gull|full ++gully|fully ++guman|human ++gumor|humor ++gun|fun ++gund|fund ++gundred|hundred ++gunds|funds ++gunny|funny ++gunter|hunter ++guode|guide + gurantee|guarantee + guranteed|guaranteed + gurantees|guarantees ++gurl|girl ++gurss|guess ++gurst|guest ++gurther|further ++gusband|husband ++gusrd|guard ++gut|guy ++guture|future ++guu|guy ++guude|guide ++guve|give ++guven|given ++guwss|guess ++guwst|guest ++gwar|gear ++gwnder|gender ++gwne|gene ++gwneral|general ++gwneric|generic ++gwnetic|genetic ++gwnre|genre ++gwrman|German ++gwt|get ++gyard|guard ++gyess|guess ++gyest|guest ++gyide|guide ++gyy|guy ++haa|has ++haan't|hasn't ++haant|hasn't ++habd|hand ++habdle|handle ++habe|have ++haben|haven ++haben't|haven't ++habent|haven't ++habing|having ++hace|have ++hacen|haven ++hacen't|haven't ++hacent|haven't ++hacing|having ++hack|jack ++hadb't|hadn't ++hadbt|hadn't ++hadm't|hadn't ++hadmt|hadn't ++hadn'r|hadn't ++hadn'y|hadn't ++hadnr|hadn't + hadnt|hadn't ++hadny|hadn't ++haed|hard ++haery|harry + haev|have ++haf|had ++hafn't|hadn't ++hafnt|hadn't ++hag|hah ++haga|haha ++hahs|haha ++haie|hair ++hain|gain ++hait|hair ++haj|hah ++haja|haha ++hakf|half ++hakl|hall ++hald|half ++halg|half ++halk|hall ++hallery|gallery + halp|help ++hamd|hand ++hamdle|handle ++hame|game ++hames|games ++handke|handle ++handlr|handle ++handlw|handle ++hanf|hand ++hanfle|handle ++hans|hand ++hansle|handle ++hanuary|January ++haopen|happen ++haopy|happy ++haor|hair ++hap|gap ++hapan|Japan + hapen|happen + hapened|happened + hapening|happening ++hapoen|happen ++hapoy|happy ++happeb|happen ++happem|happen + happend|happened + happended|happened + happenned|happened ++happrn|happen ++happt|happy ++happu|happy ++happwn|happen ++har|hat + harasment|harassment + harassement|harassment ++harden|garden ++harey|harry ++harf|hard + harrasment|harassment + harrassment|harassment ++harrt|harry ++harru|harry ++hars|hard ++harty|harry ++hasb't|hasn't ++hasbt|hasn't ++hasm't|hasn't ++hasmt|hasn't ++hasn'r|hasn't ++hasn'y|hasn't ++hasnr|hasn't + hasnt|hasn't ++hasny|hasn't ++hatd|hard ++hate|gate ++hateway|gateway ++hather|gather ++hatry|harry ++haur|hair ++haveb|haven ++haveb't|haven't ++havebt|haven't ++havem|haven ++havem't|haven't ++havemt|haven't ++haven'r|haven't ++haven'y|haven't ++havenr|haven't + havent|haven't +-hed|he'd ++haveny|haven't ++havibg|having ++havimg|having ++havinf|having ++havinh|having ++havong|having ++havr|have ++havrn|haven ++havrn't|haven't ++havrnt|haven't ++havung|having ++havw|have ++havwn|haven ++havwn't|haven't ++havwnt|haven't ++hay|hat ++hazz|jazz ++he'a|he's ++he'f|he'd ++hea|he's ++heaben|heaven ++heaby|heavy ++heacen|heaven ++heacy|heavy ++headee|header ++headet|header + headquaters|headquarters ++headrr|header ++headwr|header ++heae|hear ++heaed|heard ++heaeing|hearing ++heaet|heart ++heaf|head ++heafer|header ++heakth|health ++heakthy|healthy ++healrh|health ++healrhy|healthy ++healtg|health ++healtgy|healthy ++healtht|healthy ++healthu|healthy ++healtj|health ++healtjy|healthy ++healyh|health ++healyhy|healthy + heared|heard ++hearf|heard ++hearibg|hearing ++hearimg|hearing ++hearinf|hearing ++hearinh|hearing ++hearong|hearing ++hearr|heart ++hears|heard ++hearung|hearing ++heary|heart ++heas|head ++heaser|header ++heatd|heard + heathy|healthy ++heating|hearing ++heatt|heart ++heaveb|heaven ++heavem|heaven ++heavrn|heaven ++heavt|heavy ++heavu|heavy ++heavwn|heaven ++heay|heat ++hebce|hence ++hed|he'd ++hee|her ++heee|here ++heeein|herein ++hef|he'd ++heg|heh ++hege|hehe ++hehr|hehe ++hehw|hehe ++heifht|height ++heiggt|height + heigher|higher ++heighr|height ++heighy|height ++heigjt|height ++heihht|height ++hej|heh ++heje|hehe ++hekd|held ++hekl|hell ++hekp|help ++hekpful|helpful ++hekping|helping ++helf|held ++helk|hell + helment|helmet ++helo|help ++heloful|helpful ++heloing|helping ++helpdul|helpful ++helpfil|helpful ++helpfuk|helpful + helpfull|helpful ++helpfyl|helpful ++helpgul|helpful ++helpibg|helping ++helpimg|helping ++helpinf|helping ++helpinh|helping ++helpong|helping + helpped|helped ++helpung|helping ++hels|held ++hemce|hence ++hencr|hence ++hencw|hence ++hender|gender ++hene|gene ++heneral|general ++heneric|generic ++henetic|genetic ++henre|genre ++henve|hence ++henxe|hence ++heoght|height + herad|heard ++hereib|herein ++hereim|herein ++hereon|herein ++hereun|herein ++herman|German + heroe|hero + heros|heroes ++herr|here ++herrin|herein ++hersey|jersey + hertiage|heritage ++herw|here ++herwin|herein + hes|he's ++hesd|head ++hesder|header + hesistant|hesitant ++heslth|health ++heslthy|healthy ++hesr|hear ++hesrd|heard ++hesring|hearing ++hesrt|heart ++hest|heat ++hesven|heaven ++hesvy|heavy ++het|get ++hete|here ++hetein|herein ++heught|height ++hi,|him ++hi,self|himself ++hia|his ++hiant|giant ++hiatory|history ++hid|his ++hiddeb|hidden ++hiddem|hidden ++hiddrn|hidden ++hiddwn|hidden ++hidfen|hidden ++hidsen|hidden ++hidtory|history ++hiee|hire + hieght|height ++hifden|hidden ++hifh|high ++hifher|higher ++hifhly|highly ++hifhway|highway ++hift|gift ++hige|huge + higer|higher + higest|highest ++higg|high ++higger|higher ++higgly|highly ++higgway|highway ++higheay|highway ++highee|higher ++highet|higher ++highky|highly ++highlt|highly ++highlu|highly ++highqay|highway ++highrr|higher ++highwat|highway ++highwau|highway ++highwr|higher ++highwsy|highway ++higj|high ++higjer|higher ++higjly|highly ++higjway|highway + higway|highway ++hihh|high ++hihher|higher ++hihhly|highly ++hihhway|highway ++hikl|hill ++hild|hold ++hilding|holding ++hile|hole ++hiliday|holiday ++hilk|hill + hillarious|hilarious ++hily|holy ++himaelf|himself ++himan|human ++himdelf|himself ++hime|home ++himor|humor ++himsekf|himself ++himseld|himself ++himselg|himself + himselv|himself ++himsrlf|himself ++himswlf|himself ++hin|him ++hindred|hundred ++hinor|honor ++hinors|honors ++hinself|himself ++hinter|hunter ++hipe|hope ++hir|hit ++hirl|girl ++hirr|hire ++hirse|horse ++hirw|hire ++hisband|husband ++hisden|hidden + hismelf|himself ++hisrory|history ++hist|host ++histiry|history ++histoey|history ++histort|history ++historu|history ++histoty|history ++histpry|history ++hisyory|history ++hite|hire ++hitel|hotel ++hiur|hour ++hiuse|house ++hiusing|housing ++hive|give ++hiven|given ++hiw|how ++hiw've|how've ++hiwever|however ++hiwve|how've ++hiy|hit ++hlance|glance ++hlass|glass ++hlobal|global ++hlobe|globe ++hnu|gnu ++ho|go ++ho,e|home ++hoal|goal ++hoat|host ++hob|job ++hobor|honor ++hobors|honors ++hod|god ++hodden|hidden ++hodt|host ++hoe|how ++hoe've|how've ++hoeever|however ++hoese|horse ++hoeve|how've ++hogh|high ++hogher|higher ++hoghly|highly ++hoghway|highway ++hohn|john ++hoin|join ++hoing|going ++hoint|joint ++hoir|hour ++hoise|house ++hoising|housing ++hokd|hold ++hokding|holding ++hoke|hole ++hokiday|holiday ++hoky|holy ++holden|golden ++holdibg|holding ++holdimg|holding ++holdinf|holding ++holdinh|holding ++holdong|holding ++holdung|holding ++holf|hold ++holfing|holding ++holidat|holiday ++holidau|holiday ++holidsy|holiday ++holifay|holiday ++holisay|holiday ++holl|hill + holliday|holiday ++holoday|holiday ++holr|hole ++hols|hold ++holsing|holding ++holt|holy ++holu|holy ++holuday|holiday ++holw|hole ++hom|him ++homor|honor ++homors|honors ++homr|home ++homself|himself ++homw|home ++hone|home ++hones|Jones ++honir|honor ++honirs|honors ++honoe|honor ++honoes|honors ++honora|honors ++honord|honors ++honot|honor ++honots|honors ++honpr|honor ++honprs|honors ++hood|good ++hoodnight|goodnight ++hoods|goods ++hooe|hope ++hopr|hope ++hopw|hope ++hoq|how ++hoq've|how've ++hoqever|however ++hoqve|how've ++hor|hot ++horae|horse ++horde|horse ++hore|hire ++horel|hotel + horrifing|horrifying ++horsr|horse ++horsw|horse ++hos|his + hosited|hoisted ++hosr|host ++hostory|history ++hosy|host ++hotek|hotel ++hotrl|hotel ++hotse|horse ++hotwl|hotel ++houae|house ++houaing|housing ++houde|house ++houding|housing ++houe|hour + hounour|honour ++hournal|journal ++hourney|journey ++housibg|housing ++housimg|housing ++housinf|housing ++housinh|housing ++housong|housing + housr|hours +-housr|house ++housung|housing ++housw|house ++hout|hour ++how'be|how've ++how'ce|how've ++how'vr|how've ++how'vw|how've ++howbe|how've ++howce|how've ++howeber|however ++howecer|however ++howevee|however ++howevet|however ++howevrr|however ++howevwr|however ++howrver|however + howve|how've + howver|however ++howvr|how've ++howvw|how've ++howwver|however ++hoy|hot ++hoyel|hotel ++hoyr|hour ++hoyse|house ++hoysing|housing ++hpld|hold ++hplding|holding ++hple|hole ++hpliday|holiday ++hply|holy ++hpme|home ++hpnor|honor ++hpnors|honors ++hppe|hope ++hprse|horse ++hpst|host ++hpt|hot ++hptel|hotel ++hpur|hour ++hpuse|house ++hpusing|housing ++hpw|how ++hpw've|how've ++hpwever|however ++hpwve|how've ++hr|he ++hr'd|he'd ++hr's|he's ++hrad|head ++hrade|grade ++hrader|header ++hralth|health ++hralthy|healthy ++hrand|grand ++hrant|grant ++hraphic|graphic ++hrar|hear ++hrard|heard ++hraring|hearing ++hrart|heart ++hrat|heat ++hraven|heaven ++hravy|heavy ++hray|gray ++hrd|he'd ++hreat|great ++hreater|greater ++hreatly|greatly ++hreek|Greek ++hreen|green ++hrew|grew ++hrh|heh ++hrhe|hehe ++hrid|grid ++hright|height ++hrld|held ++hrll|hell ++hrlp|help ++hrlpful|helpful ++hrlping|helping ++hrnce|hence ++hross|gross ++hround|ground ++hrounds|grounds ++hroup|group ++hrow|grow ++hrown|grown ++hrowth|growth ++hrr|her ++hrre|here ++hrrein|herein ++hrs|he's ++hsd|had ++hsdn't|hadn't ++hsdnt|hadn't ++hsh|hah ++hsha|haha ++hsir|hair ++hslf|half ++hsll|hall ++hsnd|hand ++hsndle|handle ++hsppen|happen ++hsppy|happy ++hsrd|hard ++hsrry|harry ++hss|has ++hssn't|hasn't ++hssnt|hasn't ++hst|hat + hstory|history ++hsve|have ++hsven|haven ++hsven't|haven't ++hsvent|haven't ++hsving|having + hten|hen + htere|here + htey|they +@@ -1098,61 +9231,378 @@ htikn|think + hting|thing + htink|think + htis|this ++hu,an|human ++hu,or|humor ++huaband|husband ++huard|guard ++hubdred|hundred ++hubter|hunter ++hudband|husband ++hudden|hidden ++hudge|judge ++huess|guess ++huest|guest ++hufe|huge ++hugh|high ++hugher|higher ++hughly|highly ++hughway|highway ++hugr|huge ++hugw|huge ++huhe|huge ++huide|guide ++hull|hill ++huly|July ++hum|him ++humab|human ++humam|human ++humdred|hundred + humer|humor + humerous|humorous ++humir|humor ++humoe|humor ++humot|humor ++hump|jump ++humpr|humor ++humself|himself ++humsn|human ++humter|hunter + humurous|humorous ++hunan|human ++hundeed|hundred ++hundref|hundred ++hundres|hundred ++hundrrd|hundred ++hundrwd|hundred ++hundted|hundred ++hune|June ++hunfred|hundred ++hunior|junior ++hunor|humor ++hunrer|hunter ++hunsred|hundred ++huntee|hunter ++huntet|hunter ++huntrr|hunter ++huntwr|hunter ++hunyer|hunter ++hure|hire ++hus|his ++husbabd|husband ++husbamd|husband + husban|husband ++husbanf|husband ++husbans|husband ++husbsnd|husband ++husnand|husband ++hust|just ++hustice|justice ++hustory|history ++husvand|husband ++hut|hit ++huy|guy + hvae|have + hvaing|having + hvea|have ++hw|he ++hw'd|he'd ++hw's|he's ++hwad|head ++hwader|header ++hwalth|health ++hwalthy|healthy ++hwar|hear ++hward|heard ++hwaring|hearing ++hwart|heart ++hwat|heat ++hwaven|heaven ++hwavy|heavy ++hwd|he'd ++hwh|heh ++hwhe|hehe ++hwight|height + hwihc|which + hwile|while ++hwld|held ++hwll|hell ++hwlp|help ++hwlpful|helpful ++hwlping|helping ++hwnce|hence + hwole|whole ++hwr|her ++hwre|here ++hwrein|herein ++hws|he's ++hyge|huge ++hyman|human ++hymor|humor ++hyndred|hundred ++hynter|hunter ++hysband|husband + i|I ++i'be|I've ++i'ce|I've ++i'd|I'd ++i'f|I'd ++i'kl|I'll ++i'lk|I'll ++i'll|I'll ++i's|I'd ++i've|I've ++i'vr|I've ++i'vw|I've ++i,age|image ++i,agine|imagine ++i,ho|imho ++i,o|imo ++i,pact|impact ++i,port|import ++i,prove|improve ++ia|is ++iak|oak ++ialand|island ++ian't|isn't ++iant|isn't ++iasue|issue ++ib|in ++ibch|inch ++ibclude|include ++ibcome|income ++ibdeed|indeed ++ibdex|index ++ibdian|Indian ++ibe|I've ++ibfo|info ++ibform|inform ++ibitial|initial ++ibject|object ++ibjury|injury ++ibn|inn ++ibner|inner ++ibput|input ++ibquiry|inquiry ++ibside|inside ++ibsight|insight ++ibstall|install ++ibstant|instant ++ibstead|instead ++ibtain|obtain ++ibtent|intent ++ibter|inter ++ibto|into ++ibtro|intro ++ibvious|obvious ++ibvite|invite ++ibvolve|involve ++iccur|occur ++icean|ocean ++icin|icon ++icob|icon ++icom|icon ++icpn|icon ++icr|ice ++ictober|October ++icw|ice + id|I'd + idaeidae|idea + idaes|ideas ++ideak|ideal + identicial|identical ++ides|idea + idesa|ideas ++idesl|ideal ++idland|island ++idn't|isn't ++idnt|isn't ++idra|idea ++idral|ideal ++idsue|issue ++idwa|idea ++idwal|ideal ++ieon|iron ++ifea|idea ++ifeal|ideal ++iff|off ++iffer|offer ++iffice|office ++ifficer|officer ++iffices|offices ++ifnore|ignore ++iften|often ++ig|if ++igbore|ignore ++igmore|ignore ++ignire|ignore ++ignoee|ignore ++ignorr|ignore ++ignorw|ignore ++ignote|ignore ++ignpre|ignore ++ihnore|ignore ++iil|oil ++ik|ok ++ikl|ill ++iklegal|illegal ++iklness|illness ++ild|old ++ilk|ill ++ilkegal|illegal ++ilkness|illness + ill|I'll ++illbess|illness ++illefal|illegal ++illegak|illegal ++illegsl|illegal ++illehal|illegal + illess|illness + illiegal|illegal ++illmess|illness ++illneas|illness ++illneds|illness ++illnesa|illness ++illnesd|illness ++illnrss|illness ++illnwss|illness ++illrgal|illegal + illution|illusion ++illwgal|illegal + ilness|illness + im|I'm ++imafe|image ++imafine|imagine + imagenary|imaginary ++imagibe|imagine ++imagime|imagine + imagin|imagine + imaginery|imaginary ++imaginr|imagine ++imaginw|imagine ++imagone|imagine ++imagr|image ++imagune|imagine ++imagw|image ++imahe|image ++imahine|imagine + imanent|imminent ++imch|inch ++imclude|include ++imcome|income + imcomplete|incomplete ++imdeed|indeed ++imdex|index ++imdian|Indian + imediately|immediately + imense|immense ++imfo|info ++imform|inform ++imgo|imho ++imhi|imho ++imhp|imho ++imi|imo + imigrant|immigrant + imigration|immigration + iminent|imminent ++imitial|initial ++imjo|imho ++imjury|injury + immediatley|immediately + immediatly|immediately + immidately|immediately + immidiately|immediately ++imn|inn ++imner|inner ++imoact|impact ++imoort|import ++imorove|improve ++imp|imo ++impacr|impact ++impacy|impact ++impavt|impact ++impaxt|impact ++impeove|improve ++impirt|import + impliment|implement + implimented|implemented ++impoet|import ++imporr|import + importamt|important ++impory|import ++impott|import ++impprt|import + imprioned|imprisoned + imprisonned|imprisoned ++imprive|improve ++improbe|improve ++improce|improve + improvments|improvements ++improvr|improve ++improvw|improve ++imprpve|improve ++impsct|impact ++imptove|improve ++imput|input ++imquiry|inquiry ++imsge|image ++imsgine|imagine ++imside|inside ++imsight|insight ++imstall|install ++imstant|instant ++imstead|instead ++imtent|intent ++imter|inter ++imto|into ++imtro|intro ++imvite|invite ++imvolve|involve ++inable|unable + inablility|inability + inadiquate|inadequate + inadquate|inadequate ++inage|image ++inagine|imagine ++inaide|inside ++inaight|insight + inappropiate|inappropriate ++inatall|install ++inatant|instant ++inatead|instead ++inb|inn ++inber|inner + inbetween|between ++inbite|invite ++inbolve|involve ++ince|once ++incg|inch ++incime|income ++incite|invite ++incj|inch ++inckude|include ++inclide|include + inclreased|increased + includ|include + includng|including ++includr|include ++includw|include ++inclufe|include ++incluse|include ++inclyde|include ++inco,e|income ++incolve|involve ++incomr|income ++incomw|income ++incone|income ++incpme|income + increadible|incredible + incredable|incredible + inctroduce|introduce + inctroduced|introduced + incuding|including ++indec|index ++indeef|indeed ++indees|indeed + indefinately|indefinitely + indefinitly|indefinitely + indentical|identical +@@ -1163,52 +9613,182 @@ independant|independent + independantly|independently + independece|independence + independendet|independent ++inder|under ++inderd|indeed ++indewd|indeed ++indez|index ++indiab|Indian ++indiam|Indian ++indian|Indian + indictement|indictment ++indide|inside ++indight|insight + indipendence|independence + indipendent|independent + indipendently|independently ++indisn|Indian ++indo|info ++indoan|Indian ++indorm|inform + indpendent|independent + indpendently|independently ++indred|indeed ++indrx|index ++indtall|install ++indtant|instant ++indtead|instead ++induan|Indian + indulgue|indulge + indutrial|industrial + indviduals|individuals ++indwed|indeed ++indwx|index ++ine|one ++ines|ones + inevatible|inevitable + inevitible|inevitable + inevititably|inevitably + infectuous|infectious ++infeed|indeed ++infex|index ++infi|info ++infian|Indian + infinit|infinite ++infirm|inform + influencial|influential + influented|influenced ++infoem|inform + infomation|information ++infor,|inform + informtion|information ++inforn|inform ++infotm|inform ++infp|info ++infprm|inform + infrigement|infringement ++ingo|info ++ingoing|ongoing ++ingorm|inform + ingreediants|ingredients + inhabitans|inhabitants + inheritage|heritage ++inho|imho ++inhury|injury ++iniform|uniform ++inion|union ++inique|unique ++inirial|initial ++init|unit + inital|initial + initally|initially ++inited|united + initiaitive|initiative ++initiak|initial ++initisl|initial ++initoal|initial ++initual|initial ++iniyial|initial ++injiry|injury ++injuey|injury ++injurt|injury ++injuru|injury ++injuty|injury ++injyry|injury ++inknown|unknown ++inkury|injury + inlcuding|including ++inless|unless ++inly|only ++inm|inn ++inmer|inner + inmigrant|immigrant + inmigrants|immigrants ++innee|inner ++innet|inner ++innrr|inner ++innwr|inner ++ino|imo + inocence|innocence + inofficial|unofficial + inot|into ++inotial|initial ++inout|input ++inpact|impact ++inpit|input ++inport|import ++inprove|improve + inproving|improving ++inpur|input ++inpuy|input ++inpyt|input ++inqiiry|inquiry ++inquiey|inquiry ++inquirt|inquiry ++inquiru|inquiry ++inquity|inquiry ++inquory|inquiry ++inquury|inquiry ++inqyiry|inquiry ++inrent|intent ++inrer|inter ++inro|into ++inrro|intro ++inseed|indeed + inseperable|inseparable ++insex|index ++insian|Indian ++insidr|inside ++insidw|inside ++insife|inside ++insifht|insight ++insiggt|insight ++insighr|insight ++insighy|insight ++insigjt|insight ++insihht|insight ++insise|inside + insitution|institution + insitutions|institutions ++insode|inside ++insoght|insight + inspite|inspire ++insrall|install ++insrant|instant ++insread|instead ++instabt|instant + instade|instead ++instakl|install ++instalk|install ++instamt|instant ++instanr|instant ++instany|instant + instatance|instance ++insteaf|instead ++insteas|instead ++instesd|instead ++instrad|instead ++instsll|install ++instsnt|instant + instuction|instruction + instuments|instruments ++instwad|instead ++insude|inside ++insught|insight + insurence|insurance ++insyall|install ++insyant|instant ++insyead|instead ++intebt|intent ++intee|inter + intelectual|intellectual + inteligence|intelligence + inteligent|intelligent ++intemt|intent + intenational|international ++intenr|intent + intented|intended ++inteny|intent ++inteo|intro + intepretation|interpretation + interational|international + interferance|interference +@@ -1219,249 +9799,3259 @@ internation|international + interrim|interim + intertaining|entertaining + interupt|interrupt ++intet|inter + intevene|intervene ++inti|into + intial|initial + intially|initially ++intil|until ++intp|into + intrduced|introduced + intrest|interest ++intri|intro ++intrnt|intent + introdued|introduced ++intrp|intro ++intrr|inter + intruduced|introduced + intrument|instrument + intruments|instruments ++intto|intro ++intwnt|intent ++intwr|inter + inudstry|industry ++inusual|unusual ++inutial|initial + inventer|inventor + investingate|investigate ++invh|inch ++invilve|involve ++invire|invite ++invitr|invite ++invitw|invite ++inviye|invite ++invlude|include ++invokve|involve ++involbe|involve ++involce|involve + involvment|involvement ++involvr|involve ++involvw|involve ++invome|income ++invote|invite ++invplve|involve ++invute|invite ++inwuiry|inquiry ++inxh|inch ++inxlude|include ++inxome|income ++inyent|intent ++inyer|inter ++inyo|into ++inyro|intro ++ip|up ++ipdate|update ++ipen|open ++ipening|opening ++ipera|opera ++iperate|operate ++ipgrade|upgrade ++ipinion|opinion ++ipon|upon ++ipper|upper ++iptical|optical ++iption|option ++ir|or ++ir'd|it'd ++ir'll|it'll ++ir's|it's ++iracle|oracle ++iral|oral ++iralian|Italian ++irange|orange ++irban|urban ++ird|it'd ++irder|order ++irdered|ordered ++irders|orders + irelevent|irrelevant ++irem|item + iresistable|irresistible + iresistible|irresistible ++irg|org ++irganic|organic ++irigin|origin ++irin|iron + iritated|irritated ++irll|it'll ++irob|iron ++irom|iron + ironicly|ironically ++irpn|iron + irregardless|regardless + irrelevent|irrelevant + irresistable|irresistible ++irs|its ++irself|itself ++isage|usage ++isaue|issue ++isb't|isn't ++isbt|isn't ++isdue|issue ++ise|use ++isea|idea ++iseal|ideal ++ised|used ++iseful|useful ++iser|user ++iskand|island ++islabd|island ++islamd|island ++islanf|island ++islans|island ++islsnd|island ++ism't|isn't ++ismt|isn't ++isn'r|isn't ++isn'y|isn't ++isnr|isn't + isnt|isn't ++isny|isn't ++issie|issue + issueing|issuing ++issur|issue ++issuw|issue ++issye|issue ++isual|usual ++isually|usually ++it'a|it's ++it'f|it'd ++it'kl|it'll ++it'lk|it'll ++ita|its ++itaelf|itself ++itakian|Italian ++italiab|Italian ++italiam|Italian ++italian|Italian ++italisn|Italian ++italoan|Italian ++italuan|Italian + itd|it'd ++itdelf|itself ++ite,|item ++iten|item ++itf|it'd ++ither|other ++itility|utility ++itkl|it'll ++itlk|it'll + itll|it'll + itnroduced|introduced ++iton|iron ++itrm|item ++itsekf|itself ++itseld|itself ++itselg|itself ++itslian|Italian ++itsrlf|itself ++itswlf|itself ++itwm|item + iunior|junior ++iur|our ++iut|out ++iutcome|outcome ++iutdoor|outdoor ++iutline|outline ++iutlook|outlook ++iutput|output ++iutside|outside + ive|I've ++iver|over ++iverall|overall ++ivon|icon ++ivr|I've ++ivw|I've + iwll|will ++iwn|own ++iwner|owner + iwth|with ++ixe|ice ++ixon|icon ++iy|it ++iy'd|it'd ++iy'll|it'll ++iy's|it's ++iyalian|Italian ++iyd|it'd ++iyem|item ++iyll|it'll ++iys|its ++iyself|itself ++jabuary|January ++jacj|jack ++jacl|jack ++jad|had ++jadn't|hadn't ++jadnt|hadn't ++jah|hah ++jaha|haha ++jair|hair ++jalf|half ++jall|hall ++jamuary|January ++jand|hand ++jandle|handle ++janiary|January ++januaey|January ++januart|January ++januaru|January ++january|January ++januaty|January ++janusry|January ++janyary|January ++jaoan|Japan ++japab|Japan ++japam|Japan ++japan|Japan ++jappen|happen ++jappy|happy ++japsn|Japan ++jard|hard ++jarry|harry ++jas|has ++jasn't|hasn't ++jasnt|hasn't ++jat|hat ++jate|Kate ++jave|have ++javen|haven ++javen't|haven't ++javent|haven't ++javing|having ++javk|jack ++jaxk|jack ++jaxz|jazz ++jazx|jazz ++je|he ++je'd|he'd ++je's|he's ++jead|head ++jeader|header ++jealth|health ++jealthy|healthy + jeapardy|jeopardy ++jear|hear ++jeard|heard ++jearing|hearing ++jeart|heart ++jeat|heat ++jeaven|heaven ++jeavy|heavy ++jed|he'd ++jeep|keep ++jeeping|keeping ++jeeps|keeps ++jeesey|jersey ++jeh|heh ++jehe|hehe ++jeight|height ++jeld|held ++jell|hell ++jelp|help ++jelpful|helpful ++jelping|helping ++jen|ken ++jence|hence ++jept|kept ++jer|her ++jeraey|jersey ++jerdey|jersey ++jere|here ++jerein|herein ++jerset|jersey ++jerseu|jersey ++jersry|jersey ++jerswy|jersey ++jes|he's ++jetsey|jersey ++jey|key ++jib|job ++jid|kid ++jidden|hidden ++jidge|judge ++jigh|high ++jigher|higher ++jighly|highly ++jighway|highway ++jihn|john ++jiin|join ++jiint|joint ++jill|hill ++jily|July ++jim|him ++jimp|jump ++jimself|himself ++jind|kind ++jine|June ++jines|Jones ++jing|king ++jingdom|kingdom ++jinior|junior ++jire|hire ++jis|his ++jist|just ++jistice|justice ++jistory|history ++jit|kit ++jitchen|kitchen ++jiurnal|journal ++jiurney|journey ++jiy|joy ++jnew|knew ++jnow|know ++jnowing|knowing ++jnown|known ++jobes|Jones ++jogn|john ++johb|john ++johm|john ++joib|join ++joibt|joint ++joim|join ++joimt|joint ++joinr|joint ++joiny|joint ++joirnal|journal ++joirney|journey ++jojn|john ++jold|hold ++jolding|holding ++jole|hole ++joliday|holiday ++joly|holy ++jome|home ++jomes|Jones ++jon|job ++jonea|Jones ++joned|Jones ++jones|Jones ++jonor|honor ++jonors|honors ++jonrs|Jones ++jonws|Jones ++joon|join ++joont|joint ++jope|hope ++jorse|horse ++jost|host ++jot|hot ++jotel|hotel ++jou|joy ++jouenal|journal ++joueney|journey ++joun|join + jouney|journey ++jount|joint ++jour|hour ++jourbal|journal ++jourbey|journey ++jourmal|journal ++jourmey|journey ++journak|journal ++journet|journey ++journeu|journey ++journry|journey ++journsl|journal ++journwy|journey ++jouse|house ++jousing|housing ++joutnal|journal ++joutney|journey ++jov|job ++jow|how ++jow've|how've ++jowever|however ++jowve|how've ++joyrnal|journal ++joyrney|journey ++jpb|job ++jphn|john ++jpin|join ++jpint|joint ++jpnes|Jones ++jpurnal|journal ++jpurney|journey ++jpy|joy ++jrrsey|jersey ++jrt|jet ++jsck|jack ++jsnuary|January ++jspan|Japan + jstu|just + jsut|just ++jszz|jazz ++ju,p|jump ++juat|just ++juatice|justice ++jube|June ++jubior|junior ++judfe|judge ++judgr|judge ++judgw|judge ++judhe|judge + judical|judicial ++judt|just ++judtice|justice + juducial|judicial ++jufge|judge ++juge|huge ++juky|July ++jult|July ++julu|July ++july|July ++juman|human ++jume|June ++jumior|junior ++jumo|jump ++jumor|humor ++jundred|hundred ++june|June ++juniir|junior ++junioe|junior ++juniot|junior ++junipr|junior ++junoor|junior ++junp|jump ++junr|June ++junter|hunter ++junuor|junior ++junw|June + juristiction|jurisdiction ++jusband|husband ++jusge|judge ++jusr|just ++jusrice|justice ++justicr|justice ++justicw|justice ++justive|justice ++justixe|justice ++justoce|justice ++justuce|justice ++jusy|just ++jusyice|justice ++jwrsey|jersey ++jwt|jet ++jydge|judge ++jyly|July ++jymp|jump ++jyne|June ++jynior|junior ++jyst|just ++jystice|justice ++ka|la ++kab|lab ++kabel|label ++kabor|labor ++kack|lack ++kady|lady ++kake|lake ++kand|land ++kane|lane ++kansing|lansing ++kanuary|January ++kapan|Japan ++kare|Kate ++karge|large ++kargely|largely ++kaser|laser ++kast|last ++kate|Kate ++kater|later ++katest|latest ++katin|Latin ++katr|Kate ++katter|latter ++katw|Kate ++kaunch|launch ++kaw|law ++kay|lay ++kaye|Kate ++kayer|layer ++kayout|layout ++kayover|layover ++kazz|jazz ++kbew|knew ++kbow|know ++kbowing|knowing ++kbown|known ++kead|lead ++keader|leader ++keading|leading ++keads|leads ++keague|league ++kearn|learn ++kearned|learned ++keast|least ++keave|leave ++keb|ken ++kecture|lecture ++ked|led ++kee|lee ++keeo|keep ++keeoing|keeping ++keeos|keeps ++keepa|keeps ++keepd|keeps ++keepibg|keeping ++keepimg|keeping ++keepinf|keeping ++keepinh|keeping ++keepong|keeping ++keepung|keeping ++keft|left ++kegacy|legacy ++kegal|legal ++keisure|leisure ++kem|ken ++kength|length ++keot|kept ++kepr|kept ++kepy|kept ++kerp|keep ++kerping|keeping ++kerps|keeps ++kersey|jersey ++kess|less ++kesson|lesson ++ket|key ++ketter|letter ++ketters|letters ++keu|key ++kevel|level ++kewp|keep ++kewping|keeping ++kewps|keeps ++ki,|Kim ++kib|lib ++kibd|kind ++kibg|king ++kibgdom|kingdom ++kibrary|library ++kicense|license ++kie|lie ++kif|kid ++kife|life ++kight|light ++kights|lights ++kike|like ++kikely|likely ++kikl|kill ++kilk|kill ++kim|Kim ++kimd|kind ++kime|lime ++kimes|limes ++kimg|king ++kimgdom|kingdom ++kimit|limit ++kimited|limited ++kin|Kim + kindergarden|kindergarten ++kine|line ++kinear|linear ++kines|lines ++kinf|kind ++kinfdom|kingdom ++kingdim|kingdom ++kingdo,|kingdom ++kingdon|kingdom ++kingdpm|kingdom ++kingfom|kingdom ++kingsom|kingdom ++kinh|king ++kinhdom|kingdom ++kink|link ++kinks|links ++kins|kind ++kiquid|liquid ++kir|kit ++kirchen|kitchen ++kis|kid ++kist|list ++kisten|listen ++kists|lists ++kitcgen|kitchen ++kitcheb|kitchen ++kitchem|kitchen ++kitchrn|kitchen ++kitchwn|kitchen ++kitcjen|kitchen ++kittle|little ++kitvhen|kitchen ++kitxhen|kitchen ++kive|live ++kiving|living ++kiy|kit ++kiychen|kitchen ++kmao|lmao ++kmew|knew ++kmow|know ++kmowing|knowing ++kmown|known ++knee|knew ++kneq|knew + knifes|knives + knive|knife ++kniw|know ++kniwing|knowing ++kniwn|known ++knoe|know ++knoeing|knowing ++knoen|known ++knoq|know ++knoqing|knowing ++knoqn|known ++knowb|known ++knowibg|knowing ++knowimg|knowing ++knowinf|knowing ++knowinh|knowing + knowlege|knowledge ++knowm|known ++knowong|knowing ++knowung|knowing ++knpw|know ++knpwing|knowing ++knpwn|known ++knrw|knew + knwo|know + knwos|knows ++knww|knew ++koad|load ++koan|loan ++kob|job ++kocal|local ++kocate|locate ++kocated|located ++kod|kid ++kodging|lodging ++kog|log ++kogic|logic ++kohn|john ++koin|join ++koint|joint ++kol|lol ++koll|kill ++kom|Kim ++kond|kind ++kones|Jones ++kong|long ++kongdom|kingdom + konw|know + konws|knows ++kook|look ++kooks|looks ++koop|loop ++kord|lord ++kose|lose ++koss|loss ++kost|lost ++kot|lot ++kotchen|kitchen ++kournal|journal ++kourney|journey ++kove|love ++kow|low ++kower|lower ++koy|joy ++krep|keep ++kreping|keeping ++kreps|keeps ++krn|ken ++krpt|kept ++kry|key ++kste|Kate ++kuck|luck ++kud|kid ++kudge|judge ++kull|kill ++kuly|July ++kum|Kim ++kump|jump ++kunch|lunch ++kund|kind ++kune|June ++kung|king ++kungdom|kingdom ++kunior|junior ++kust|just ++kustice|justice ++kut|kit ++kutchen|kitchen ++kwep|keep ++kweping|keeping ++kweps|keeps ++kwn|ken + kwno|know ++kwpt|kept ++kwy|key ++l,ao|lmao ++laaer|laser ++laat|last + labatory|laboratory ++labd|land ++labe|lane ++labek|label ++labir|labor + labled|labeled ++laboe|labor ++labot|labor ++labpr|labor + labratory|laboratory ++labrl|label ++labsing|lansing ++labwl|label ++lacj|lack ++lacl|lack ++lader|laser ++ladt|last ++ladu|lady ++lae|law ++laege|large ++laegely|largely ++lafy|lady + laguage|language + laguages|languages ++lainch|launch ++laje|lake ++lakr|lake ++lakw|lake ++lale|lake ++lamd|land ++lame|lane ++lamsing|lansing ++lan|lab ++lanaing|lansing ++landing|lansing ++lanel|label ++lanf|land ++lanor|labor ++lanr|lane ++lans|land ++lansibg|lansing ++lansimg|lansing ++lansinf|lansing ++lansinh|lansing ++lansong|lansing ++lansung|lansing ++lanw|lane ++laq|law ++lare|late ++larer|later ++larest|latest ++larfe|large ++larfely|largely + larg|large ++largeky|largely ++largelt|largely ++largelu|largely ++largr|large ++largrly|largely + largst|largest ++largw|large ++largwly|largely ++larhe|large ++larhely|largely ++larin|Latin ++larter|latter ++lasee|laser ++laset|laser ++lasr|last ++lasrr|laser + lastr|last ++laswr|laser ++lasy|last ++lat|lay ++lateat|latest ++latedt|latest ++latee|later ++latesr|latest ++latesy|latest ++latet|later ++latge|large ++latgely|largely ++latib|Latin ++latim|Latin ++latin|Latin ++laton|Latin ++latout|layout ++latover|layover ++latr|late ++latrer|latter ++latrr|later ++latrst|latest ++lattee|latter ++lattet|latter ++lattrr|latter ++lattwr|latter ++latun|Latin ++latw|late ++latwr|later ++latwst|latest ++latyer|latter ++lau|lay ++laubch|launch ++lauer|layer ++laumch|launch ++launcg|launch + launchs|launch ++launcj|launch + launhed|launched ++launvh|launch ++launxh|launch ++lauout|layout ++lauover|layover ++lav|lab ++lavel|label ++lavk|lack ++lavor|labor ++laxk|lack ++laye|late + layed|laid ++layee|layer ++layest|latest ++layet|layer ++layin|Latin ++layiut|layout ++layiver|layover ++laynch|launch ++layober|layover ++layocer|layover ++layoit|layout ++layour|layout ++layouy|layout ++layovee|layover ++layovet|layover ++layovrr|layover ++layovwr|layover ++layoyt|layout ++layput|layout ++laypver|layover ++layrr|layer ++layter|latter ++laywr|layer ++leaat|least ++leabe|leave ++leace|leave ++leada|leads ++leadd|leads ++leadee|leader ++leadet|leader ++leadibg|leading ++leadimg|leading ++leadinf|leading ++leadinh|leading ++leadong|leading ++leadrr|leader ++leadt|least ++leadung|leading ++leadwr|leader ++leaen|learn ++leaened|learned ++leaf|lead ++leafer|leader ++leafing|leading ++leafs|leads ++leafue|league + leage|league ++leagie|league ++leagur|league ++leaguw|league ++leagye|league ++leahue|league + leanr|lean ++learb|learn ++learbed|learned ++learm|learn ++learmed|learned ++learnef|learned ++learnes|learned ++learnrd|learned ++learnwd|learned ++leas|less ++leaser|leader ++leasing|leading ++leason|lesson ++leasr|least ++leass|leads ++leasy|least + leathal|lethal ++leatn|learn ++leatned|learned ++leavr|leave ++leavw|leave ++lebel|level ++lebgth|length ++lecel|level ++lecrure|lecture ++lectire|lecture ++lectuee|lecture ++lecturr|lecture ++lecturw|lecture ++lectute|lecture ++lectyre|lecture ++lecyure|lecture ++leds|less ++ledson|lesson ++ledt|left ++leep|keep ++leeping|keeping ++leeps|keeps ++lef|led ++lefacy|legacy ++lefal|legal ++lefr|left + lefted|left ++lefy|left ++legact|legacy ++legacu|legacy ++legak|legal ++legavy|legacy ++legaxy|legacy + legitamate|legitimate + legitmate|legitimate ++legscy|legacy ++legsl|legal ++legt|left ++lehacy|legacy ++lehal|legal ++leiaure|leisure ++leidure|leisure ++leisire|leisure ++leisuee|leisure ++leisurr|leisure ++leisurw|leisure ++leisute|leisure ++leisyre|leisure ++lemgth|length ++len|ken ++lenfth|length + lenght|length ++lengrh|length ++lengtg|length ++lengtj|length ++lengyh|length ++lenhth|length ++leosure|leisure ++lept|kept ++ler|let + leran|learn + lerans|learns ++lerter|letter ++lerters|letters ++les|led ++lesa|less ++lesaon|lesson ++lesd|less ++lesder|leader ++lesding|leading ++lesdon|lesson ++lesds|leads ++lesgue|league ++lesrn|learn ++lesrned|learned ++lessin|lesson ++lessob|lesson ++lessom|lesson ++lesspn|lesson ++lesst|least ++lesve|leave ++letrer|letter ++letrers|letters ++lettee|letter ++lettees|letters ++lettera|letters ++letterd|letters ++lettet|letter ++lettets|letters ++lettrr|letter ++lettrrs|letters ++lettwr|letter ++lettwrs|letters ++letyer|letter ++letyers|letters ++leusure|leisure + leutenant|lieutenant ++levek|level + levle|level ++levrl|level ++levture|lecture ++levwl|level ++lew|lee ++lexture|lecture ++ley|key ++leyter|letter ++leyters|letters ++li,e|lime ++li,es|limes ++li,it|limit ++li,ited|limited ++liad|load ++lian|loan ++liat|list ++liaten|listen ++liats|lists + libary|library ++libe|line ++libear|linear ++libeary|library ++libes|lines ++libing|living ++libk|link ++libks|links ++libraey|library ++librart|library ++libraru|library ++libraty|library ++librsry|library ++libtary|library ++lical|local ++licate|locate ++licated|located ++lice|live ++licebse|license ++licemse|license ++licenae|license ++licende|license ++licensr|license ++licensw|license ++licing|living ++lick|luck ++licrnse|license ++licwnse|license ++lid|kid ++lide|life ++lidging|lodging ++lidt|list ++lidten|listen ++lidts|lists + lieing|lying + liek|like + liekd|liked + lieuenant|lieutenant + lieved|lived ++lifht|light ++lifhts|lights ++lifr|life + liftime|lifetime ++lifw|life ++lig|log ++lige|life ++liggt|light ++liggts|lights ++lighr|light ++lighrs|lights ++lighta|lights ++lightd|lights ++lighy|light ++lighys|lights ++ligic|logic ++ligjt|light ++ligjts|lights ++lihht|light ++lihhts|lights ++lije|like ++lijely|likely ++likeky|likely ++likelt|likely ++likelu|likely + likelyhood|likelihood ++likr|like ++likrly|likely ++likw|like ++likwly|likely ++lil|lol ++lile|like ++lilely|likely ++lill|kill ++lim|Kim ++limea|limes ++limear|linear ++limed|limes ++limir|limit ++limired|limited ++limitef|limited ++limites|limited ++limitrd|limited ++limitwd|limited ++limiy|limit ++limiyed|limited ++limk|link ++limks|links ++limot|limit ++limoted|limited ++limr|lime ++limrs|limes ++limut|limit ++limuted|limited ++limw|lime ++limws|limes ++lin|lib ++linch|lunch ++lind|kind ++linea|lines ++lineae|linear ++lineat|linear ++lined|lines ++linesr|linear ++ling|long ++lingdom|kingdom ++linit|limit ++linited|limited ++linj|link ++linjs|links ++linka|links ++linkd|links ++linl|link ++linls|links ++linr|line ++linrar|linear ++linrary|library ++linrs|lines ++linw|line ++linwar|linear ++linws|lines ++liok|look ++lioks|looks ++liop|loop ++liqiid|liquid ++liquif|liquid ++liquis|liquid ++liquod|liquid ++liquud|liquid ++liqyid|liquid ++lir|lie ++lird|lord ++lirtle|little + liscense|license ++lise|lose + lisence|license + lisense|license ++lisr|list ++lisren|listen ++lisrs|lists ++liss|loss ++lista|lists ++listd|lists ++listeb|listen ++listem|listen ++listrn|listen ++listwn|listen ++lisy|list ++lisyen|listen ++lisys|lists ++lit|lot + litature|literature ++litchen|kitchen + literture|literature ++litrle|little + littel|little + litterally|literally ++littke|little ++littlr|little ++littlw|little ++lityle|little + liuke|like ++liv|lib ++livense|license ++livibg|living ++livimg|living ++livinf|living ++livinh|living + livley|lively ++livong|living ++livr|live ++livrary|library ++livung|living ++livw|live ++liw|low ++liwer|lower ++liwuid|liquid ++lixense|license ++liytle|little ++lmai|lmao ++lmap|lmao + lmits|limits ++lmso|lmao ++lnao|lmao ++lnew|knew ++lnow|know ++lnowing|knowing ++lnown|known ++loab|loan ++loae|lose ++loaf|load ++loam|loan ++loas|loss ++loat|lost ++lob|lib ++lobe|love ++lobg|long ++lobrary|library ++locak|local ++locare|locate ++locared|located ++locatef|located ++locates|located ++locatr|locate ++locatrd|located ++locatw|locate ++locatwd|located ++locaye|locate ++locayed|located ++loce|love ++locense|license ++locsl|local ++locste|locate ++locsted|located ++lode|lose ++lodfing|lodging ++lodgibg|lodging ++lodgimg|lodging ++lodginf|lodging ++lodginh|lodging ++lodgong|lodging ++lodgung|lodging ++lodhing|lodging ++lods|loss ++lodt|lost ++loe|low ++loed|lord ++loeer|lower + loev|love ++lof|log ++lofe|life ++lofging|lodging ++lofic|logic ++loght|light ++loghts|lights ++logiv|logic ++logix|logic ++logoc|logic ++loguc|logic ++loh|log ++lohic|logic ++loik|look ++loiks|looks ++loip|loop ++lok|lol ++loke|like ++lokely|likely ++lome|lime ++lomes|limes ++lomg|long ++lomit|limit ++lomited|limited ++lone|line ++lonear|linear + lonelyness|loneliness ++lones|lines ++lonf|long ++lonh|long ++lonk|link ++lonks|links + lonley|lonely + lonly|lonely ++looj|look ++loojs|looks ++looka|looks ++lookd|looks ++lool|look ++lools|looks ++looo|loop + loosing|losing ++lopk|look ++lopks|looks ++lopp|loop ++loq|low ++loqer|lower ++loquid|liquid ++lor|lot ++lorf|lord ++lors|lord ++losa|loss ++losd|loss ++losging|lodging ++losn|loan ++losr|lost ++losten|listen ++losts|lists ++losw|lose ++losy|lost ++lotd|lord ++lottle|little ++loval|local ++lovate|locate ++lovated|located ++loving|living ++lovr|love ++lovw|love ++lowee|lower ++lowet|lower ++lowrr|lower ++lowwr|lower ++loxal|local ++loxate|locate ++loxated|located ++loy|lot ++lpad|load ++lpan|loan ++lpcal|local ++lpcate|locate ++lpcated|located ++lpdging|lodging ++lpg|log ++lpgic|logic ++lpl|lol ++lpng|long ++lpok|look ++lpoks|looks ++lpop|loop ++lprd|lord ++lpse|lose ++lpss|loss ++lpst|lost ++lpt|lot ++lpve|love ++lpw|low ++lpwer|lower ++lrad|lead ++lrader|leader ++lrading|leading ++lrads|leads ++lrague|league ++lrarn|learn ++lrarned|learned ++lrast|least ++lrave|leave ++lrcture|lecture ++lrd|led ++lre|lee ++lrft|left ++lrgacy|legacy ++lrgal|legal ++lrisure|leisure ++lrngth|length ++lrss|less ++lrsson|lesson ++lrt|let ++lrtter|letter ++lrtters|letters ++lrvel|level ++ls|la + lsat|last ++lsb|lab ++lsbel|label ++lsbor|labor ++lsck|lack ++lsdy|lady ++lske|lake ++lsnd|land ++lsne|lane ++lsnsing|lansing ++lsrge|large ++lsrgely|largely ++lsser|laser ++lsst|last ++lste|late ++lster|later ++lstest|latest ++lstin|Latin ++lstter|latter ++lsunch|launch ++lsw|law ++lsy|lay ++lsyer|layer ++lsyout|layout ++lsyover|layover ++lub|lib ++lubch|lunch ++lubrary|library ++lucense|license ++lucj|luck ++lucl|luck ++lue|lie ++lufe|life ++lught|light ++lughts|lights ++luke|like ++lukely|likely ++lumch|lunch ++lume|lime ++lumes|limes ++lumit|limit ++lumited|limited ++luncg|lunch ++luncj|lunch ++lune|line ++lunear|linear ++lunes|lines ++lunk|link ++lunks|links ++lunvh|lunch ++lunxh|lunch ++luquid|liquid ++lust|list ++lusten|listen ++lusts|lists ++luttle|little ++luve|live ++luving|living ++luvk|luck ++luxk|luck + lveo|love + lvoe|love ++lwad|lead ++lwader|leader ++lwading|leading ++lwads|leads ++lwague|league ++lwarn|learn ++lwarned|learned ++lwast|least ++lwave|leave ++lwcture|lecture ++lwd|led ++lwe|lee ++lwft|left ++lwgacy|legacy ++lwgal|legal ++lwisure|leisure ++lwngth|length ++lwss|less ++lwsson|lesson ++lwt|let ++lwtter|letter ++lwtters|letters ++lwvel|level ++lyck|luck ++lynch|lunch ++maas|mass ++maasive|massive ++maater|master ++mab|man ++mabage|manage ++mabager|manager ++mabner|manner ++mabual|manual ++maby|many ++macgine|machine ++machibe|machine ++machime|machine + maching|machine ++machinr|machine ++machinw|machine ++machone|machine ++machune|machine ++macimum|maximum ++macjine|machine ++madr|made ++mads|mass ++madsive|massive ++madter|master ++madw|made ++mae|mar ++maeathon|marathon ++maec|marc ++maech|march ++maeine|marine ++maek|mark ++maeked|marked ++maeket|market ++maeried|married ++maes|mars ++maetin|martin ++maety|Marty ++mafe|made ++mafic|magic + magasine|magazine + magincian|magician ++magiv|magic ++magix|magic + magnificient|magnificent ++magoc|magic ++maguc|magic ++mahic|magic ++mahor|major ++maib|main ++maibly|mainly ++maik|mail + mailny|mainly ++maim|main ++maimly|mainly ++mainky|mainly ++mainlt|mainly ++mainlu|mainly + maintainance|maintenance + maintainence|maintenance + maintance|maintenance + maintenence|maintenance + maintinaing|maintaining + maintioned|mentioned ++maje|make ++majing|making ++majir|major ++majoe|major + majoroty|majority ++majot|major ++majpr|major + maked|made ++makibg|making ++makimg|making ++makinf|making ++makinh|making ++makl|mall ++makong|making ++makor|major ++makr|make + makse|makes ++makung|making ++makw|make ++maling|making ++malk|mall ++malr|male ++malw|male ++mam|man ++mamage|manage ++mamager|manager ++mame|name ++mamner|manner ++mamual|manual ++mamy|many ++manafe|manage ++manafer|manager ++managee|manager ++managet|manager + managment|management ++managr|manage ++managrr|manager ++managw|manage ++managwr|manager ++manahe|manage ++manaher|manager ++manber|manner ++manial|manual ++manmer|manner ++mannee|manner ++mannet|manner ++mannrr|manner ++mannwr|manner + manouver|maneuver ++mansge|manage ++mansger|manager ++mant|many + mantained|maintained ++manu|many ++manuak|manual + manuever|maneuver + manufaturing|manufacturing ++manusl|manual + manuver|maneuver ++manyal|manual ++mao|map ++maol|mail ++maon|main ++maonly|mainly ++maoping|mapping ++mapoing|mapping ++mappibg|mapping ++mappimg|mapping ++mappinf|mapping ++mappinh|mapping ++mappong|mapping ++mappung|mapping ++mara|mars ++mararhon|marathon ++maratgon|marathon ++marathin|marathon ++marathob|marathon ++marathom|marathon ++marathpn|marathon ++maratjon|marathon ++marayhon|marathon ++marcg|march ++marcj|march ++mard|mars ++mareied|married + mariage|marriage ++maribe|marine ++marime|marine ++marinr|marine ++marinw|marine ++marj|mark ++marjed|marked ++marjet|market + marjority|majority ++markef|marked ++marker|market + markes|marks + marketting|marketing ++markey|market ++markrd|marked ++markrt|market ++markwd|marked ++markwt|market ++marl|mark ++marled|marked ++marlet|market ++marone|marine + marrage|marriage + marraige|marriage ++marrief|married ++marries|married ++marrin|martin ++marrird|married ++marriwd|married ++marrix|matrix ++marroed|married ++marrow|narrow ++marrued|married ++marry|Marty + marryied|married ++marsthon|marathon ++mart|matt ++marter|matter ++martib|martin ++martied|married ++martim|martin ++marton|martin ++martt|Marty ++martu|Marty ++martun|martin ++marty|Marty ++marune|marine ++marv|marc ++marvh|march ++marx|marc ++marxh|march ++maryin|martin ++maryy|Marty ++masa|mass ++masaive|massive ++masd|mass ++masdive|massive ++mase|made ++masrer|master ++massibe|massive ++massice|massive ++massivr|massive ++massivw|massive ++massove|massive ++massuve|massive ++mastee|master ++mastet|master ++mastrr|master ++mastwr|master ++masyer|master ++mat|may ++matathon|marathon ++matbe|maybe ++matc|marc ++matcg|match ++matcj|match ++mateix|matrix ++matine|marine ++mation|nation ++mative|native ++matk|mark ++matked|marked ++matket|market ++mator|mayor ++matr|matt ++matrer|matter ++matric|matrix ++matried|married ++matriz|matrix ++matrox|matrix ++matrux|matrix ++mats|mars ++mattee|matter ++mattet|matter ++mattin|martin ++mattix|matrix ++mattrr|matter ++mattwr|matter ++matty|Marty ++matural|natural ++mature|nature ++matvh|match ++matxh|match ++maty|matt ++matyer|matter ++mau|may ++maube|maybe ++maul|mail ++maun|main ++maunly|mainly ++mauor|mayor ++mavhine|machine ++mavy|navy ++maxhine|machine ++maxi,um|maximum ++maximim|maximum ++maximu,|maximum ++maximun|maximum ++maximym|maximum ++maxinum|maximum ++maxomum|maximum ++maxumum|maximum ++maybr|maybe ++maybw|maybe ++maych|match ++mayir|mayor ++mayne|maybe ++mayoe|mayor ++mayot|mayor ++maypr|mayor ++mayrix|matrix ++mayt|matt ++mayter|matter ++mayve|maybe ++mazimum|maximum ++mbgals|mvgals ++mcgals|mvgals + mchanics|mechanics ++md|ms ++me,ber|member ++me,ory|memory ++meaaure|measure ++meab|mean ++meabing|meaning ++meabs|means ++meabt|meant ++meadure|measure ++meam|mean ++meaming|meaning ++meams|means ++meamt|meant ++meana|means ++meand|means ++meanibg|meaning ++meanimg|meaning ++meaninf|meaning ++meaninh|meaning + meaninng|meaning ++meanong|meaning ++meanr|meant ++meanung|meaning ++meany|meant + mear|mere ++mearby|nearby ++mearly|nearly ++measage|message ++measire|measure ++measuee|measure ++measurr|measure ++measurw|measure ++measute|measure ++measyre|measure ++mebtal|mental ++mebtion|mention ++mebu|menu + mechandise|merchandise + medacine|medicine ++medicak|medical ++medicsl|medical ++mediim|medium ++medis|media ++mediu,|medium ++mediun|medium ++medival|medical ++medixal|medical ++mediym|medium ++medoa|media ++medocal|medical ++medoum|medium ++medsage|message ++medua|media ++meducal|medical ++meduum|medium ++meed|need ++meeds|needs ++meeely|merely ++meer|meet ++meering|meeting ++meetibg|meeting ++meetimg|meeting ++meetinf|meeting ++meetinh|meeting ++meetong|meeting ++meetung|meeting ++meey|meet ++meeying|meeting ++mefia|media ++mefical|medical ++mefium|medium ++meither|neither ++melson|nelson ++membee|member ++membet|member ++membrr|member ++membwr|member + memeber|member ++memiry|memory ++memner|member ++memoey|memory ++memort|memory ++memoru|memory ++memoty|memory ++mempry|memory ++memtal|mental ++memtion|mention ++memu|menu ++memver|member + menally|mentally ++menber|member ++meni|menu ++menory|memory ++menral|mental ++menrion|mention ++mentak|mental ++mentiin|mention ++mentiob|mention ++mentiom|mention ++mentipn|mention ++mentoon|mention ++mentsl|mental ++mentuon|mention ++meny|menu ++menyal|mental ++menyion|mention ++mer|met ++meral|metal ++mereky|merely ++merelt|merely ++merelu|merely ++merer|meter ++merhod|method ++merrly|merely ++merro|metro ++mert|meet ++merting|meeting ++merwly|merely ++mes.|Mrs. ++mesaage|message ++mesdage|message ++mesia|media ++mesical|medical ++mesium|medium ++mesn|mean ++mesning|meaning ++mesns|means ++mesnt|meant ++messafe|message ++messagr|message ++messagw|message ++messahe|message + messanger|messenger + messenging|messaging ++messsge|message ++messure|measure ++metak|metal + metalic|metallic ++metee|meter ++metely|merely ++meteo|metro ++metet|meter ++metgod|method ++methid|method ++methof|method ++methos|method ++methpd|method ++metjod|method ++metri|metro ++metrp|metro ++metrr|meter ++metsl|metal ++metto|metro ++metwork|network ++metwr|meter ++mever|never ++mew|new ++mews|news ++mewt|meet ++mewting|meeting ++mext|next ++mey|met ++meyal|metal ++meyer|meter ++meyhod|method ++meyro|metro ++mf|mg ++mh|mg ++mias|miss ++miasing|missing ++miasion|mission ++mibd|mind ++mibe|mine ++mibi|mini ++mibile|mobile ++mibimal|minimal ++mibimum|minimum ++mibing|mining ++mibor|minor ++mibute|minute ++mibutes|minutes ++mic|mix ++mice|nice ++miced|mixed ++mich|much ++mick|nick ++middke|middle ++middlr|middle ++middlw|middle ++mide|mode ++midel|model ++midern|modern ++midfle|middle ++midify|modify ++mids|miss ++midsing|missing ++midsion|mission ++midsle|middle ++midule|module ++mieror|mirror ++mifdle|middle ++mifht|might ++miggt|might ++mighr|might ++mights|nights ++mighy|might ++migjt|might ++mihht|might ++mije|mike ++mikler|miller ++miklion|million ++mikr|mike ++mikw|mike + mileau|milieu + mileu|milieu + miliary|military + milion|million + miliraty|military ++milker|miller ++milkion|million ++millee|miller ++millet|miller ++milliin|million ++milliob|million ++milliom|million + millioniare|millionaire ++millipn|million + millitary|military + millon|million ++milloon|million ++millrr|miller ++milluon|million ++millwr|miller ++milr|mile + miltary|military ++milw|mile ++mimd|mind ++mime|mine ++miment|moment ++mimi|mini ++mimimal|minimal ++mimimum|minimum ++miming|mining ++mimor|minor ++mimute|minute ++mimutes|minutes + minature|miniature ++minday|Monday ++miney|money ++minf|mind ++mini,al|minimal ++mini,um|minimum ++minibg|mining ++minimak|minimal ++minimg|mining ++minimim|minimum ++minimsl|minimal ++minimu,|minimum ++minimun|minimum ++minimym|minimum ++mininal|minimal ++mininf|mining ++mininh|mining ++mininum|minimum ++minir|minor + ministery|ministry ++minite|minute ++minites|minutes ++minitor|monitor ++mino|mini ++minoe|minor ++minomal|minimal ++minomum|minimum ++minong|mining ++minot|minor ++minpr|minor ++minr|mine ++mins|mind + minstry|ministry ++minth|month ++minthly|monthly ++minu|mini ++minumal|minimal + minumum|minimum ++minung|mining ++minure|minute ++minures|minutes ++minutea|minutes ++minuted|minutes ++minutr|minute ++minutrs|minutes ++minutw|minute ++minutws|minutes ++minuye|minute ++minuyes|minutes ++minw|mine ++minyte|minute ++minytes|minutes ++mion|moon ++mire|more ++mireor|mirror ++mirning|morning ++mirrir|mirror ++mirroe|mirror + mirrorred|mirrored ++mirrot|mirror ++mirrpr|mirror ++mirtor|mirror ++misa|miss ++misaing|missing ++misaion|mission + mischeivous|mischievous + mischevious|mischievous + mischievious|mischievous ++misd|miss + misdameanor|misdemeanor + misdemenor|misdemeanor ++misding|missing ++misdion|mission ++misdle|middle ++miseum|museum ++misic|music ++misical|musical + misile|missile ++missibg|missing ++missiin|mission ++missimg|missing ++missinf|missing ++missinh|missing ++missiob|mission ++missiom|mission ++missipn|mission + missle|missile ++missong|missing ++missoon|mission ++missung|missing ++missuon|mission ++mist|most + misterious|mysterious + mistery|mystery + misteryous|mysterious ++mistly|mostly ++mither|mother ++mition|motion ++mitor|motor ++mitror|mirror ++mitual|mutual ++miunt|mount ++miuse|mouse ++miuth|mouth ++mive|move ++mivie|movie ++mivies|movies ++miving|moving ++mixef|mixed ++mixes|mixed ++mixrd|mixed ++mixwd|mixed ++miz|mix ++mized|mixed + mkae|make + mkaes|makes + mkaing|making + mkea|make ++mo,ent|moment ++moat|most ++moatly|mostly ++mobday|Monday ++mobe|move ++mobey|money ++mobie|movie ++mobies|movies ++mobike|mobile ++mobilr|mobile ++mobilw|mobile ++mobing|moving ++mobitor|monitor ++mobody|nobody ++mobole|mobile ++mobth|month ++mobthly|monthly ++mobule|mobile ++moce|move ++mocie|movie ++mocies|movies ++mocing|moving ++moddle|middle ++modeen|modern ++modek|model ++moderb|modern ++moderm|modern ++modetn|modern ++modidy|modify ++modift|modify ++modifu|modify ++modigy|modify ++modile|module + modle|model ++modofy|modify ++modr|mode ++modrl|model ++modrrn|modern ++modt|most ++modtly|mostly ++modufy|modify ++moduke|module ++modulr|module ++modulw|module ++modw|mode ++modwl|model ++modwrn|modern ++modyle|module ++moee|more ++moening|morning + moent|moment + moeny|money ++mofe|mode ++mofel|model ++mofern|modern ++mofify|modify ++mofule|module ++moght|might + moil|soil ++moin|moon ++moint|mount ++moise|mouse ++moith|mouth ++moke|mike ++mole|mile ++moller|miller ++mollion|million ++momday|Monday ++momebt|moment ++momemt|moment ++momenr|moment ++momeny|moment ++momey|money ++momitor|monitor ++momrnt|moment ++momth|month ++momthly|monthly ++momwnt|moment ++mond|mind ++mondat|Monday ++mondau|Monday ++monday|Monday ++mondsy|Monday ++mone|none ++monent|moment + monestary|monastery ++monet|money ++moneu|money ++monfay|Monday ++moni|mini ++monile|mobile ++monimal|minimal ++monimum|minimum ++moning|mining ++moniror|monitor ++monitir|monitor ++monitoe|monitor ++monitot|monitor ++monitpr|monitor ++moniyor|monitor ++monor|minor ++monotor|monitor ++monrh|month ++monrhly|monthly ++monry|money ++monsay|Monday + montains|mountains ++montg|month ++montgly|monthly ++monthky|monthly ++monthlt|monthly ++monthlu|monthly ++montj|month ++montjly|monthly + monts|months ++monute|minute ++monutes|minutes ++monutor|monitor ++monwy|money ++monyh|month ++monyhly|monthly ++moob|moon ++moom|moon ++mopn|moon ++mor|nor ++morbing|morning + moreso|more + morgage|mortgage ++morher|mother ++morion|motion ++mormal|normal ++morming|morning ++mornibg|morning ++mornimg|morning ++morninf|morning ++morninh|morning ++mornong|morning ++mornung|morning ++moror|motor ++morr|more ++morror|mirror ++morth|north ++morw|more ++mose|mode ++mosel|model ++mosern|modern ++mosify|modify ++mosr|most ++mosrly|mostly ++moss|miss ++mossing|missing ++mossion|mission ++mostky|mostly ++mostlt|mostly ++mostlu|mostly + mosture|moisture ++mosule|module ++mosy|most ++mosyly|mostly ++mot|not ++mote|more ++moted|noted ++motger|mother ++mothee|mother ++mothet|mother ++mothing|nothing ++mothrr|mother ++mothwr|mother ++motice|notice ++motify|notify ++motiin|motion ++motiob|motion ++motiom|motion ++motipn|motion ++motir|motor + motiviated|motivated ++motjer|mother ++motning|morning ++motoe|motor ++motoon|motion ++motot|motor ++motpr|motor ++motuon|motion ++mouae|mouse ++moubt|mount ++moude|mouse ++moumt|mount ++mounr|mount + mounth|month ++mouny|mount ++mourh|mouth ++mous|nous ++mousr|mouse ++mousw|mouse ++moutg|mouth ++moutj|mouth ++mouyh|mouth + movei|movie ++movel|novel ++movibg|moving ++moviea|movies ++movied|movies ++movile|mobile ++movimg|moving ++movinf|moving ++movinh|moving ++movir|movie ++movirs|movies ++moviw|movie ++moviws|movies + movment|movement ++movoe|movie ++movoes|movies ++movong|moving ++movr|move ++movue|movie ++movues|movies ++movung|moving ++movw|move ++mow|now ++mox|mix ++moxed|mixed ++moyher|mother ++moyion|motion ++moynt|mount ++moyor|motor ++moyse|mouse ++moyth|mouth ++mp|mo ++mpbile|mobile ++mpde|mode ++mpdel|model ++mpdern|modern ++mpdify|modify ++mpdule|module ++mpment|moment ++mpnday|Monday ++mpney|money ++mpnitor|monitor ++mpnth|month ++mpnthly|monthly ++mpon|moon ++mpre|more ++mprning|morning ++mpst|most ++mpstly|mostly ++mpther|mother ++mption|motion ++mptor|motor ++mpunt|mount ++mpuse|mouse ++mputh|mouth ++mpve|move ++mpvie|movie ++mpvies|movies ++mpving|moving + mr|Mr. ++mra.|Mrs. ++mran|mean ++mraning|meaning ++mrans|means ++mrant|meant ++mrasure|measure ++mrd.|Mrs. ++mrdia|media ++mrdical|medical ++mrdium|medium ++mret|meet ++mreting|meeting ++mrmber|member ++mrmory|memory ++mrntal|mental ++mrntion|mention ++mrnu|menu + mroe|more ++mrrely|merely + mrs|Mrs. ++mrs.|Mrs. ++mrssage|message ++mrt|met ++mrtal|metal ++mrter|meter ++mrthod|method ++mrtro|metro + ms|Ms. ++mschine|machine ++msde|made ++msgic|magic ++msil|mail ++msin|main ++msinly|mainly ++msjor|major ++mske|make ++msking|making ++msle|male ++msll|mall ++msn|man ++msnage|manage ++msnager|manager ++msnner|manner ++msnual|manual ++msny|many ++msp|map ++mspping|mapping ++msr|mar ++msrathon|marathon ++msrc|marc ++msrch|march ++msrine|marine ++msrk|mark ++msrked|marked ++msrket|market ++msrried|married ++msrs|mars ++msrtin|martin ++msrty|Marty ++msss|mass ++msssive|massive ++msster|master ++mstch|match ++mstrix|matrix ++mstt|matt ++mstter|matter ++msximum|maximum ++msy|may ++msybe|maybe ++msyor|mayor ++mt|my ++mtgooz|mygooz ++mts.|Mrs. ++mtself|myself ++mtstery|mystery ++mu|my ++muaeum|museum ++muaic|music ++muaical|musical ++muat|must ++mucg|much ++mucj|much ++muclear|nuclear ++muddle|middle + muder|murder + mudering|murdering ++mudeum|museum ++mudic|music ++mudical|musical ++mudt|must ++mught|might ++mugooz|mygooz ++muke|mike ++mule|mile ++muller|miller ++mullion|million ++mumber|number ++mumbers|numbers + munbers|numbers ++mund|mind ++mune|mine ++muni|mini ++munimal|minimal ++munimum|minimum ++muning|mining ++munor|minor ++munute|minute ++munutes|minutes ++murror|mirror ++mursing|nursing ++murual|mutual + muscels|muscles + muscial|musical + muscician|musician + muscicians|musicians ++museim|museum ++muself|myself ++museu,|museum ++museun|museum ++museym|museum ++musicak|musical ++musicsl|musical ++musiv|music ++musival|musical ++musix|music ++musixal|musical ++musoc|music ++musocal|musical ++musr|must ++musrum|museum ++muss|miss ++mussing|missing ++mussion|mission ++mustery|mystery + mustnt|mustn't ++musuc|music ++musucal|musical ++muswum|museum ++musy|must ++mutial|mutual ++mutuak|mutual ++mutusl|mutual ++mutyal|mutual ++muvh|much ++mux|mix ++muxed|mixed ++muxh|much ++muyual|mutual ++mvfals|mvgals ++mvgaks|mvgals ++mvgala|mvgals ++mvgald|mvgals ++mvgsls|mvgals ++mvhals|mvgals ++mw|me ++mwan|mean ++mwaning|meaning ++mwans|means ++mwant|meant ++mwasure|measure ++mwdia|media ++mwdical|medical ++mwdium|medium ++mwet|meet ++mweting|meeting ++mwmber|member ++mwmory|memory ++mwntal|mental ++mwntion|mention ++mwnu|menu ++mwrely|merely ++mwssage|message ++mwt|met ++mwtal|metal ++mwter|meter ++mwthod|method ++mwtro|metro ++myaelf|myself ++myatery|mystery ++mych|much ++mydelf|myself ++mydtery|mystery ++myfooz|mygooz ++mygioz|mygooz ++mygoiz|mygooz ++mygoox|mygooz ++mygopz|mygooz ++mygpoz|mygooz ++myhooz|mygooz + myraid|myriad + mysef|myself ++mysekf|myself ++myseld|myself ++myselg|myself ++myseum|museum ++mysic|music ++mysical|musical ++mysrery|mystery ++mysrlf|myself ++myst|must ++mysteey|mystery + mysterous|mysterious ++mystert|mystery ++mysteru|mystery ++mystety|mystery ++mystrry|mystery ++mystwry|mystery ++myswlf|myself ++mysyery|mystery ++mytual|mutual ++na|ma ++na,e|name ++naby|baby ++nachine|machine ++nack|back ++nackup|backup ++nacy|navy ++nad|bad ++nade|made ++naerow|narrow ++nag|bag ++nagic|magic ++nags|bags + naieve|naive ++nail|mail ++nain|main ++nainly|mainly ++najor|major ++nake|make ++naking|making ++nalance|balance ++nale|male ++nall|ball ++namr|name ++namw|name ++nan|man ++nanage|manage ++nanager|manager ++nand|band ++nane|name ++nank|bank ++nanking|banking ++nanner|manner ++nanual|manual ++nany|many ++nap|map ++napping|mapping ++nar|bar ++narathon|marathon ++narc|marc ++narch|march ++nareow|narrow ++narine|marine ++narion|nation ++narive|native ++nark|mark ++narked|marked ++narket|market ++narried|married ++narriw|narrow ++narroe|narrow ++narroq|narrow ++narrpw|narrow ++nars|mars ++nartin|martin ++nartow|narrow ++narty|Marty ++narural|natural ++narure|nature ++nase|base ++nasic|basic ++nasics|basics ++nasis|basis ++nasket|basket ++nass|mass ++nassive|massive ++naster|master ++natch|match ++nath|bath ++natibe|native ++natice|native ++natiin|nation ++natiob|nation ++natiom|nation ++natipn|nation ++natiral|natural ++natire|nature ++nativr|native ++nativw|native ++natoon|nation ++natove|native ++natrix|matrix ++natrow|narrow ++natt|matt ++natter|matter ++nattery|battery ++nattle|battle ++natueal|natural ++natuee|nature ++natuon|nation ++naturak|natural + naturaly|naturally + naturely|naturally ++naturr|nature ++natursl|natural + naturual|natural + naturually|naturally ++naturw|nature ++natutal|natural ++natute|nature ++natuve|native ++natyral|natural ++natyre|nature ++navt|navy ++navu|navy ++naximum|maximum ++nay|may ++naybe|maybe ++nayion|nation ++nayive|native ++nayor|mayor ++nayural|natural ++nayure|nature ++ne|be ++neach|beach ++neae|near ++neaeby|nearby ++neaely|nearly ++nean|mean ++neaning|meaning ++neans|means ++neant|meant ++nearbt|nearby ++nearbu|nearby ++nearky|nearly ++nearlt|nearly ++nearlu|nearly ++nearny|nearby ++nearvy|nearby ++neasure|measure ++neat|near ++neatby|nearby ++neatly|nearly ++neauty|beauty ++neber|never ++necame|became ++necause|because + neccesarily|necessarily + neccesary|necessary + neccessarily|necessarily + neccessary|necessary + neccessities|necessities ++necer|never + necesarily|necessarily + necesary|necessary ++necome|become ++nect|next ++ned|bed ++nedia|media ++nedical|medical ++nedium|medium ++nee|new ++needa|needs ++needd|needs + neednt|needn't ++neef|need ++neefs|needs ++neen|been ++nees|news ++neess|needs ++neet|meet ++neeting|meeting ++nefore|before ++negan|began ++negin|begin + negociate|negotiate + negociations|negotiations ++negun|begun ++nehalf|behalf ++nehind|behind + neice|nice + neigborhood|neighborhood + neigbour|neighbor + neigbouring|neighboring + neigbours|neighbors ++neing|being ++neirher|neither ++neitger|neither ++neithee|neither ++neithet|neither ++neithrr|neither ++neithwr|neither ++neitjer|neither ++neiyher|neither ++nekson|nelson ++nelaon|nelson ++neldon|nelson ++nelief|belief ++nelieve|believe ++nell|bell ++nelow|below ++nelsin|nelson ++nelsob|nelson ++nelsom|nelson ++nelspn|nelson ++nember|member ++nemory|memory ++nend|bend ++nenefit|benefit ++nental|mental ++nention|mention ++nenu|menu ++neother|neither ++neq|new ++neqs|news ++ner|net ++nerd|need ++nerds|needs ++nerely|merely ++nerwork|network ++nesides|besides ++nesr|near ++nesrby|nearby ++nesrly|nearly ++nessage|message + nessasarily|necessarily + nessecary|necessary ++nest|best ++neta|beta ++netal|metal ++neteork|network ++neter|meter ++nethod|method ++netqork|network ++netro|metro ++netter|better ++netween|between ++netwirk|network ++netwoek|network ++networj|network ++networl|network ++netwotk|network ++netwprk|network ++neuther|neither ++nevee|never + neverthless|nevertheless ++nevet|never ++nevrr|never ++nevwr|never ++newa|news ++newd|news ++newds|needs ++nexr|next ++nexy|next ++ney|net ++neyond|beyond ++neywork|network ++nezt|next ++ng|mg ++ni|no ++nibe|nine ++nible|bible ++nibody|nobody ++nicj|nick ++nicl|nick ++niclear|nuclear ++nicr|nice ++nicw|nice ++nid|bid ++niddle|middle ++nifht|night ++nifhts|nights ++nig|big ++niggt|night ++niggts|nights ++nighr|night ++nighrs|nights ++nighta|nights ++nightd|nights + nightime|nighttime ++nighy|night ++nighys|nights ++nigjt|night ++nigjts|nights ++nihht|night ++nihhts|nights ++niise|noise ++nike|mike ++nile|mile ++nill|bill ++niller|miller ++nillion|million ++nimber|number ++nimbers|numbers ++nime|nine ++nin|bin ++nind|mind ++ninding|binding + nineth|ninth ++nini|mini ++ninimal|minimal ++ninimum|minimum ++nining|mining ++ninor|minor ++ninr|nine + ninty|ninety ++ninute|minute ++ninutes|minutes ++ninw|nine ++niology|biology ++nir|nor ++nird|bird ++nirmal|normal ++nirror|mirror ++nirsing|nursing ++nirth|north ++nirthday|birthday ++niss|miss ++nissing|missing ++nission|mission ++nit|not ++nite|note ++nited|noted ++nithing|nothing ++nitice|notice ++nitify|notify ++nius|nous ++nive|nice ++nivel|novel ++nivk|nick ++niw|now ++nix|mix ++nixe|nice ++nixed|mixed ++nixk|nick + nkow|know + nkwo|know ++nlack|black ++nlank|blank ++nlock|block ++nlood|blood ++nlue|blue + nmae|name ++noard|board ++noards|boards ++noat|boat ++nob|bob ++nobe|none ++nobel|novel ++nobidy|nobody ++nobile|mobile ++nobodt|nobody ++nobodu|nobody ++nobofy|nobody ++nobosy|nobody ++nobpdy|nobody ++noce|nice ++nocel|novel ++nock|nick ++node|mode ++nodel|model ++nodern|modern ++nodify|modify ++nodule|module ++nody|body ++noe|now ++noemal|normal ++noeth|north ++noght|night ++noghts|nights ++noiae|noise ++noide|noise ++nois|nous ++noisr|noise ++noisw|noise ++nome|none ++noment|moment ++nond|bond ++nonday|Monday ++noney|money ++nonitor|monitor ++nonody|nobody ++nonr|none + nonsence|nonsense ++nonth|month + nontheless|nonetheless ++nonthly|monthly ++nonus|bonus ++nonw|none ++nook|book ++nooking|booking ++nooks|books ++noon|moon ++noose|noise ++noost|boost ++noq|now ++nor,al|normal ++norder|border ++nore|more ++nored|noted + norhern|northern ++norhing|nothing ++norice|notice ++norify|notify ++normak|normal ++normsl|normal ++norn|born ++nornal|normal ++norning|morning ++norrh|north ++nortg|north + northen|northern ++nortj|north ++noryh|north ++nost|most ++nostly|mostly + notabley|notably + noteable|notable + noteably|notably ++notef|noted ++notes|noted ++notging|nothing + noth|north ++nother|mother + nothern|northern ++nothibg|nothing ++nothimg|nothing ++nothinf|nothing ++nothinh|nothing ++nothong|nothing ++nothung|nothing + noticable|noticeable + noticably|noticeably + noticeing|noticing + noticible|noticeable ++noticr|notice ++noticw|notice ++notidy|notify ++notift|notify ++notifu|notify ++notigy|notify ++notion|motion ++notive|notice ++notixe|notice ++notjing|nothing ++notmal|normal ++notoce|notice ++notofy|notify ++notor|motor ++notr|note ++notrd|noted ++notth|north ++nottom|bottom ++notuce|notice ++notufy|notify ++notw|note ++notwd|noted ++noua|nous ++noud|nous ++nought|bought ++nound|bound ++nount|mount ++nouse|mouse ++nouth|mouth ++nove|move + noveau|nouveau ++novek|novel ++novie|movie ++novies|movies ++noving|moving ++novody|nobody ++novrl|novel ++novwl|novel + nowdays|nowadays + nowe|now ++nox|box ++noy|not ++noye|note ++noyed|noted ++noyhing|nothing ++noyice|notice ++noyify|notify ++noys|nous ++np|no ++npbody|nobody ++npise|noise ++npne|none ++npr|nor ++nprmal|normal ++nprth|north ++npt|not ++npte|note ++npted|noted ++npthing|nothing ++nptice|notice ++nptify|notify ++npus|nous ++npvel|novel ++npw|now ++nrain|brain ++nranch|branch ++nrand|brand ++nrar|near ++nrarby|nearby ++nrarly|nearly ++nreak|break ++nred|need ++nreds|needs ++nridge|bridge ++nrief|brief ++nright|bright ++nring|bring ++nrither|neither ++nritish|British ++nrlson|nelson ++nroad|broad ++nroken|broken ++nrother|brother ++nrought|brought ++nrown|brown ++nrowse|browse ++nrs.|Mrs. ++nrt|net ++nrtwork|network ++nrver|never ++nrw|new ++nrws|news ++nrxt|next ++ns|ms ++nsme|name ++nsrrow|narrow ++nstion|nation ++nstive|native ++nstural|natural ++nsture|nature ++nsvy|navy ++nt|NY + nto|not ++ntw|btw ++nu|NY ++nu,ber|number ++nu,bers|numbers ++nuce|nice ++nuch|much ++nuck|nick ++nuckear|nuclear ++nucleae|nuclear ++nucleat|nuclear ++nuclesr|nuclear ++nuclrar|nuclear ++nuclwar|nuclear + nucular|nuclear + nuculear|nuclear ++nudget|budget ++nuesing|nursing ++nuffalo|buffalo ++nug|bug ++nught|night ++nughts|nights ++nuild|build ++nuilder|builder ++nuilt|built + nuisanse|nuisance ++nulk|bulk ++numbee|number ++numbees|numbers ++numbera|numbers ++numberd|numbers + numberous|numerous ++numbet|number ++numbets|numbers ++numbrr|number ++numbrrs|numbers ++numbwr|number ++numbwrs|numbers ++numner|number ++numners|numbers ++numver|number ++numvers|numbers ++nunber|number ++nunbers|numbers ++nune|nine ++nuraing|nursing ++nurding|nursing ++nureau|bureau ++nursibg|nursing ++nursimg|nursing ++nursinf|nursing ++nursinh|nursing ++nursong|nursing ++nursung|nursing ++nus|bus + nusance|nuisance ++nuseum|museum ++nush|bush ++nusic|music ++nusical|musical ++nust|must ++nusy|busy ++nut|but ++nutsing|nursing ++nutton|button ++nuttons|buttons ++nutual|mutual ++nuvlear|nuclear ++nuxlear|nuclear ++nuy|buy ++nuyer|buyer ++nvgals|mvgals ++nwar|near ++nwarby|nearby ++nwarly|nearly ++nwed|need ++nweds|needs ++nwither|neither ++nwlson|nelson ++nwt|net ++nwtwork|network ++nwver|never ++nww|new ++nwws|news ++nwxt|next ++ny|NY ++nyclear|nuclear ++nygooz|mygooz ++nymber|number ++nymbers|numbers ++nyrsing|nursing ++nyself|myself ++nystery|mystery ++o'd|I'd ++o'll|I'll ++o've|I've ++oa|pa ++oace|pace ++oacific|pacific ++oack|pack ++oackage|package ++oage|page ++oaid|paid ++oain|pain ++oair|pair ++oaj|oak ++oal|oak ++oalm|palm ++oan|pan ++oanama|panama ++oanel|panel ++oaper|paper ++oapers|papers ++oar|par ++oarent|parent ++oaris|Paris ++oark|park ++oarking|parking ++oart|part ++oartial|partial ++oartner|partner ++oarts|parts ++oarty|party ++oass|pass ++oassing|passing ++oast|past ++oat|pat ++oatch|patch ++oatent|patent ++oath|path ++oatient|patient ++oattern|pattern ++oay|pay ++oayment|payment ++ob|on ++obbious|obvious ++obce|once ++obcious|obvious ++obe|one ++ober|over ++oberall|overall ++obes|ones + obession|obsession ++obgoing|ongoing ++obhect|object ++objecr|object ++objecy|object ++objevt|object ++objext|object ++objrct|object ++objwct|object ++obkect|object ++obly|only ++obrain|obtain + obssessed|obsessed + obstacal|obstacle + obstancles|obstacles ++obtaib|obtain ++obtaim|obtain ++obtaon|obtain ++obtaun|obtain ++obto|onto ++obtsin|obtain ++obviius|obvious ++obviois|obvious ++obvioua|obvious ++obvioud|obvious ++obvioys|obvious ++obvipus|obvious ++obvoous|obvious ++obvuous|obvious ++obyain|obtain + ocasion|occasion + ocasional|occasional + ocasionally|occasionally +@@ -1479,35 +13069,322 @@ occassionally|occasionally + occassionaly|occasionally + occassions|occasions + occationally|occasionally ++occir|occur + occour|occur ++occue|occur + occurance|occurrence + occured|occurred + occurence|occurrence + occuring|occurring + occurr|occur + occurrance|occurrence ++occut|occur ++occyr|occur ++oce|ice ++oceab|ocean ++oceam|ocean ++ocer|over ++ocerall|overall ++ocesn|ocean ++ocon|icon ++ocran|ocean ++ocrober|October ++octiber|October ++octobee|October ++october|October ++octobet|October ++octobrr|October ++octobwr|October ++octoner|October ++octover|October ++octpber|October + ocuntries|countries + ocuntry|country + ocurr|occur + ocurrance|occurrence + ocurred|occurred + ocurrence|occurrence ++ocvur|occur ++ocwan|ocean ++ocxur|occur ++ocyober|October ++od|of ++odea|idea ++odeal|ideal ++odf|off ++odfer|offer ++odfice|office ++odficer|officer ++odfices|offices ++odten|often ++oe|or ++oeace|peace ++oeacle|oracle ++oeak|peak ++oeal|oral ++oeange|orange ++oeder|order ++oedered|ordered ++oeders|orders ++oeer|peer ++oeg|org ++oeganic|organic ++oeigin|origin ++oen|own ++oending|pending ++oener|owner ++oeople|people ++oer|per ++oerfect|perfect ++oerform|perform ++oerhaps|perhaps ++oeriod|period ++oeriods|periods ++oermit|permit ++oerson|person ++oet|pet ++oeter|peter ++ofd|off ++ofder|offer ++ofdice|office ++ofdicer|officer ++ofdices|offices + offcers|officers + offcially|officially ++offee|offer + offereings|offerings ++offet|offer + offical|official + offically|officially + officals|officials + officaly|officially ++officea|offices ++officed|offices ++officee|officer ++officet|officer + officialy|officially ++officr|office ++officrr|officer ++officrs|offices ++officw|office ++officwr|officer ++officws|offices ++offive|office ++offiver|officer ++offives|offices ++offixe|office ++offixer|officer ++offixes|offices ++offoce|office ++offocer|officer ++offoces|offices + offred|offered ++offrr|offer ++offuce|office ++offucer|officer ++offuces|offices ++offwr|offer ++ofg|off ++ofger|offer ++ofgice|office ++ofgicer|officer ++ofgices|offices ++ofren|often ++ofteb|often ++oftem|often + oftenly|often ++oftrn|often ++oftwn|often ++ofyen|often ++og|of ++ogf|off ++ogfer|offer ++ogfice|office ++ogficer|officer ++ogfices|offices + oging|going ++ognore|ignore ++ogten|often ++ohase|phase ++ohoenix|phoenix ++ohone|phone ++ohoto|photo ++ohrase|phrase ++ohysics|physics ++oick|pick ++oicture|picture ++oiece|piece ++oieces|pieces ++oik|oil ++oilot|pilot ++oir|our ++oit|out ++oitcome|outcome ++oitdoor|outdoor ++oitline|outline ++oitlook|outlook ++oitput|output ++oitside|outside ++oj|ok ++okd|old ++ol|ok ++olace|place ++olaced|placed ++olain|plain ++olan|plan ++olane|plane ++olanet|planet ++olant|plant ++olastic|plastic ++olate|plate ++olay|play ++olayer|player ++olaying|playing ++olaza|plaza ++olease|please ++oleased|pleased ++olenty|plenty ++olf|old ++oll|ill ++ollegal|illegal ++ollness|illness ++ols|old ++olug|plug ++olus|plus ++om|on ++omage|image ++omagine|imagine ++omce|once ++ome|one ++omes|ones ++omgoing|ongoing ++omho|imho ++omly|only ++omo|imo ++ompact|impact ++omport|import ++omprove|improve + omre|more ++omto|onto ++onch|inch ++onclude|include ++oncome|income ++oncr|once ++oncw|once ++ondeed|indeed ++ondex|index ++ondian|Indian ++onea|ones ++oned|ones ++onfo|info ++onfoing|ongoing ++onform|inform ++ongiing|ongoing ++ongoibg|ongoing ++ongoimg|ongoing ++ongoinf|ongoing ++ongoinh|ongoing ++ongoong|ongoing ++ongoung|ongoing ++ongping|ongoing ++onhoing|ongoing ++onitial|initial ++onject|object ++onjury|injury ++onky|only ++onlt|only ++onlu|only ++onn|inn ++onner|inner + onot|not ++onput|input ++onquiry|inquiry ++onr|one ++onro|onto ++onrs|ones ++onside|inside ++onsight|insight ++onstall|install ++onstant|instant ++onstead|instead ++ontain|obtain ++ontent|intent ++onter|inter ++onti|onto ++ontp|onto ++ontro|intro ++onve|once ++onvious|obvious ++onvite|invite ++onvolve|involve ++onw|one ++onws|ones ++onxe|once + onyl|only ++onyo|onto ++oo|op ++oocket|pocket ++ooen|open ++ooening|opening ++ooera|opera ++ooerate|operate ++ooetry|poetry ++ooinion|opinion ++ooint|point ++oointed|pointed ++ooints|points ++ool|oil ++oolice|police ++oolicy|policy ++ooll|poll ++oool|pool ++ooor|poor ++oop|pop ++oopular|popular ++oort|port ++oortal|portal ++oortion|portion ++oost|post ++oostal|postal ++ooster|poster ++oosting|posting ++ootical|optical ++ootion|option ++oour|pour ++ooverty|poverty ++oower|power ++oowers|powers ++opeb|open ++opebing|opening ++opeea|opera ++opeeate|operate ++opem|open ++opeming|opening + openess|openness ++openibg|opening ++openimg|opening ++openinf|opening ++openinh|opening ++openong|opening ++openung|opening ++operare|operate ++operatr|operate ++operatw|operate ++operaye|operate ++opers|opera ++operste|operate ++opeta|opera ++opetate|operate ++opibion|opinion ++opimion|opinion ++opiniin|opinion ++opiniob|opinion ++opiniom|opinion ++opinipn|opinion ++opinoon|opinion ++opinuon|opinion + oponent|opponent ++oponion|opinion + oportunity|opportunity + opose|oppose + oposite|opposite +@@ -1519,13 +13396,100 @@ oppononent|opponent + oppositition|opposition + oppossed|opposed + opprotunity|opportunity ++oprical|optical ++oprion|option ++oprn|open ++oprning|opening ++oprra|opera ++oprrate|operate ++opticak|optical ++opticsl|optical ++optiin|option ++optiob|option ++optiom|option ++optipn|option ++optival|optical ++optixal|optical ++optocal|optical + optomism|optimism ++optoon|option ++optucal|optical ++optuon|option ++opunion|opinion ++opwn|open ++opwning|opening ++opwra|opera ++opwrate|operate ++opyical|optical ++opyion|option ++oqn|own ++oqner|owner ++orabge|orange ++oracke|oracle ++oraclr|oracle ++oraclw|oracle ++orak|oral ++oramge|orange ++oranfe|orange ++orangr|orange ++orangw|orange ++oranhe|orange ++oravle|oracle ++oraxle|oracle + orded|ordered ++ordee|order ++ordeeed|ordered ++ordees|orders ++ordera|orders ++orderd|orders ++orderef|ordered ++orderes|ordered ++orderrd|ordered ++orderwd|ordered ++ordet|order ++ordeted|ordered ++ordets|orders ++ordrr|order ++ordrred|ordered ++ordrrs|orders ++ordwr|order ++ordwred|ordered ++ordwrs|orders ++ore|pre ++orecise|precise ++orefer|prefer ++oremier|premier ++oremium|premium ++orepare|prepare ++oresent|present ++oress|press ++oretty|pretty ++orevent|prevent ++oreview|preview ++orf|org ++orfanic|organic ++orfer|order ++orfered|ordered ++orfers|orders ++orgabic|organic ++orgamic|organic ++organiv|organic ++organix|organic + organiztion|organization ++organoc|organic ++organuc|organic + orgin|organ + orginal|original + orginally|originally ++orgsnic|organic ++orh|org ++orhanic|organic ++orher|other ++orice|price ++orifin|origin + origanaly|originally ++origib|origin ++origim|origin + originall|original + originaly|originally + originially|originally +@@ -1533,105 +13497,990 @@ originnally|originally + origional|original + orignally|originally + orignially|originally ++origon|origin ++origun|origin ++orihin|origin ++orimary|primary ++orime|prime ++orince|prince ++orint|print ++orinter|printer ++orior|prior ++orivacy|privacy ++orivate|private ++orize|prize ++oro|pro ++oroblem|problem ++oroceed|proceed ++orocess|process ++oroduce|produce ++oroduct|product ++orofile|profile ++orofit|profit ++orogin|origin ++orogram|program ++oroject|project ++oromise|promise ++oromote|promote ++oron|iron ++oroof|proof ++oroper|proper ++oropose|propose ++orotect|protect ++orotein|protein ++oroud|proud ++orove|prove ++oroven|proven ++orovide|provide ++orscle|oracle ++orser|order ++orsered|ordered ++orsers|orders ++orsl|oral ++orsnge|orange ++orugin|origin ++os|is ++osk|oak ++osland|island ++osn't|isn't ++osnt|isn't ++ossue|issue ++ot|or ++ot'd|it'd ++ot'll|it'll ++ot's|it's ++otacle|oracle ++otal|oral ++otalian|Italian ++otange|orange ++otd|it'd ++otder|order ++otdered|ordered ++otders|orders + otehr|other ++otem|item ++otg|org ++otganic|organic ++otger|other ++othee|other ++othet|other ++othrr|other ++othwr|other ++otigin|origin ++otjer|other ++otll|it'll ++ots|its ++otself|itself ++oub|pub ++oublic|public ++oublish|publish ++oue|our ++oul|oil ++oull|pull ++ourcome|outcome ++ourdoor|outdoor ++oure|pure ++ourline|outline ++ourlook|outlook ++ourpose|purpose ++ourput|output ++ourside|outside ++oursue|pursue ++oush|push + oustanding|outstanding ++outaide|outside ++outcime|outcome ++outco,e|outcome ++outcomr|outcome ++outcomw|outcome ++outcone|outcome ++outcpme|outcome ++outdide|outside ++outdior|outdoor ++outdoir|outdoor ++outdooe|outdoor ++outdoot|outdoor ++outdopr|outdoor ++outdpor|outdoor ++outfoor|outdoor ++outkine|outline ++outkook|outlook ++outlibe|outline ++outlime|outline ++outlinr|outline ++outlinw|outline ++outliok|outlook ++outloik|outlook ++outlone|outline ++outlooj|outlook ++outlool|outlook ++outlopk|outlook ++outlpok|outlook ++outlune|outline ++outout|output ++outpit|output ++outpur|output ++outpuy|output ++outpyt|output ++outsidr|outside ++outsidw|outside ++outsife|outside ++outsise|outside ++outsode|outside ++outsoor|outdoor ++outsude|outside ++outvome|outcome ++outxome|outcome ++ouy|out ++ouycome|outcome ++ouydoor|outdoor ++ouyline|outline ++ouylook|outlook ++ouyput|output ++ouyside|outside ++ovcur|occur ++ove|I've ++ovean|ocean ++ovee|over ++oveeall|overall ++overakl|overall ++overalk|overall + overshaddowed|overshadowed ++oversll|overall + overwelming|overwhelming + overwheliming|overwhelming ++ovet|over ++ovetall|overall ++ovject|object ++ovrr|over ++ovrrall|overall ++ovtain|obtain ++ovtober|October ++ovvious|obvious ++ovwr|over ++ovwrall|overall ++owb|own ++owber|owner ++owm|own ++owmer|owner ++ownee|owner ++ownet|owner ++ownrr|owner ++ownwr|owner + owrk|work + owudl|would ++oxcur|occur ++oxean|ocean + oxigen|oxygen ++oxtober|October ++oyher|other ++oyr|our ++oyt|out ++oytcome|outcome ++oytdoor|outdoor ++oytline|outline ++oytlook|outlook ++oytput|output ++oytside|outside + p0enis|penis ++paas|pass ++paasing|passing ++paat|past ++pab|pan ++pabama|panama ++pabel|panel ++pacidic|pacific ++pacifiv|pacific ++pacifix|pacific ++pacifoc|pacific ++pacifuc|pacific ++pacigic|pacific ++pacj|pack ++pacjage|package ++packafe|package ++packagr|package ++packagw|package ++packahe|package ++packsge|package ++pacl|pack ++paclage|package ++pacofic|pacific ++pacr|pace ++pacufic|pacific ++pacw|pace ++pads|pass ++padsing|passing ++padt|past ++pae|par ++paeent|parent ++paeis|Paris ++paek|park ++paeking|parking ++paet|part ++paetial|partial ++paetner|partner ++paets|parts ++paety|party ++pafe|page ++pagr|page ++pagw|page ++pahe|page ++paib|pain + paide|paid ++paie|pair ++paif|paid ++paim|pain ++pais|paid ++pait|pair + paitience|patience ++pak|oak ++pakm|palm ++pal,|palm + palce|palace ++paln|palm ++pam|pan ++pamama|panama ++pamel|panel ++pana,a|panama ++panams|panama ++panana|panama ++panek|panel ++panrl|panel ++pansma|panama ++panwl|panel ++paod|paid ++paoer|paper ++paoers|papers ++paon|pain ++paor|pair ++papee|paper ++papees|papers ++papera|papers ++paperd|papers ++papet|paper ++papets|papers ++paprr|paper ++paprrs|papers ++papwr|paper ++papwrs|papers + paralel|parallel + paralell|parallel ++parch|patch ++parebt|parent ++paremt|parent ++parenr|parent ++pareny|parent ++parh|path ++paria|Paris ++parid|Paris ++parient|patient ++paris|Paris + parituclar|particular ++parj|park ++parjing|parking ++parkibg|parking ++parkimg|parking ++parkinf|parking ++parkinh|parking ++parkong|parking ++parkung|parking ++parl|park + parliment|parliament ++parling|parking ++paros|Paris ++parr|part + parralel|parallel + parrallel|parallel + parrallell|parallel ++parrial|partial ++parrner|partner ++parrnt|parent ++parrs|parts ++parry|party ++parta|parts ++partber|partner ++partd|parts ++partern|pattern ++partiak|partial + partialy|partially + particually|particularly + particualr|particular + particuarly|particularly + particularily|particularly + particulary|particularly ++partisl|partial ++partmer|partner ++partnee|partner ++partnet|partner ++partnrr|partner ++partnwr|partner ++partoal|partial ++partt|party ++partu|party ++partual|partial ++parus|Paris ++parwnt|parent + pary|party ++paryial|partial ++paryner|partner ++parys|parts ++paryy|party ++pasa|pass ++pasaing|passing ++pasd|pass ++pasding|passing + pased|passed + pasengers|passengers ++pasr|past ++passibg|passing ++passimg|passing ++passinf|passing ++passinh|passing ++passong|passing ++passung|passing ++pasy|past ++patcg|patch ++patcj|patch ++patebt|patent ++patemt|patent ++patenr|patent ++pateny|patent ++patg|path + paticular|particular ++patiebt|patient ++patiemt|patient ++patienr|patient ++patieny|patient ++patirnt|patient ++patis|Paris ++patiwnt|patient ++patj|path ++patk|park ++patking|parking ++patment|payment ++patoent|patient ++patrern|pattern ++patrnt|patent ++patt|part ++patteen|pattern ++patterb|pattern ++patterm|pattern ++pattetn|pattern ++pattial|partial ++pattner|partner ++pattrrn|pattern ++patts|parts ++pattwrn|pattern ++patty|party ++patuent|patient ++patvh|patch ++patwnt|patent ++patxh|patch ++patyern|pattern ++pau|pay ++paud|paid ++paument|payment ++paun|pain ++paur|pair ++pave|pace ++pavific|pacific ++pavk|pack ++pavkage|package ++paxe|pace ++paxific|pacific ++paxk|pack ++paxkage|package ++pay,ent|payment ++paych|patch + payed|paid ++payent|patent ++payh|path ++payient|patient ++paymebt|payment ++paymemt|payment ++paymenr|payment ++paymeny|payment ++paymrnt|payment ++paymwnt|payment ++paynent|payment ++paytern|pattern ++pbject|object ++pbtain|obtain ++pbvious|obvious ++pccur|occur ++pcean|ocean ++pctober|October ++peacr|peace ++peacw|peace + peageant|pageant ++peaj|peak ++peal|peak ++peave|peace ++peaxe|peace ++pebding|pending + peculure|peculiar ++pee|per ++peecise|precise ++peee|peer ++peefect|perfect ++peefer|prefer ++peeform|perform ++peehaps|perhaps ++peeiod|period ++peeiods|periods ++peemier|premier ++peemit|permit ++peemium|premium ++peepare|prepare ++peesent|present ++peeson|person ++peess|press ++peet|peer ++peetty|pretty ++peevent|prevent ++peeview|preview + peice|piece ++peimary|primary ++peime|prime ++peince|prince ++peint|print ++peinter|printer ++peior|prior ++peiple|people ++peivacy|privacy ++peivate|private ++peize|prize ++pemding|pending + penatly|penalty ++pendibg|pending ++pendimg|pending ++pendinf|pending ++pendinh|pending ++pendong|pending ++pendung|pending ++penfing|pending ++pensing|pending ++peo|pro ++peoblem|problem ++peoceed|proceed ++peocess|process ++peoduce|produce ++peoduct|product ++peofile|profile ++peofit|profit ++peogram|program ++peoject|project + peom|poem ++peomise|promise ++peomote|promote + peoms|poems ++peoof|proof ++peoole|people + peopel|people ++peoper|proper ++peopke|people ++peoplr|people ++peoplw|people ++peopose|propose ++peotect|protect ++peotein|protein + peotry|poetry ++peoud|proud ++peove|prove ++peoven|proven ++peovide|provide ++pepple|people ++per,it|permit + perade|parade ++peraon|person + percepted|perceived + percieved|perceived ++perdect|perfect ++perdon|person ++perdorm|perform ++perer|peter ++perfecr|perfect ++perfecy|perfect ++perfevt|perfect ++perfext|perfect ++perfirm|perform ++perfoem|perform ++perfor,|perform + performence|performance + performes|performed ++perforn|perform ++perfotm|perform ++perfprm|perform ++perfrct|perfect ++perfwct|perfect ++pergaps|perhaps ++pergect|perfect ++pergorm|perform ++perhaos|perhaps ++perhapa|perhaps ++perhapd|perhaps + perhasp|perhaps + perheaps|perhaps + perhpas|perhaps ++perhsps|perhaps ++periid|period ++periids|periods ++perioda|periods ++periodd|periods ++periof|period ++periofs|periods ++perios|period ++perioss|periods ++peripd|period ++peripds|periods + peristent|persistent ++perjaps|perhaps + perjery|perjury + permanant|permanent + permenant|permanent + permenantly|permanently ++permir|permit ++permiy|permit ++permot|permit ++permut|permit ++pernit|permit + peronal|personal ++perood|period ++peroods|periods + perosnality|personality + perphas|perhaps ++perr|peer ++persin|person + persistant|persistent ++persob|person ++persom|person + personel|personal + personell|personnel + personnell|personnel ++perspn|person + persuded|persuaded + persue|pursue + persued|pursued + persuing|pursuing + persuit|pursuit ++peruod|period ++peruods|periods ++pesce|peace ++pesk|peak ++petee|peter ++petet|peter + petetion|petition ++petfect|perfect ++petform|perform ++pethaps|perhaps ++petiod|period ++petiods|periods ++petmit|permit ++petrr|peter ++petson|person ++petwr|peter ++pewr|peer ++pey|pet ++peyer|peter ++pf|of ++pff|off ++pffer|offer ++pffice|office ++pfficer|officer ++pffices|offices ++pften|often ++pgase|phase ++pgoenix|phoenix ++pgone|phone ++pgoto|photo ++pgrase|phrase ++pgysics|physics ++phaae|phase ++phade|phase ++phasr|phase ++phasw|phase ++phease|phrase + phenomenom|phenomenon + phenomonenon|phenomenon + phenomonon|phenomenon ++phienix|phoenix + philisophy|philosophy + philosphy|philosophy ++phine|phone ++phito|photo ++phobe|phone ++phoebix|phoenix ++phoemix|phoenix ++phoenic|phoenix ++phoeniz|phoenix ++phoenox|phoenix ++phoenux|phoenix ++phome|phone ++phonr|phone ++phonw|phone ++phornix|phoenix ++phoro|photo ++photi|photo ++photp|photo ++phownix|phoenix ++phoyo|photo ++phpenix|phoenix ++phpne|phone ++phpto|photo ++phraae|phrase ++phrade|phrase ++phrasr|phrase ++phrasw|phrase ++phrsse|phrase ++phsse|phase ++phtase|phrase ++phtsics|physics ++phusics|physics ++phyaics|physics ++phydics|physics ++physica|physics + physicaly|physically ++physicd|physics ++physivs|physics ++physixs|physics ++physocs|physics ++physucs|physics ++pib|pub ++piblic|public ++piblish|publish + pich|pitch ++picj|pick ++picket|pocket ++picl|pick ++picrure|picture ++pictire|picture ++pictuee|picture ++picturr|picture ++picturw|picture ++pictute|picture ++pictyre|picture ++picyure|picture ++piecea|pieces ++pieced|pieces ++piecr|piece ++piecrs|pieces ++piecw|piece ++piecws|pieces ++pietry|poetry ++pieve|piece ++pieves|pieces ++piexe|piece ++piexes|pieces ++piint|point ++piinted|pointed ++piints|points ++pikot|pilot ++pil|oil ++pilice|police ++pilicy|policy ++pilit|pilot ++pill|poll ++pilor|pilot ++piloy|pilot ++pilpt|pilot + pinapple|pineapple + pinnaple|pineapple ++piol|pool ++pior|poor ++pip|pop ++pipular|popular ++pirce|piece ++pirces|pieces ++pire|pure ++pirpose|purpose ++pirsue|pursue ++pirt|port ++pirtal|portal ++pirtion|portion ++pish|push ++pist|post ++pistal|postal ++pister|poster ++pisting|posting ++pit|put ++piur|pour ++piverty|poverty ++pivk|pick ++pivture|picture ++piwce|piece ++piwces|pieces ++piwer|power ++piwers|powers ++pixk|pick ++pixture|picture ++pjase|phase ++pjoenix|phoenix ++pjone|phone ++pjoto|photo ++pjrase|phrase ++pjysics|physics ++pk|ok ++pkace|place ++pkaced|placed ++pkain|plain ++pkan|plan ++pkane|plane ++pkanet|planet ++pkant|plant ++pkastic|plastic ++pkate|plate ++pkay|play ++pkayer|player ++pkaying|playing ++pkaza|plaza ++pkease|please ++pkeased|pleased ++pkenty|plenty ++pkug|plug ++pkus|plus ++plaatic|plastic ++plab|plan ++plabe|plane ++plabet|planet ++plabt|plant ++placef|placed ++places|placed ++placr|place ++placrd|placed ++placw|place ++placwd|placed ++pladtic|plastic ++plaib|plain ++plaim|plain ++plam|plan ++plame|plane ++plamet|planet ++plamt|plant + planed|planned ++planer|planet ++planey|planet ++planr|plant ++planrt|planet ++planw|plane ++planwt|planet ++plany|plant ++plaon|plain ++plare|plate ++plasric|plastic ++plastiv|plastic ++plastix|plastic ++plastoc|plastic ++plastuc|plastic ++plasyic|plastic ++plat|play ++plater|player ++plating|playing ++platr|plate ++platw|plate ++plau|play ++plauer|player ++plauing|playing ++plaun|plain + plausable|plausible ++plave|place ++plaved|placed ++plaxa|plaza ++plaxe|place ++plaxed|placed ++playe|plate ++playee|player ++playet|player ++playibg|playing ++playimg|playing ++playinf|playing ++playinh|playing ++playong|playing ++playrr|player ++playung|playing ++playwr|player ++plazs|plaza ++pld|old ++pleaae|please ++pleaaed|pleased ++pleade|please ++pleaded|pleased ++pleasef|pleased + pleasent|pleasant ++pleases|pleased ++pleasr|please ++pleasrd|pleased ++pleasw|please ++pleaswd|pleased ++plebty|plenty ++plemty|plenty ++plenry|plenty ++plentt|plenty ++plentu|plenty ++plenyy|plenty + plesant|pleasant ++plesse|please ++plessed|pleased ++plig|plug ++plis|plus ++plrase|please ++plrased|pleased ++plrnty|plenty ++plsce|place ++plsced|placed ++plsin|plain ++plsn|plan ++plsne|plane ++plsnet|planet ++plsnt|plant ++plsstic|plastic ++plste|plate ++plsy|play ++plsyer|player ++plsying|playing ++plsza|plaza ++plua|plus ++plud|plus ++pluf|plug ++pluh|plug ++plwase|please ++plwased|pleased ++plwnty|plenty ++plyg|plug ++plys|plus ++pn|on ++pnce|once ++pne|one ++pnes|ones ++pngoing|ongoing ++pnly|only ++pnto|onto ++poat|post ++poatal|postal ++poater|poster ++poating|posting ++poberty|poverty ++pocerty|poverty ++pocjet|pocket ++pock|pick ++pocker|pocket ++pockey|pocket ++pockrt|pocket ++pockwt|pocket ++poclet|pocket ++pocture|picture ++podt|post ++podtal|postal ++podter|poster ++podting|posting ++poece|piece ++poeces|pieces ++poeer|power ++poeers|powers + poenis|penis + poeoples|peoples ++poerry|poetry ++poet|port ++poetal|portal ++poetey|poetry ++poetion|portion ++poetrt|poetry ++poetru|poetry ++poetty|poetry + poety|poetry ++poeyry|poetry ++poibt|point ++poibted|pointed ++poibts|points ++poil|pool ++poimt|point ++poimted|pointed ++poimts|points ++poinr|point ++poinred|pointed ++poinrs|points ++pointa|points ++pointd|points ++pointef|pointed ++pointes|pointed ++pointrd|pointed ++pointwd|pointed ++poiny|point ++poinyed|pointed ++poinys|points ++poir|pour + poisin|poison ++pokice|police ++pokicy|policy ++pokl|poll + polical|political ++policr|police ++polict|policy ++policu|policy ++policw|police + politican|politician + politicans|politicians ++polive|police ++polivy|policy ++polixe|police ++polixy|policy ++polk|poll ++poloce|police ++polocy|policy ++polot|pilot + poltical|political ++poluce|police ++polucy|policy + polution|pollution + pomotion|promotion ++poo|pop ++pooe|poor ++pook|pool ++poont|point ++poonted|pointed ++poonts|points ++poot|poor ++pooular|popular ++popilar|popular ++popl|pool + popoulation|population ++popr|poor ++popukar|popular ++populae|popular + popularaty|popularity + populare|popular ++populat|popular + populer|popular ++populsr|popular ++popylar|popular ++poqer|power ++poqers|powers ++porr|port ++porral|portal ++porrion|portion + portait|portrait ++portak|portal + portayed|portrayed ++portiin|portion ++portiob|portion ++portiom|portion ++portipn|portion ++portoon|portion ++portry|poetry ++portsl|portal ++portuon|portion ++pory|port ++poryal|portal ++poryion|portion + posess|possess + posessed|possessed + posession|possession + posessions|possessions + posion|poison + positon|position ++posr|post ++posral|postal ++posrer|poster ++posring|posting + possable|possible + possably|possibly + possesion|possession +@@ -1642,134 +14491,1131 @@ possiblilty|possibility + possiblities|possibilities + possiblity|possibility + possition|position ++postak|postal ++postee|poster ++postet|poster ++postibg|posting ++postimg|posting ++postinf|posting ++postinh|posting + postion|position + postive|positive ++postong|posting ++postrr|poster ++postsl|postal ++postung|posting ++postwr|poster ++posy|post ++posyal|postal ++posyer|poster ++posying|posting + potatos|potatoes + potrait|portrait + potrayed|portrayed ++pott|port ++pottal|portal ++pottion|portion ++poue|pour + poulations|populations ++pount|point ++pounted|pointed ++pounts|points ++pout|pour ++poveety|poverty + poverful|powerful ++poverry|poverty ++povertt|poverty ++povertu|poverty ++poveryy|poverty ++povetty|poverty ++povket|pocket ++povrrty|poverty ++povwrty|poverty ++powee|power ++powees|powers + poweful|powerful ++powera|powers ++powerd|powers + powerfull|powerful ++powet|power ++powets|powers ++powrr|power ++powrrs|powers ++powtry|poetry ++powwr|power ++powwrs|powers ++poxket|pocket ++poyr|pour ++pp|op ++ppcket|pocket ++ppen|open ++ppening|opening ++ppera|opera ++pperate|operate ++ppetry|poetry ++ppinion|opinion ++ppint|point ++ppinted|pointed ++ppints|points ++pplice|police ++pplicy|policy ++ppll|poll ++ppol|pool ++ppor|poor ++ppp|pop ++pppular|popular ++pprt|port ++pprtal|portal ++pprtion|portion ++ppst|post ++ppstal|postal ++ppster|poster ++ppsting|posting ++pptical|optical ++pption|option ++ppur|pour ++ppverty|poverty ++ppwer|power ++ppwers|powers ++pr|or ++prace|peace ++pracle|oracle + practial|practical + practially|practically + practicaly|practically + practicly|practically ++prak|peak ++pral|oral ++prange|orange + pratice|practice ++prder|order ++prdered|ordered ++prders|orders ++pre,ier|premier ++pre,ium|premium ++preaent|present ++preas|press ++prebent|prevent ++prebiew|preview + precedessor|predecessor + preceeded|preceded ++precent|prevent + precentage|percentage ++preciae|precise + precice|precise ++precide|precise ++preciew|preview + precisly|precisely ++precisr|precise ++precisw|precise ++precose|precise ++precuse|precise ++predent|present ++preder|prefer + predicatble|predictable + predicitons|predictions ++preds|press ++prefee|prefer + prefered|preferred + prefering|preferring ++prefet|prefer ++prefrr|prefer ++prefwr|prefer ++preger|prefer + preiod|period + premeire|premiere ++premiee|premier ++premiet|premier ++premiim|premium ++premirr|premier + premission|permission ++premiu,|premium ++premiun|premium ++premiwr|premier ++premiym|premium ++premoer|premier ++premoum|premium ++premuer|premier ++premuum|premium ++prenier|premier ++prenium|premium ++preoare|prepare ++prepaee|prepare + prepair|prepare ++preparr|prepare + prepartion|preparation ++preparw|prepare ++prepate|prepare + preperation|preparation + preperations|preparations ++prepsre|prepare ++prer|peer + preriod|period ++prerty|pretty ++presa|press ++presd|press ++presebt|present + presedential|presidential ++presemt|present ++presenr|present + presense|presence ++preseny|present + presidenital|presidential + presidental|presidential + presitgious|prestigious + prespective|perspective ++presrnt|present + prestigeous|prestigious + prestigous|prestigious + presumabely|presumably + presumibly|presumably ++preswnt|present + pretection|protection ++pretry|pretty ++prettt|pretty ++prettu|pretty ++pretyy|pretty ++prevebt|prevent ++prevemt|prevent ++prevenr|prevent ++preveny|prevent ++previee|preview ++previeq|preview ++previrw|preview ++previse|precise + previvous|previous ++previww|preview ++prevoew|preview ++prevrnt|prevent ++prevuew|preview ++prevwnt|prevent ++prexise|precise ++preyty|pretty ++prg|org ++prganic|organic ++pri|pro ++pri,ary|primary ++pri,e|prime ++pribacy|privacy ++pribate|private ++pribce|prince ++priblem|problem ++pribt|print ++pribter|printer ++pricacy|privacy ++pricate|private ++priceed|proceed ++pricess|process + pricipal|principal + priciple|principle ++pricr|price ++pricw|price ++priduce|produce ++priduct|product ++prifile|profile ++prifit|profit ++prigin|origin ++prigram|program ++priir|prior ++priject|project ++primaey|primary + primarly|primarily ++primart|primary ++primaru|primary ++primaty|primary ++primce|prince ++primise|promise ++primote|promote ++primr|prime ++primsry|primary ++primt|print ++primter|printer ++primw|prime ++prinary|primary ++princr|prince ++princw|prince ++prine|prime ++prinr|print ++prinrer|printer ++printee|printer ++printet|printer ++printrr|printer ++printwr|printer ++prinve|prince ++prinxe|prince ++priny|print ++prinyer|printer ++prioe|prior ++priof|proof ++priot|prior ++priper|proper ++pripose|propose ++pripr|prior ++pritect|protect ++pritein|protein ++priud|proud ++privact|privacy ++privacu|privacy ++privare|private ++privatr|private ++privatw|private ++privavy|privacy ++privaxy|privacy ++privaye|private ++prive|price + privelege|privilege + privelige|privilege ++priven|proven ++privide|provide + privilage|privilege + priviledge|privilege + privledge|privilege ++privscy|privacy ++privste|private + privte|private ++prixe|price ++prizr|prize ++prizw|prize ++prnding|pending ++pro,ise|promise ++pro,ote|promote + probablly|probably + probaly|probably ++probe|prove + probelm|problem ++proben|proven ++probide|provide ++probkem|problem ++proble,|problem ++problen|problem ++problrm|problem ++problwm|problem + proccess|process + proccessing|processing ++proce|price ++proceas|process + procede|proceed + proceded|preceded + procedes|proceeds + procedger|procedure + procedings|proceedings ++proceds|process + proceedure|procedure ++proceef|proceed ++procees|proceed ++procen|proven ++procerd|proceed + proces|process ++procesa|process ++procesd|process + processer|processor ++procewd|proceed ++procide|provide + proclamed|proclaimed ++procred|proceed ++procrss|process ++procwed|proceed ++procwss|process ++prodice|produce ++prodict|product ++prodile|profile ++prodit|profit ++producr|product ++producw|produce ++producy|product ++produve|produce ++produvt|product ++produxe|produce ++produxt|product ++prodyce|produce ++prodyct|product + profesion|profession + profesor|professor + professer|professor + proffesion|profession + proffesional|professional + proffesor|professor ++profike|profile ++profilr|profile ++profilw|profile ++profir|profit ++profiy|profit ++profole|profile ++profot|profit ++profram|program ++profuce|produce ++profuct|product ++profule|profile ++profut|profit ++progeam|program + progessed|progressed ++progile|profile ++progit|profit ++progra,|program ++progran|program + progrom|program + progroms|programs ++progrsm|program ++progtam|program ++prohect|project ++prohram|program ++proid|proud ++proif|proof ++projecr|project ++projecy|project ++projevt|project ++projext|project ++projrct|project ++projwct|project ++prokect|project ++promary|primary ++prome|prime ++promiae|promise ++promide|promise + prominant|prominent ++promisr|promise ++promisw|promise ++promite|promote ++promore|promote ++promose|promise ++promotr|promote + promotted|promoted ++promotw|promote ++promoye|promote ++prompte|promote ++promuse|promise ++pronce|prince ++pronise|promise ++pronlem|problem ++pronote|promote + pronouced|pronounced + pronounched|pronounced ++pront|print ++pronter|printer ++prood|proof ++prooer|proper ++proog|proof ++prooose|propose ++proor|prior + proove|prove + prooved|proved ++propee|proper ++propet|proper ++propf|proof + prophacy|prophecy ++propise|propose ++prople|people + propmted|prompted ++propoae|propose ++propode|propose ++proposr|propose + propostion|proposition ++proposw|propose + propper|proper + propperly|properly ++proppse|propose ++proprr|proper ++propwr|proper ++prorect|protect ++prorein|protein ++prosuce|produce ++prosuct|product ++protecr|protect ++protecy|protect ++proteib|protein ++proteim|protein ++proteon|protein ++proteun|protein ++protevt|protect ++protext|protect + protocal|protocol + protrayed|portrayed ++protrct|protect ++protrin|protein ++protwct|protect ++protwin|protein ++prouf|proud ++prous|proud ++provacy|privacy ++provate|private + provded|provided ++proveb|proven ++proveed|proceed ++provem|proven ++provess|process + provicial|provincial ++providr|provide ++providw|provide ++provife|provide + provinicial|provincial ++provise|provide + provisiosn|provision ++provlem|problem ++provode|provide ++provr|prove ++provrn|proven ++provude|provide ++provw|prove ++provwn|proven ++proxeed|proceed ++proxess|process + proximty|proximity ++proyd|proud ++proyect|protect ++proyein|protein ++proze|prize ++prp|pro ++prpblem|problem ++prpceed|proceed ++prpcess|process ++prpduce|produce ++prpduct|product ++prpfile|profile ++prpfit|profit ++prpgram|program ++prpject|project ++prpmise|promise ++prpmote|promote ++prpof|proof ++prpper|proper ++prppose|propose ++prptect|protect ++prptein|protein ++prpud|proud ++prpve|prove ++prpven|proven ++prpvide|provide ++prr|per ++prrcise|precise ++prrfect|perfect ++prrfer|prefer ++prrform|perform ++prrhaps|perhaps ++prriod|period ++prriods|periods ++prrmier|premier ++prrmit|permit ++prrmium|premium ++prrpare|prepare ++prrsent|present ++prrson|person ++prrss|press ++prrtty|pretty ++prrvent|prevent ++prrview|preview ++prt|pet ++prter|peter ++pruce|price ++prumary|primary ++prume|prime ++prunce|prince ++prunt|print ++prunter|printer ++pruor|prior ++pruvacy|privacy ++pruvate|private ++pruze|prize ++prw|pre ++prwcise|precise ++prwfer|prefer ++prwmier|premier ++prwmium|premium ++prwpare|prepare ++prwsent|present ++prwss|press ++prwtty|pretty ++prwvent|prevent ++prwview|preview ++ps|pa ++psce|pace ++pscific|pacific ++psck|pack ++psckage|package ++psge|page ++psid|paid ++psin|pain ++psir|pair ++pslm|palm ++psn|pan ++psnama|panama ++psnel|panel ++psper|paper ++pspers|papers ++psr|par ++psrent|parent ++psris|Paris ++psrk|park ++psrking|parking ++psrt|part ++psrtial|partial ++psrtner|partner ++psrts|parts ++psrty|party ++psss|pass ++psssing|passing ++psst|past ++pst|pat ++pstch|patch ++pstent|patent ++psth|path ++pstient|patient ++psttern|pattern ++psy|pay + psycology|psychology + psyhic|psychic ++psyment|payment ++pte|pre ++ptecise|precise ++ptefer|prefer ++ptemier|premier ++ptemium|premium ++ptepare|prepare ++ptesent|present ++ptess|press ++ptetty|pretty ++ptevent|prevent ++pteview|preview ++pther|other ++ptice|price ++ptimary|primary ++ptime|prime ++ptince|prince ++ptint|print ++ptinter|printer ++ptior|prior ++ptivacy|privacy ++ptivate|private ++ptize|prize ++pto|pro ++ptoblem|problem ++ptoceed|proceed ++ptocess|process ++ptoduce|produce ++ptoduct|product ++ptofile|profile ++ptofit|profit ++ptogram|program ++ptoject|project ++ptomise|promise ++ptomote|promote ++ptoof|proof ++ptoper|proper ++ptopose|propose ++ptotect|protect ++ptotein|protein ++ptoud|proud ++ptove|prove ++ptoven|proven ++ptovide|provide ++puah|push ++pubkic|public ++pubkish|publish ++publiah|publish + publically|publicly + publicaly|publicly ++publidh|publish ++publisg|publish ++publisj|publish ++publiv|public ++publix|public ++publoc|public ++publosh|publish ++publuc|public ++publush|publish + puchasing|purchasing ++puck|pick ++pucture|picture ++pudh|push ++puece|piece ++pueces|pieces ++puee|pure ++puepose|purpose ++puesue|pursue ++pukl|pull ++pulk|pull ++pulot|pilot + pumkin|pumpkin ++pun|pub ++punlic|public ++punlish|publish ++pur|our ++puraue|pursue ++purdue|pursue ++puroose|purpose ++purpise|purpose ++purpoae|purpose ++purpode|purpose + purposedly|purposely ++purposr|purpose ++purposw|purpose ++purppse|purpose ++purr|pure ++pursie|pursue + pursuade|persuade + pursuaded|persuaded ++pursur|pursue ++pursuw|pursue ++pursye|pursue ++purw|pure ++pusg|push ++pusj|push ++putcome|outcome ++putdoor|outdoor ++pute|pure + puting|putting ++putline|outline ++putlook|outlook ++putpose|purpose ++putput|output ++putside|outside ++putsue|pursue ++puv|pub ++puvlic|public ++puvlish|publish ++puy|put ++pver|over ++pverall|overall ++pwace|peace ++pwak|peak ++pwer|peer ++pwn|own ++pwnding|pending ++pwner|owner + pwoer|power ++pwople|people ++pwr|per ++pwrfect|perfect ++pwrform|perform ++pwrhaps|perhaps ++pwriod|period ++pwriods|periods ++pwrmit|permit ++pwrson|person ++pwt|pet ++pwter|peter ++pyb|pub ++pyblic|public ++pyblish|publish ++pyll|pull ++pyre|pure ++pyrpose|purpose ++pyrsue|pursue + pyscic|psychic ++pysh|push ++pyt|put ++qait|wait ++qake|wake ++qalk|walk ++qalking|walking ++qall|wall ++qant|want ++qants|wants ++qar|war ++qarm|warm ++qarning|warning ++qas|was ++qasn't|wasn't ++qasnt|wasn't ++qaste|waste ++qatch|watch ++qater|water ++qaters|waters ++qave|wave ++qay|way ++qays|ways ++qe|we ++qe've|we've ++qeak|weak ++qealth|wealth ++qear|wear ++qeather|weather ++qeb|web ++qed|wed ++qedding|wedding ++qeek|week ++qeekend|weekend ++qeekly|weekly ++qeight|weight ++qelcome|welcome ++qelfare|welfare ++qell|well ++qent|went ++qere|were ++qeren't|weren't ++qerent|weren't ++qest|west ++qestern|western ++qeve|we've ++qhat|what ++qhat's|what's ++qhats|what's ++qhen|when ++qhere|where ++qhereas|whereas ++qhether|whether ++qhich|which ++qhile|while ++qhite|white ++qho|who ++qhole|whole ++qhom|whom ++qhose|whose ++qhy|why ++qiality|quality ++qiarter|quarter ++qide|wide ++qidely|widely ++qidth|width ++qieen|queen ++qiery|query ++qiest|quest ++qife|wife ++qiick|quick ++qiiet|quiet ++qiite|quite ++qiiz|quiz ++qild|wild ++qill|will ++qilling|willing ++qin|win ++qind|wind ++qindow|window ++qine|wine ++qinner|winner ++qinning|winning ++qinter|winter ++qiote|quote ++qire|wire ++qise|wise ++qish|wish ++qith|with ++qithin|within ++qithout|without ++qoman|woman ++qon|won ++qon't|won't ++qonder|wonder ++qont|won't ++qood|wood ++qord|word ++qords|words ++qork|work ++qorker|worker ++qorking|working ++qorks|works ++qorld|world ++qorry|worry ++qorse|worse ++qorst|worst ++qorth|worth ++qould|would ++qouldn't|wouldn't ++qouldnt|wouldn't ++qrite|write ++qriter|writer ++qriting|writing ++qritten|written ++qrong|wrong ++qrote|wrote + qtuie|quiet ++quaeter|quarter ++quakity|quality ++qualiry|quality ++qualitt|quality ++qualitu|quality ++qualiyy|quality ++qualoty|quality ++qualuty|quality ++quarrer|quarter ++quartee|quarter ++quartet|quarter ++quartrr|quarter ++quartwr|quarter ++quaryer|quarter ++quatter|quarter ++queat|quest ++quedt|quest ++queeb|queen ++queem|queen ++queey|query ++quern|queen ++quert|query ++queru|query ++quesr|quest + questonable|questionable ++quesy|quest ++quety|query ++quewn|queen ++quicj|quick + quicklyu|quickly ++quicl|quick ++quier|quiet ++quiey|quiet ++quire|quite ++quirt|quiet ++quitr|quite + quitted|quit ++quitw|quite ++quivk|quick ++quiwt|quiet ++quix|quiz ++quixk|quick ++quiye|quite ++quock|quick ++quoet|quiet ++quore|quote ++quotr|quote ++quotw|quote ++quoye|quote ++quoz|quiz ++qupte|quote ++quren|queen ++qurry|query ++qurst|quest ++quslity|quality ++qusrter|quarter + qutie|quiet ++quuck|quick ++quuet|quiet ++quute|quite ++quuz|quiz ++quwen|queen ++quwry|query ++quwst|quest ++qyality|quality ++qyarter|quarter ++qyeen|queen ++qyery|query ++qyest|quest ++qyick|quick ++qyiet|quiet ++qyite|quite ++qyiz|quiz ++qyote|quote + r|are ++ra,|ram ++rab|ran ++rabdom|random ++rabge|range ++rabk|rank ++rable|table ++rach|each ++racibg|racing ++racimg|racing ++racinf|racing ++racinh|racing ++racong|racing ++racr|race ++racung|racing ++racw|race ++radii|radio ++radip|radio ++radoo|radio ++raduo|radio ++rae|raw ++raee|rare + raelly|really ++rafio|radio ++rag|tag ++raiae|raise ++raib|rain ++raide|raise ++raim|rain ++raisr|raise ++raisw|raise ++rake|take ++raken|taken ++raking|taking ++ralent|talent ++ralk|talk ++ralks|talks ++ramdom|random ++ramge|range ++ramk|rank ++randim|random ++rando,|random ++randon|random ++randpm|random ++ranfe|range ++ranfom|random ++rangr|range ++rangw|range ++ranhe|range ++ranj|rank ++ranl|rank ++ransom|random ++raoid|rapid ++raon|rain ++raose|raise ++rape|tape ++rapif|rapid ++rapis|rapid ++rapod|rapid ++rapud|rapid ++raq|raw ++rarget|target ++rarher|rather ++raring|rating ++rario|ratio ++rarlier|earlier ++rarly|early ++rarn|earn ++rarr|rare ++rarth|earth ++rarw|rare ++rase|ease ++rasily|easily ++rasio|radio ++rask|task ++rast|east ++raste|taste ++rastern|eastern ++rasy|easy ++rat|ray ++ratger|rather ++rathee|rather ++rathet|rather ++rathrr|rather ++rathwr|rather ++ratibg|rating ++ratii|ratio ++ratimg|rating ++ratinf|rating ++ratinh|rating ++ratip|ratio ++ratjer|rather ++ratong|rating ++ratoo|ratio ++ratr|rate ++ratung|rating ++ratuo|ratio ++ratw|rate ++rau|ray ++raught|taught ++raun|rain ++rause|raise ++rave|race ++raving|racing ++rax|tax ++raxe|race ++raxing|racing ++raye|rate ++rayher|rather ++raying|rating ++rayio|ratio ++rconomy|economy ++rdge|edge ++rdit|edit ++rdition|edition ++rditor|editor ++re,ain|remain ++re,ains|remains ++re,ote|remote ++re,oval|removal ++re,ove|remove ++reaaon|reason ++reacg|reach ++reacher|teacher + reacing|reaching ++reacj|reach + reacll|recall ++readee|reader ++readet|reader ++readibg|reading ++readimg|reading ++readinf|reading ++readinh|reading ++readon|reason ++readong|reading ++readrr|reader ++readt|ready ++readu|ready ++readung|reading ++readwr|reader ++reaerve|reserve ++reaf|read ++reafer|reader ++reafing|reading ++reafy|ready ++reak|real ++reakity|reality ++reakize|realize ++reakly|really ++realiry|reality ++realitt|reality ++realitu|reality + realitvely|relatively ++realixe|realize ++realiyy|reality ++realizr|realize ++realizw|realize ++realky|really ++reallt|really ++reallu|really ++realoty|reality ++realoze|realize + realsitic|realistic + realtions|relations ++realuty|reality ++realuze|realize + realy|really + realyl|really ++ream|team ++reaolve|resolve ++reaort|resort ++reapect|respect ++reapond|respond ++reas|read + reasearch|research ++reaser|reader ++reasin|reason ++reasing|reading ++reasob|reason ++reasom|reason ++reaspn|reason ++reasy|ready ++reat|rest ++reault|result ++reaume|resume ++reavh|reach ++reaxh|reach ++reb|rev ++rebeal|reveal ++rebenue|revenue ++reberse|reverse ++rebiew|review + rebiulding|rebuilding + rebounce|rebound ++rebt|rent ++rebtal|rental ++rec|rev ++recakl|recall ++recalk|recall + reccomend|recommend + reccomendations|recommendations + reccomended|recommended + reccommend|recommend + reccommended|recommended ++receal|reveal ++recebt|recent ++receibe|receive ++receice|receive ++receiot|receipt ++receipr|receipt ++receipy|receipt ++receivr|receive ++receivw|receive ++recemt|recent ++recenr|recent ++recenue|revenue ++receny|recent ++receopt|receipt ++receove|receive ++recerse|reverse ++receupt|receipt ++receuve|receive + receving|receiving ++rech|tech + reched|reached + recided|resided + recident|resident +@@ -1780,7 +15626,10 @@ reciever|receiver + recievers|receivers + recieves|receives + recieving|receiving ++reciew|review ++recird|record + recived|received ++recoed|record + recogise|recognise + recogize|recognize + recomend|recommend +@@ -1789,87 +15638,361 @@ recomends|recommends + recommedations|recommendations + reconcilation|reconciliation + reconized|recognized ++recorf|record ++recors|record ++recotd|record ++recprd|record + recquired|required ++recript|receipt ++recrive|receive ++recrnt|recent + recrod|record ++recsll|recall + recuiting|recruiting ++recwipt|receipt ++recwive|receive ++recwnt|recent ++reder|refer ++rederve|reserve ++redice|reduce + rediculous|ridiculous ++redlect|reflect ++redolve|resolve ++redorm|reform ++redort|resort ++redpect|respect ++redpond|respond ++redt|rest ++reducr|reduce ++reducw|reduce ++redult|result ++redume|resume ++reduve|reduce ++reduxe|reduce ++redyce|reduce ++reens|teens ++refard|regard + refect|reflect ++refee|refer + refered|referred + referiang|referring + refering|referring + refernces|references + referrence|reference + referrs|refers ++refet|refer + reffered|referred + refference|reference ++refion|region ++refions|regions ++refirm|reform ++refkect|reflect ++reflecr|reflect ++reflecy|reflect ++reflevt|reflect ++reflext|reflect ++reflrct|reflect ++reflwct|reflect ++refoem|reform ++refor,|reform ++reforn|reform ++refotm|reform ++refprm|reform + refrence|reference + refrences|references + refrers|refers + refridgerator|refrigerator ++refrr|refer ++refuce|reduce ++refular|regular + refusla|refusal ++refwr|refer ++reg|ref ++regaed|regard + regardes|regards ++regarf|regard ++regars|regard ++regatd|regard ++reger|refer ++regiin|region ++regiins|regions ++regilar|regular ++regiob|region ++regiobs|regions ++regiom|region ++regioms|regions ++regiona|regions ++regiond|regions ++regipn|region ++regipns|regions ++reglect|reflect + regluar|regular ++regoon|region ++regoons|regions ++regorm|reform ++regsrd|regard + reguarly|regularly ++regukar|regular ++regulae|regular + regulaion|regulation + regulaotrs|regulators + regularily|regularly ++regulat|regular ++regulsr|regular ++reguon|region ++reguons|regions ++regylar|regular ++rehard|regard + rehersal|rehearsal ++rehion|region ++rehions|regions ++rehular|regular ++rekate|relate ++rekated|related ++rekease|release ++rekief|relief + reknowned|renowned ++reky|rely + rela|real + relaly|really ++relare|relate ++relared|related ++relatef|related ++relates|related + relatiopnship|relationship + relativly|relatively ++relatr|relate ++relatrd|related ++relatw|relate ++relatwd|related ++relaye|relate ++relayed|related ++releaae|release ++releade|release ++releasr|release ++releasw|release + releive|relieve + releived|relieved + releiver|reliever + releses|releases ++relesse|release + relevent|relevant ++relied|relief ++relieg|relief + religeous|religious + religous|religious ++relirf|relief + relitavely|relatively ++reliwf|relief + relized|realised ++rell|tell ++relling|telling ++reloef|relief + relpacement|replacement ++relrase|release ++relste|relate ++relsted|related ++relt|rely ++relu|rely ++reluef|relief ++relwase|release ++remaib|remain ++remaibs|remains ++remaim|remain ++remaims|remains ++remaina|remains ++remaind|remains + remaing|remaining ++remaon|remain ++remaons|remains ++remaun|remain ++remauns|remains + remeber|remember + rememberable|memorable + remenicent|reminiscent + reminescent|reminiscent + reminscent|reminiscent + reminsicent|reminiscent ++remite|remote ++remival|removal ++remive|remove ++remobal|removal ++remobe|remove ++remocal|removal ++remoce|remove ++remore|remote ++remotr|remote ++remotw|remote ++removak|removal ++removr|remove ++removsl|removal ++removw|remove ++remoye|remote ++rempte|remote ++rempval|removal ++rempve|remove ++remsin|remain ++remsins|remains ++remt|rent ++remtal|rental ++ren|ten ++renain|remain ++renains|remains ++rend|tend + rendevous|rendezvous + rendezous|rendezvous ++rennis|tennis ++renote|remote ++renoval|removal ++renove|remove ++renr|rent ++renral|rental ++rentak|rental ++rentsl|rental ++reny|rent ++renyal|rental ++reo|rep ++reoair|repair ++reoeat|repeat ++reolace|replace ++reoly|reply ++reoort|report ++reorint|reprint ++repaie|repair ++repait|repair ++repaor|repair ++repaur|repair ++repear|repeat ++repeay|repeat ++repeint|reprint ++repest|repeat + repeteadly|repeatedly + repid|rapid ++repirt|report ++repkace|replace ++repky|reply ++replacr|replace ++replacw|replace ++replave|replace ++replaxe|replace ++replsce|replace ++replt|reply ++replu|reply ++repoet|report + reponse|response + reponsible|responsible ++reporr|report + reportadly|reportedly ++repory|report ++repott|report ++repprt|report ++reprat|repeat + represantative|representative + representive|representative + representives|representatives ++repribt|reprint ++reprimt|reprint ++reprinr|reprint ++repriny|reprint ++repront|reprint ++reprunt|reprint + repsectively|respectively ++repsir|repair ++reptint|reprint ++repwat|repeat ++reqiest|request ++reqiire|require ++requeat|request ++requedt|request ++requesr|request ++requesy|request ++requiee|require + requirment|requirement ++requirr|require ++requirw|require ++requite|require ++requore|require + requred|required ++requrst|request ++requure|require ++requwst|request ++reqyest|request ++reqyire|require ++rerail|retail ++rerain|retain ++rerm|term ++rerms|terms ++rerurn|return ++rerurns|returns ++res|red + resaurant|restaurant ++resch|reach ++resd|read ++resder|reader ++resding|reading ++resdy|ready ++reseeve|reserve + resembelance|resemblance + resembes|resembles + resemblence|resemblance ++reserbe|reserve ++reserce|reserve ++reservr|reserve ++reservw|reserve ++resetve|reserve + residental|residential ++resilt|result ++resilve|resolve ++resime|resume ++resirt|resort + resistence|resistance + resistent|resistant ++resl|real ++reslity|reality ++reslize|realize ++reslly|really ++resoect|respect ++resoet|resort ++resokve|resolve ++resolbe|resolve ++resolce|resolve ++resolvr|resolve ++resolvw|resolve ++resoond|respond ++resorr|resort ++resory|resort ++resott|resort ++respecr|respect + respectivly|respectively ++respecy|respect ++respevt|respect ++respext|respect ++respind|respond ++resplve|resolve ++respobd|respond ++respomd|respond + responce|response ++responf|respond + responibilities|responsibilities + responisble|responsible + responnsibilty|responsibility ++respons|respond + responsability|responsibility + responsibile|responsible + responsibilites|responsibilities + responsiblity|responsibility ++resppnd|respond ++resprct|respect ++resprt|resort ++respwct|respect ++resr|rest ++resrrve|reserve + ressemblance|resemblance + ressemble|resemble + ressembled|resembled + ressemblence|resemblance + ressembling|resembling ++resson|reason + restarant|restaurant + restarants|restaurants + restaraunt|restaurant +@@ -1883,184 +16006,2423 @@ resturant|restaurant + resturants|restaurants + resturaunt|restaurant + resturaunts|restaurants ++resu,e|resume ++resuce|reduce ++resukt|result ++resulr|result ++resuly|result ++resumr|resume ++resumw|resume ++resune|resume ++reswrve|reserve ++resy|rest ++resylt|result ++resyme|resume ++retaib|retain ++retaik|retail ++retaim|retain + retalitation|retaliation ++retaol|retail ++retaon|retain ++retaul|retail ++retaun|retain ++retirn|return ++retirns|returns + retreive|retrieve ++retsil|retail ++retsin|retain ++retuen|return ++retuens|returns ++returb|return ++returbs|returns ++returm|return ++returms|returns ++returna|returns + returnd|returned ++retutn|return ++retutns|returns ++retyrn|return ++retyrns|returns ++revall|recall ++reveak|reveal ++revebue|revenue ++reveese|reverse ++reveipt|receipt ++reveive|receive ++revemue|revenue ++revenie|revenue ++revent|recent ++revenur|revenue ++revenuw|revenue ++revenye|revenue ++reverae|reverse ++reverde|reverse ++reversr|reverse ++reversw|reverse ++revesl|reveal ++revetse|reverse ++reviee|review ++revieq|review ++revirw|review ++reviww|review ++revoew|review + revolutionar|revolutionary ++revord|record ++revral|reveal ++revrnue|revenue ++revrrse|reverse ++revuew|review ++revwal|reveal ++revwnue|revenue ++revwrse|reverse + rewriet|rewrite ++rewuest|request ++rewuire|require ++rexall|recall ++rexeipt|receipt ++rexeive|receive ++rexent|recent ++rexord|record ++rext|text ++reyail|retail ++reyain|retain ++reyurn|return ++reyurns|returns ++rffect|effect ++rffects|effects ++rffort|effort ++rhan|than ++rhank|thank ++rhanks|thanks ++rhat|that ++rhat'll|that'll ++rhat's|that's ++rhatll|that'll ++rhats|that's ++rhe|the ++rheater|theater ++rheatre|theatre ++rheir|their ++rhem|them ++rheme|theme ++rhen|then ++rheory|theory ++rherapy|therapy ++rhere|there ++rhere'd|there'd ++rhere'll|there'll ++rhere's|there's ++rhereby|thereby ++rhered|there'd ++rherell|there'll ++rheres|there's ++rhese|these ++rhey|they ++rhey'd|they'd ++rhey'll|they'll ++rhey're|they're ++rhey've|they've ++rheyd|they'd ++rheyll|they'll ++rheyre|they're ++rheyve|they've ++rhin|thin ++rhing|thing ++rhings|things ++rhink|think ++rhird|third ++rhirty|thirty ++rhis|this ++rhose|those ++rhough|though ++rhought|thought ++rhread|thread ++rhreat|threat ++rhree|three ++rhrough|through ++rhus|thus + rhythem|rhythm + rhythim|rhythm ++riad|road ++riae|rise ++riaing|rising ++riak|risk ++rib|rob ++riber|river ++ribg|ring ++ribust|robust ++ricer|river ++ricg|rich ++ricj|rich ++rick|rock ++ricket|ticket ++ricr|rice ++ricw|rice ++riding|rising ++ridk|risk ++ridr|ride ++ridw|ride ++rife|ride ++rifht|right ++rifhts|rights ++rifl|rofl ++riggt|right ++riggts|rights ++righr|right ++righrs|rights ++righta|rights ++rightd|rights ++righy|right ++righys|rights ++rigjt|right ++rigjts|rights ++rihht|right ++rihhts|rights ++rile|role ++rill|roll ++rim|Tim ++riman|roman ++rime|time ++rimely|timely ++rimes|times ++rimg|ring ++rin|run ++rinf|ring ++rinh|ring + rininging|ringing ++rinning|running ++rins|runs ++riny|tiny ++riom|room ++rioms|rooms ++riot|root ++riots|roots ++rip|tip ++riral|rural + rised|rose ++risibg|rising ++risimg|rising ++risinf|rising ++risinh|rising ++risj|risk ++risl|risk ++risong|rising ++risr|rise ++rissian|Russian ++risung|rising ++risw|rise ++ritfl|rotfl ++rither|either ++ritle|title ++riund|round ++riute|route ++riutine|routine ++rive|rice ++rivee|river ++rivet|river ++rivh|rich ++rivrr|river ++rivwr|river ++riw|row ++rixe|rice ++rixh|rich ++riyal|royal ++rl|el ++rlement|element ++rlse|else ++rmpty|empty ++rnable|enable ++rnd|end ++rnding|ending ++rnergy|energy ++rngage|engage ++rngaged|engaged ++rngine|engine ++rnglish|English ++rnhance|enhance ++rnjoy|enjoy ++rnough|enough ++rnsure|ensure ++rnter|enter ++rntire|entire ++rntity|entity ++rntry|entry ++ro|to ++ro,an|roman ++roae|rose ++roaf|road ++roas|road ++robist|robust ++robuat|robust ++robudt|robust ++robusr|robust ++robusy|robust ++robyst|robust ++roce|rice ++roch|rich ++rocj|rock ++rocl|rock + rocord|record ++roday|today ++rode|rose ++rodl|rofl ++roe|row ++rofk|rofl ++roght|right ++roghts|rights ++rogl|rofl ++roim|room ++roims|rooms ++roind|round ++roit|root ++roite|route ++roitine|routine ++roits|roots ++roke|role ++rokl|roll ++rold|told ++rolk|roll ++rolr|role ++rolw|role ++romab|roman ++romam|roman ++romorrow|tomorrow ++romsn|roman ++ron|rob ++ronan|roman ++rong|ring ++ronust|robust ++roo|too ++roo,|room ++roo,s|rooms ++rook|took ++rool|tool ++rooma|rooms + roomate|roommate ++roomd|rooms ++roon|room ++roons|rooms ++roor|root ++roors|roots ++roota|roots ++rootd|roots ++rooy|root ++rooys|roots ++rop|top ++ropic|topic ++ropm|room ++ropms|rooms ++ropt|root ++ropts|roots ++roq|row ++rorfl|rotfl ++rosd|road ++rosing|rising ++rosk|risk ++rosr|rose ++rosw|rose ++rotal|total ++rotdl|rotfl ++rotfk|rotfl ++rotgl|rotfl ++roual|royal ++roubd|round ++rouch|touch ++rough|tough + rougly|roughly ++roumd|round ++rounf|round ++rouns|round ++rour|tour ++roure|route ++rourine|routine ++rourism|tourism ++rout|tout ++routibe|routine ++routime|routine ++routinr|routine ++routinw|routine ++routone|routine ++routr|route ++routune|routine ++routw|route ++rouye|route ++rouyine|routine ++rov|rob ++rover|river ++rovk|rock ++rovust|robust ++roward|toward ++rowards|towards ++rower|tower ++rown|town ++roxk|rock ++royak|royal ++royfl|rotfl ++roynd|round ++roysl|royal ++royte|route ++roytine|routine ++rpad|road ++rpb|rob ++rpbust|robust ++rpck|rock ++rpfl|rofl ++rple|role ++rpll|roll ++rpman|roman ++rpom|room ++rpoms|rooms ++rpot|root ++rpots|roots ++rpse|rose ++rptfl|rotfl ++rpund|round ++rpute|route ++rputine|routine ++rpw|row ++rpyal|royal ++rqual|equal ++rqually|equally ++rquity|equity ++rr|re ++rra|era ++rrach|reach ++rrack|track ++rrad|read ++rrade|trade ++rrader|reader ++rrading|reading ++rrady|ready ++rraffic|traffic ++rrail|trail ++rrain|train ++rral|real ++rrality|reality ++rralize|realize ++rrally|really ++rrason|reason ++rravel|travel ++rrcall|recall ++rrceipt|receipt ++rrceive|receive ++rrcent|recent ++rrcord|record ++rrd|red ++rrduce|reduce ++rreat|treat ++rree|tree ++rrend|trend ++rrf|ref ++rrfer|refer ++rrflect|reflect ++rrform|reform ++rrgard|regard ++rrgion|region ++rrgions|regions ++rrgular|regular ++rrial|trial ++rried|tried ++rrip|trip ++rrlate|relate ++rrlated|related ++rrlease|release ++rrlief|relief ++rrly|rely ++rrmain|remain ++rrmains|remains ++rrmote|remote ++rrmoval|removal ++rrmove|remove ++rrnt|rent ++rrntal|rental ++rrouble|trouble ++rrp|rep ++rrpair|repair ++rrpeat|repeat ++rrplace|replace ++rrply|reply ++rrport|report ++rrprint|reprint ++rrquest|request ++rrquire|require ++rrror|error ++rrserve|reserve ++rrsolve|resolve ++rrsort|resort ++rrspect|respect ++rrspond|respond ++rrst|rest ++rrsult|result ++rrsume|resume ++rrtail|retail ++rrtain|retain ++rrturn|return ++rrturns|returns ++rrue|true ++rruly|truly ++rrust|trust ++rruth|truth ++rrv|rev ++rrveal|reveal ++rrvenue|revenue ++rrverse|reverse ++rrview|review ++rry|try ++rscape|escape ++rsce|race ++rscing|racing ++rsdio|radio ++rsin|rain ++rsise|raise ++rsm|ram ++rsn|ran ++rsndom|random ++rsnge|range ++rsnk|rank ++rspid|rapid ++rsre|rare ++rste|rate ++rsther|rather ++rsting|rating ++rstio|ratio ++rsw|raw ++rsy|ray ++rt|et ++rtc|etc ++rthics|ethics ++rthnic|ethnic ++ruasian|Russian ++rub|run ++rubning|running ++rubs|runs ++ruce|rice ++ruch|rich ++rude|ride ++rudsian|Russian ++rueal|rural ++ruesday|Tuesday ++rught|right ++rughts|rights ++ruke|rule + rulle|rule ++rulr|rule ++rulw|rule ++rum|run ++rumning|running ++rums|runs ++runa|runs ++runbing|running ++rund|runs ++rung|ring + runing|running ++runming|running ++runnibg|running ++runnimg|running ++runninf|running ++runninh|running ++runnong|running + runnung|running ++rurak|rural ++rurkey|turkey ++rurn|turn ++rurning|turning ++rursl|rural ++rusaian|Russian ++rusdian|Russian ++ruse|rise ++rusing|rising ++rusk|risk ++russiab|Russian ++russiam|Russian ++russian|Russian ++russisn|Russian ++russoan|Russian ++russuan|Russian ++rutal|rural ++ruver|river ++rven|even ++rvening|evening ++rvent|event ++rver|ever ++rvery|every ++rvil|evil ++rw|re ++rwach|reach ++rwad|read ++rwader|reader ++rwading|reading ++rwady|ready ++rwal|real ++rwality|reality ++rwalize|realize ++rwally|really ++rwason|reason ++rwcall|recall ++rwceipt|receipt ++rwceive|receive ++rwcent|recent ++rwcord|record ++rwd|red ++rwduce|reduce ++rwenty|twenty ++rwf|ref ++rwfer|refer ++rwflect|reflect ++rwform|reform ++rwgard|regard ++rwgion|region ++rwgions|regions ++rwgular|regular ++rwice|twice ++rwin|twin + rwite|write ++rwlate|relate ++rwlated|related ++rwlease|release ++rwlief|relief ++rwly|rely ++rwmain|remain ++rwmains|remains ++rwmote|remote ++rwmoval|removal ++rwmove|remove ++rwnt|rent ++rwntal|rental ++rwo|two ++rwp|rep ++rwpair|repair ++rwpeat|repeat ++rwplace|replace ++rwply|reply ++rwport|report ++rwprint|reprint ++rwquest|request ++rwquire|require ++rwserve|reserve ++rwsolve|resolve ++rwsort|resort ++rwspect|respect ++rwspond|respond ++rwst|rest ++rwsult|result ++rwsume|resume ++rwtail|retail ++rwtain|retain ++rwturn|return ++rwturns|returns ++rwv|rev ++rwveal|reveal ++rwvenue|revenue ++rwverse|reverse ++rwview|review ++rx|ex ++rxact|exact ++rxactly|exactly ++rxam|exam ++rxamine|examine ++rxample|example ++rxceed|exceed ++rxcel|excel ++rxcept|except ++rxcess|excess ++rxhibit|exhibit ++rxist|exist ++rxit|exit ++rxpand|expand ++rxpect|expect ++rxpense|expense ++rxpert|expert ++rxplain|explain ++rxplore|explore ++rxport|export ++rxpress|express ++rxtend|extend ++rxtent|extent ++rxtra|extra ++rxtreme|extreme ++rye|eye ++ryes|eyes ++ryle|rule ++ryn|run ++rynning|running ++ryns|runs ++rype|type ++rypical|typical ++ryral|rural ++ryssian|Russian + rythem|rhythm + rythim|rhythm + rythm|rhythm ++s,all|small ++s,art|smart ++s,ith|smith ++s,oking|smoking ++s,ooth|smooth ++sa,e|same ++sa,ple|sample ++sabe|save ++sabing|saving ++sabings|savings ++sace|save ++sacing|saving ++sacings|savings + sacrafice|sacrifice ++sade|safe ++sadety|safety ++sae|saw ++safery|safety ++safett|safety ++safetu|safety ++safeyy|safety ++safr|safe ++safrty|safety + saftey|safety + safty|safety ++safw|safe ++safwty|safety ++sage|safe ++sagety|safety ++saibt|saint ++saif|said ++saily|daily ++saimt|saint ++sainr|saint ++sainy|saint ++sais|said ++sakary|salary ++sake|sale ++sakes|sales ++sakt|salt ++salaey|salary ++salart|salary ++salaru|salary ++salaty|salary ++salea|sales ++saled|sales + salery|salary ++salr|sale ++salrs|sales ++salsry|salary ++salw|sale ++salws|sales ++saly|salt ++samage|damage ++samole|sample ++sampke|sample ++samplr|sample ++samplw|sample ++samr|same ++samw|same ++sance|dance + sandwhich|sandwich ++sane|same ++sanger|danger ++sanple|sample ++saod|said ++saont|saint ++saq|saw ++sar|sat + sargant|sergeant + sargeant|sergeant ++sarisfy|satisfy ++sark|dark + sasy|says ++sata|data ++sate|date + satelite|satellite + satelites|satellites ++sates|dates ++satiafy|satisfy ++satidfy|satisfy ++sating|saying ++satisdy|satisfy ++satisft|satisfy ++satisfu|satisfy ++satisgy|satisfy ++satosfy|satisfy ++sats|says + sattelite|satellite + sattelites|satellites ++satusfy|satisfy ++sau|say ++saud|said + saught|sought ++sauing|saying ++saunt|saint ++saus|says + saveing|saving ++savibg|saving ++savibgs|savings ++savimg|saving ++savimgs|savings ++savinf|saving ++savinfs|savings ++savinga|savings ++savingd|savings ++savinh|saving ++savinhs|savings ++savong|saving ++savongs|savings ++savr|save ++savung|saving ++savungs|savings ++savw|save ++saya|says ++sayd|says ++sayibg|saying ++sayimg|saying ++sayinf|saying ++sayinh|saying ++sayisfy|satisfy ++sayong|saying ++sayung|saying ++sbility|ability ++sble|able ++sbout|about ++sbove|above ++sbow|snow ++sbroad|abroad ++sbsence|absence ++sbuse|abuse ++scademy|academy ++scake|scale ++scalr|scale ++scalw|scale ++sccept|accept ++sccess|access ++sccount|account ++scebe|scene ++sceeen|screen ++sceipt|script ++sceme|scene ++scenr|scene ++scenw|scene ++scgeme|scheme ++scgool|school ++sche,e|scheme + schedual|schedule ++schemr|scheme ++schemw|scheme ++schene|scheme ++schieve|achieve ++schiol|school ++schoil|school + scholarhip|scholarship ++schook|school ++schopl|school ++schpol|school ++schrme|scheme ++schwme|scheme ++scid|acid ++sciebce|science ++sciemce|science ++sciencr|science ++sciencw|science + scientfic|scientific + scientifc|scientific + scientis|scientist ++scienve|science ++scienxe|science + scince|science + scinece|science ++scipe|scope ++scire|score ++scirnce|science + scirpt|script ++sciwnce|science ++scjeme|scheme ++scjool|school ++scoee|score ++scoence|science + scoll|scroll ++scooe|scope ++scopr|scope ++scopw|scope ++scorr|score ++scorw|score ++scote|score ++scppe|scope ++scpre|score ++scquire|acquire ++screeb|screen ++screem|screen ++scrern|screen ++screwn|screen ++scriot|script ++scripr|script ++scripy|script ++scrne|scene ++scrobat|acrobat ++scropt|script ++scross|across ++scrren|screen ++scrupt|script + scrutinity|scrutiny ++scrwen|screen ++scsle|scale ++sct|act ++scteen|screen ++scting|acting ++sction|action ++sctipt|script ++sctive|active ++scts|acts ++sctual|actual ++sctually|actually ++scuence|science ++scwne|scene ++sd|ad ++sdam|Adam ++sdd|add ++sddress|address ++sdobe|adobe ++sdopt|adopt ++sdult|adult ++sdvance|advance ++sdvice|advice ++sdvisor|advisor ++se,inar|seminar ++seaaon|season + seach|search + seached|searched + seaches|searches ++sead|dead ++seadon|season ++seaech|search ++seak|seal ++sealing|dealing ++sean|dean ++sear|dear ++searcg|search ++searcj|search ++searvh|search ++searxh|search ++seasin|season ++seasion|session ++seasob|season ++seasom|season ++seaspn|season ++seatch|search ++seath|death ++seay|seat ++sebate|debate ++sebd|send ++seben|seven ++seberal|several ++sebere|severe ++sebior|senior ++sebse|sense ++sebt|sent ++secade|decade + secceeded|succeeded + seceed|succeed + seceeded|succeeded ++seceet|secret ++secen|seven ++seceral|several ++secere|severe ++secide|decide ++secided|decided ++secind|second ++secinds|seconds ++secire|secure ++secline|decline ++secobd|second ++secobds|seconds ++secomd|second ++secomds|seconds ++seconda|seconds ++secondd|seconds ++seconf|second ++seconfs|seconds ++secons|second ++seconss|seconds ++secpnd|second ++secpnds|seconds + secratary|secretary ++secrer|secret + secretery|secretary ++secrey|secret ++secrion|section ++secror|sector ++secrrt|secret ++secrwt|secret ++sectet|secret ++sectiin|section ++sectiob|section ++sectiom|section ++sectipn|section ++sectir|sector ++sectoe|sector ++sectoon|section ++sectot|sector ++sectpr|sector ++sectuon|section ++secual|sexual ++secuee|secure ++securr|secure ++securw|secure ++secute|secure ++secyion|section ++secyor|sector ++secyre|secure ++sedsion|session ++see,|seem ++seeb|seen ++seeet|sweet ++seeial|serial ++seeies|series ++seeious|serious ++seej|seek + seeked|sought ++seel|seek ++seep|deep ++seeve|serve ++seever|server ++seevice|service ++seeving|serving ++sefault|default ++sefense|defense ++sefine|define ++segree|degree + seing|seeing + seinor|senior ++seitch|switch ++sekect|select ++sekf|self ++sekl|sell ++selay|delay ++seld|self + seldomly|seldom ++selecr|select ++selecy|select ++selete|delete ++selevt|select ++selext|select ++selg|self ++seliver|deliver ++selk|sell ++selrct|select ++selta|delta ++selwct|select ++semand|demand ++semate|senate ++semd|send ++semibar|seminar ++semimar|seminar ++seminae|seminar ++seminat|seminar ++seminsr|seminar ++semior|senior ++semo|demo ++semonar|seminar ++semse|sense ++semt|sent ++semunar|seminar ++sen|den ++senae|sense ++senare|senate + senarios|scenarios ++senatr|senate ++senatw|senate ++senaye|senate + sence|sense ++sende|sense ++senf|send ++seniir|senior ++seninar|seminar ++senioe|senior ++seniot|senior ++senipr|senior ++senoor|senior ++senr|sent ++sens|send ++sensity|density ++sensr|sense ++senste|senate + senstive|sensitive ++sensw|sense ++sental|dental ++senuor|senior ++seny|sent ++sepend|depend + seperate|separate + seperated|separated + seperately|separately + seperating|separating + seperation|separation + seperatist|separatist ++septh|depth ++seputy|deputy ++ser|see ++serbe|serve ++serber|server ++serbice|service ++serbing|serving ++serce|serve ++sercer|server ++sercice|service ++sercing|serving + sergent|sergeant ++seriak|serial ++seriea|series ++seried|series ++seriius|serious ++seriois|serious ++serioua|serious ++serioud|serious ++serioys|serious ++seripus|serious ++serirs|series ++serisl|serial ++seriws|series ++serk|seek ++serm|seem ++sern|seen ++seroal|serial ++seroes|series ++seroous|serious ++serting|setting ++serual|serial ++serues|series ++seruous|serious ++servee|server ++servet|server ++servibg|serving ++servicr|service ++servicw|service ++servimg|serving ++servinf|serving ++servinh|serving ++servive|service ++servixe|service ++servoce|service ++servong|serving ++servr|serve ++servrr|server ++servuce|service ++servung|serving ++servw|serve ++servwr|server ++ses|sea ++sesaion|session ++sesdion|session ++sesign|design ++sesigns|designs ++sesire|desire ++sesk|desk ++sesl|seal ++sespite|despite ++sesrch|search ++sessiin|session ++sessiob|session ++sessiom|session ++sessipn|session ++sesson|season ++sessoon|session ++sessuon|session ++sest|seat ++setail|detail ++setect|detect ++setial|serial ++seties|series ++setious|serious ++setring|setting + settelement|settlement ++settibg|setting ++settimg|setting ++settinf|setting ++settinh|setting + settlment|settlement ++settong|setting ++settung|setting ++setve|serve ++setver|server ++setvice|service ++setving|serving ++setying|setting ++sev|sec ++seveb|seven ++seveeal|several ++seveee|severe ++sevelop|develop ++sevem|seven ++severak|several + severeal|several + severley|severely + severly|severely ++severr|severe ++seversl|several ++severw|severe ++sevetal|several ++sevete|severe + sevice|service ++sevond|second ++sevonds|seconds ++sevoted|devoted ++sevret|secret ++sevrn|seven ++sevrral|several ++sevrre|severe ++sevtion|section ++sevtor|sector ++sevure|secure ++sevwn|seven ++sevwral|several ++sevwre|severe ++sew|see ++sewk|seek ++sewm|seem ++sewn|seen ++sexial|sexual ++sexond|second ++sexonds|seconds ++sexret|secret ++sextion|section ++sextor|sector ++sexuak|sexual ++sexure|secure ++sexusl|sexual ++sexyal|sexual ++sey|set ++seyting|setting ++sez|sex ++sezual|sexual ++sfaik|afaik ++sffect|affect ++sfrican|African ++sfter|after ++sfternoon|afternoon ++sgain|again ++sgainst|against ++sgall|shall ++sgape|shape ++sgare|share ++sgares|shares ++sgarp|sharp ++sge|age ++sge's|she's ++sgeet|sheet ++sgell|shell ++sgency|agency ++sgenda|agenda ++sgent|agent ++sges|she's ++sgift|shift ++sging|aging ++sgip|ship ++sgo|ago ++sgop|shop ++sgort|short ++sgot|shot ++sgould|should ++sgouldn't|shouldn't ++sgouldnt|shouldn't ++sgow|show ++sgowed|showed ++sgowing|showing ++sgown|shown ++sgree|agree + shaddow|shadow ++shaee|share ++shaees|shares ++shaep|sharp ++shakl|shall ++shalk|shall ++shaoe|shape ++shapr|shape ++shapw|shape ++sharea|shares ++shared|shares ++sharo|sharp ++sharr|share ++sharrs|shares ++sharw|share ++sharws|shares ++shate|share ++shates|shares ++shatp|sharp ++she'a|she's ++she'd|she's ++shea|she's ++shead|ahead + sheat|cheat ++shed|she's ++sheer|sheet ++sheey|sheet + sheild|shield ++shekl|shell ++shelk|shell + sherif|sheriff ++shert|sheet + shes|she's ++shewt|sheet ++shidt|shift ++shifr|shift ++shify|shift ++shigt|shift + shineing|shining ++shio|ship + shiped|shipped + shiping|shipping ++shirt|short ++shit|shot ++shiuld|should ++shiuldn't|shouldn't ++shiuldnt|shouldn't ++shiw|show ++shiwed|showed ++shiwing|showing ++shiwn|shown ++shoe|show ++shoeed|showed ++shoeing|showing ++shoen|shown ++shoet|short ++shoft|shift ++shoild|should ++shoildn't|shouldn't ++shoildnt|shouldn't ++shoo|shop ++shoq|show ++shoqed|showed ++shoqing|showing ++shoqn|shown ++shor|shot + shorly|shortly ++shorr|short ++shory|short ++shott|short + shoudl|should + shoudln|should ++shoukd|should ++shoukdn't|shouldn't ++shoukdnt|shouldn't ++shouldb't|shouldn't ++shouldbt|shouldn't ++shouldm't|shouldn't ++shouldmt|shouldn't ++shouldn'r|shouldn't ++shouldn'y|shouldn't ++shouldnr|shouldn't + shouldnt|shouldn't ++shouldny|shouldn't ++shoulf|should ++shoulfn't|shouldn't ++shoulfnt|shouldn't ++shouls|should ++shoulsn't|shouldn't ++shoulsnt|shouldn't ++showb|shown ++showef|showed ++showes|showed ++showibg|showing ++showimg|showing ++showinf|showing ++showinh|showing ++showm|shown ++showong|showing ++showrd|showed ++showung|showing ++showwd|showed ++shoy|shot ++shoyld|should ++shoyldn't|shouldn't ++shoyldnt|shouldn't ++shpp|shop ++shprt|short ++shpt|shot ++shpuld|should ++shpuldn't|shouldn't ++shpuldnt|shouldn't ++shpw|show ++shpwed|showed ++shpwing|showing ++shpwn|shown ++shr|she ++shr's|she's + shreak|shriek ++shret|sheet + shrinked|shrunk ++shrll|shell ++shrs|she's ++shsll|shall ++shspe|shape ++shsre|share ++shsres|shares ++shsrp|sharp ++shuft|shift ++shup|ship ++shw|she ++shw's|she's ++shwet|sheet ++shwll|shell ++shws|she's ++si|so ++si,ilar|similar ++si,ple|simple ++si,ply|simply ++sial|dial ++siater|sister ++sib|sub ++sibce|since ++sibgle|single ++sibject|subject ++sibmit|submit ++sic|six ++siccer|soccer ++siccess|success ++sich|such ++sicial|social ++siciety|society + sicne|since ++sid|did ++sidn't|didn't ++sidnt|didn't ++sidr|side ++sidter|sister ++sidw|side ++sie|die ++sieera|sierra ++sierea|sierra ++sierrs|sierra ++sierta|sierra ++siet|diet ++sietra|sierra + sieze|seize + siezed|seized + siezing|seizing ++sife|side ++siffer|differ ++sifht|sight ++sifn|sign ++sifnal|signal ++sift|soft ++sigb|sign ++sigbal|signal ++siggest|suggest ++siggt|sight ++sighr|sight ++sighy|sight + siginificant|significant ++sigital|digital ++sigjt|sight ++sigm|sign ++sigmal|signal ++signak|signal + signficant|significant + signficiant|significant + signifantly|significantly + significently|significantly + signifigant|significant + signifigantly|significantly ++signsl|signal ++sihht|sight ++sihn|sign ++sihnal|signal ++siil|soil ++siit|suit ++siite|suite ++sikicon|silicon ++sikver|silver ++silar|solar ++silber|silver ++silcer|silver ++sild|sold ++sile|sole ++silely|solely ++silicin|silicon ++silicob|silicon ++silicom|silicon ++silicpn|silicon ++silid|solid ++silivon|silicon ++silixon|silicon ++silo|solo ++silocon|silicon ++silucon|silicon ++silve|solve ++silvee|silver ++silvet|silver ++silvrr|silver ++silvwr|silver ++sim|aim ++simce|since ++sime|some ++simeone|someone ++simething|something ++simgle|single ++simikar|similar ++similae|similar + similarily|similarly ++similat|similar + similiar|similar + similiarly|similarly ++similsr|similar ++simmary|summary ++simmer|summer + simmilar|similar ++simmit|summit ++simolar|similar ++simole|simple ++simoly|simply ++simpke|simple ++simpky|simply + simpley|simply + simplier|simpler ++simplr|simple ++simplt|simply ++simplu|simply ++simplw|simple ++simular|similar + simultanously|simultaneously + sincerley|sincerely ++sincr|since ++sincw|since ++sinday|Sunday ++sinfle|single ++sing|song ++singke|single ++singlr|single ++singlw|single ++sinhle|single ++sinilar|similar ++sinner|dinner ++sinple|simple ++sinply|simply + sinse|since ++sinve|since ++sinxe|since ++siomark|diomark ++sion|soon ++siper|super ++sipply|supply ++sipport|support ++sipreme|supreme ++sir|air ++sire|site ++sirect|direct ++sirface|surface ++sirgery|surgery ++sirport|airport ++sirrra|sierra ++sirry|sorry ++sirt|sort ++sirting|sitting ++sirvey|survey ++siscuss|discuss ++sise|side ++sisease|disease ++sisk|disk ++sisplay|display ++sisrer|sister ++sistee|sister ++sistet|sister ++sistrr|sister ++sistwr|sister ++sisyer|sister ++sitr|site ++sitring|sitting ++sittibg|sitting ++sittimg|sitting ++sittinf|sitting ++sittinh|sitting ++sittong|sitting ++sittung|sitting ++sitw|site ++sitying|sitting ++siught|sought ++siul|soul ++siund|sound ++siurce|source ++siuth|south ++siverse|diverse ++siwrra|sierra ++sixe|size ++siy|sit ++siye|site ++siyting|sitting ++siz|six ++sizr|size ++sizw|size ++sjall|shall ++sjape|shape ++sjare|share ++sjares|shares ++sjarp|sharp ++sje|she ++sje's|she's ++sjeet|sheet ++sjell|shell ++sjes|she's ++sjift|shift ++sjill|skill ++sjin|skin ++sjip|skip ++sjop|shop ++sjort|short ++sjot|shot ++sjould|should ++sjouldn't|shouldn't ++sjouldnt|shouldn't ++sjow|show ++sjowed|showed ++sjowing|showing ++sjown|shown ++sjy|sky ++ska|aka + skateing|skating ++skeep|sleep ++skib|skin ++skide|slide ++skikl|skill ++skilk|skill ++skim|skin ++skio|skip ++skoll|skill ++skon|skin ++skop|skip ++skow|slow ++skt|sky ++sku|sky ++skull|skill ++skun|skin ++skup|skip ++slbum|album ++slcohol|alcohol ++sleeo|sleep ++slerp|sleep ++slert|alert ++slewp|sleep ++slidr|slide ++slidw|slide ++slife|slide ++slill|skill ++slin|skin ++slip|skip ++slise|slide ++slive|alive ++sliw|slow ++sll|all ++sllow|allow ++slmost|almost ++slode|slide ++sloe|slow ++slone|alone ++slong|along ++sloq|slow + slowy|slowly ++slpha|alpha ++slpw|slow ++slready|already ++slrep|sleep ++slso|also ++slter|alter ++slude|slide ++slways|always ++slwep|sleep ++sly|sky ++sm|am + smae|same ++smaet|smart ++smakl|small ++smalk|small ++smarr|smart ++smary|smart ++smatt|smart ++smazing|amazing ++smazon|Amazon ++smiking|smoking ++smioth|smooth ++smirh|smith ++smitg|smith ++smitj|smith ++smiyh|smith + smoe|some ++smoith|smooth ++smojing|smoking ++smokibg|smoking ++smokimg|smoking ++smokinf|smoking ++smokinh|smoking ++smokong|smoking ++smokung|smoking ++smoling|smoking ++smong|among ++smoorh|smooth ++smootg|smooth ++smootj|smooth ++smooyh|smooth ++smopth|smooth ++smoth|smith ++smount|amount ++smow|snow ++smpking|smoking ++smpoth|smooth ++smsll|small ++smsrt|smart ++smuth|smith ++sn|an ++snall|small ++snalyst|analyst ++snart|smart ++sncient|ancient ++snd|and ++snimal|animal ++snith|smith ++sniw|snow ++snnual|annual ++snoe|snow ++snoking|smoking ++snooth|smooth ++snoq|snow ++snother|another ++snpw|snow ++snswer|answer ++sny|any ++snyone|anyone ++snyway|anyway ++so,e|some ++so,eone|someone ++so,ething|something ++soa|spa ++soace|space ++soam|spam ++soanish|Spanish ++sob|son ++sobg|song ++soc|doc ++soccee|soccer ++soccet|soccer ++soccrr|soccer ++soccwr|soccer ++sociak|social ++sociery|society ++societt|society ++societu|society ++socieyy|society ++socirty|society ++socisl|social ++sociwty|society ++socoal|social ++socoety|society ++soctor|doctor ++socual|social ++socuety|society ++socver|soccer ++socxer|soccer ++sode|side ++sodt|soft ++soeak|speak ++soeaker|speaker ++soecial|special ++soecies|species ++soecify|specify ++soeech|speech ++soeed|speed + soem|some ++soend|spend ++soent|spent ++soerra|sierra ++soery|sorry ++soes|does ++soesn't|doesn't ++soesnt|doesn't ++soet|sort ++sofr|soft + sofware|software ++sofy|soft ++sog|dog ++soght|sight ++sogn|sign ++sognal|signal ++sogt|soft + sohw|show ++soight|sought ++soik|soil + soilders|soldiers ++soin|soon ++soind|sound ++soirce|source ++soirit|spirit ++soith|south ++sokar|solar ++sokd|sold ++soke|sole ++sokely|solely ++sokid|solid ++soko|solo ++sokve|solve ++solae|solar ++solat|solar + solatary|solitary ++solbe|solve ++solce|solve ++soleky|solely ++solelt|solely ++solelu|solely + soley|solely ++solf|sold ++soli|solo ++solicon|silicon + soliders|soldiers ++solif|solid ++solis|solid ++solit|split ++sollar|dollar ++solod|solid ++solp|solo ++solr|sole ++solrly|solely ++sols|sold ++solsr|solar ++solud|solid ++solver|silver ++solvr|solve ++solvw|solve ++solw|sole ++solwly|solely ++som|son ++somain|domain ++someine|someone + somene|someone ++someobe|someone ++someome|someone ++someonr|someone ++someonw|someone ++somepne|someone ++somerhing|something ++sometging|something ++somethibg|something ++somethimg|something ++somethinf|something ++somethinh|something ++somethong|something ++somethung|something ++sometjing|something ++someyhing|something ++somg|song ++somilar|similar ++somple|simple ++somply|simply ++somr|some ++somrone|someone ++somrthing|something + somtimes|sometimes ++somw|some + somwhere|somewhere ++somwone|someone ++somwthing|something ++son't|don't ++sonate|donate ++sonce|since ++sone|some ++soneone|someone ++sonething|something ++sonf|song ++songle|single ++sonh|song ++sont|don't ++soob|soon ++sool|soil ++soom|soon ++soonsor|sponsor ++soor|door ++soort|sport ++soorts|sports ++soot|spot + sophicated|sophisticated + sophmore|sophomore ++sopn|soon ++soread|spread ++sorey|sorry ++soring|spring ++sorr|sort + sorrounding|surrounding ++sorrt|sorry ++sorru|sorry ++sorty|sorry ++sory|sort ++soster|sister ++sot|dot ++sote|site + sotry|story ++sott|sort ++sotting|sitting + sotyr|story ++soubd|sound ++souble|double ++soubt|doubt + soudn|sound + soudns|sounds ++souece|source ++soufht|sought ++souggt|sought ++soughr|sought ++soughy|sought ++sougjt|sought ++souhht|sought ++souk|soul + sould|could ++soumd|sound ++sounf|sound ++souns|sound ++sourcr|source ++sourcw|source ++sourh|south + sourth|south + sourthern|southern ++sourve|source ++sourxe|source ++soutce|source ++soutg|south ++soutj|south + souvenier|souvenir + souveniers|souvenirs ++souyh|south ++sovcer|soccer + sovereignity|sovereignty + soverign|sovereign + soverignity|sovereignty + soverignty|sovereignty ++sovial|social ++soviety|society ++sown|down ++sox|six ++soxcer|soccer ++soxial|social ++soxiety|society ++soyght|sought ++soyl|soul ++soynd|sound ++soyrce|source ++soyth|south ++soze|size ++sp|so ++spa,|spam ++spabish|Spanish ++spacr|space ++spacw|space ++spamish|Spanish ++span|spam ++spaniah|Spanish ++spanidh|Spanish ++spanisg|Spanish ++spanish|Spanish ++spanisj|Spanish ++spanosh|Spanish ++spanush|Spanish ++spart|apart ++spave|space ++spaxe|space ++spccer|soccer ++spcial|social ++spciety|society + speach|speech ++speaj|speak ++speajer|speaker ++speakee|speaker ++speaket|speaker ++speakrr|speaker ++speakwr|speaker ++speal|speak ++spealer|speaker ++spebd|spend ++spebt|spent + specfic|specific ++speciak|special + speciallized|specialized ++specidy|specify ++speciea|species ++specied|species + specif|specific ++specift|specify ++specifu|specify ++specigy|specify ++specirs|species ++specisl|special ++speciws|species ++specoal|special ++specoes|species ++specofy|specify + spectauclar|spectacular + spects|aspects + spectum|spectrum ++specual|special ++specues|species ++specufy|specify ++speead|spread ++speecg|speech ++speecj|speech ++speef|speed ++spees|speed ++speevh|speech ++speexh|speech + speices|species ++speing|spring ++spemd|spend ++spemt|spent ++spenf|spend ++spenr|spent ++spens|spend ++speny|spent ++sperch|speech ++sperd|speed ++spesk|speak ++spesker|speaker ++spevial|special ++spevies|species ++spevify|specify ++spewch|speech ++spewd|speed ++spexial|special ++spexies|species ++spexify|specify ++spft|soft ++spieit|spirit ++spil|soil ++spinsor|sponsor ++spirir|spirit ++spiriy|spirit ++spirot|spirit ++spirt|sport ++spirts|sports ++spirut|spirit ++spit|spot ++spitit|spirit ++spkit|split ++splar|solar ++spld|sold ++sple|sole ++splely|solely ++splid|solid ++splir|split ++spliy|split ++splo|solo ++splot|split ++splut|split ++splve|solve ++spme|some ++spmeone|someone ++spmething|something ++spn|son ++spng|song + spoace|space ++spobsor|sponsor ++spoet|sport ++spoets|sports ++spomsor|sponsor ++spon|soon ++sponaor|sponsor ++spondor|sponsor + sponser|sponsor + sponsered|sponsored ++sponsir|sponsor ++sponsoe|sponsor ++sponsot|sponsor ++sponspr|sponsor + spontanous|spontaneous + sponzored|sponsored ++spor|spot ++sporit|spirit ++sporr|sport ++sporrs|sports ++sporta|sports ++sportd|sports ++spory|sport ++sporys|sports ++spott|sport ++spotts|sports ++spoy|spot ++spparel|apparel ++sppeal|appeal ++sppear|appear + sppeches|speeches ++spple|apple ++spplied|applied ++spply|apply ++sppnsor|sponsor ++spprt|sport ++spprts|sports ++sppt|spot ++sprak|speak ++spraker|speaker ++sprcial|special ++sprcies|species ++sprcify|specify + spreaded|spread ++spreaf|spread ++spreas|spread + sprech|speech + spred|spread ++spresd|spread ++spribg|spring ++spril|April ++sprimg|spring ++sprinf|spring ++sprinh|spring + spriritual|spiritual + spritual|spiritual ++sprnd|spend ++sprnt|spent ++sprong|spring ++sprrad|spread ++sprry|sorry ++sprt|sort ++sprung|spring ++sprwad|spread ++sps|spa ++spsce|space ++spsm|spam ++spsnish|Spanish ++sptead|spread ++spting|spring ++spught|sought ++spul|soul ++spund|sound ++spurce|source ++spurit|spirit ++sputh|south ++spwak|speak ++spwaker|speaker ++spwcial|special ++spwcies|species ++spwcify|specify ++spwech|speech ++spwed|speed ++spwnd|spend ++spwnt|spent + sqaure|square ++sqeet|sweet ++sqiare|square ++sqitch|switch ++squaee|square ++squarr|square ++squarw|square ++squate|square ++squsre|square ++sqyare|square ++sra|sea ++srab|Arab ++srable|stable ++sraff|staff ++sraft|draft ++srage|stage ++sral|seal ++srama|drama ++srand|stand ++srar|star ++srarch|search ++srars|stars ++srart|start ++srason|season ++srat|seat ++srate|state ++srates|states ++sratic|static ++sration|station ++sratus|status ++sraw|draw ++srawing|drawing ++srawn|drawn ++sray|stay ++src|sec ++srcond|second ++srconds|seconds ++srcret|secret ++srction|section ++srctor|sector ++srcure|secure ++sre|are ++srea|area ++sream|dream ++sreel|steel ++srek|seek ++srem|seem ++sren|seen ++sren't|aren't ++srent|aren't ++srep|step ++sreps|steps ++srick|stick ++srill|still ++srink|drink ++srise|arise ++srive|drive ++sriven|driven ++sriver|driver ++sriving|driving ++srlect|select ++srlf|self ++srll|sell ++srm|arm ++srmed|armed ++srminar|seminar ++srms|arms ++srmy|army ++srnate|senate ++srnd|send ++srnior|senior ++srnse|sense ++srnt|sent ++srock|stock ++srocks|stocks ++srone|stone ++srop|stop ++srorage|storage ++srore|store ++srores|stores ++srorm|storm ++srory|story ++sround|around ++srrange|strange ++srray|array ++srream|stream ++srreet|street ++srress|stress ++srrial|serial ++srries|series ++srrike|strike ++srring|string ++srrious|serious ++srrival|arrival ++srrive|arrive ++srrong|strong ++srrve|serve ++srrver|server ++srrvice|service ++srrving|serving ++srssion|session ++srt|set ++srticle|article ++srtist|artist ++srts|arts ++srtting|setting ++srudent|student ++srudied|studied ++srudio|studio ++srudy|study ++sruff|stuff ++srug|drug ++srven|seven ++srveral|several ++srvere|severe ++srx|sex ++srxual|sexual ++sry|dry ++sryle|style ++ss|as ++ssap|asap ++ssfe|safe ++ssfety|safety ++ssian|Asian ++ssid|said ++sside|aside ++ssint|saint ++ssk|ask ++sslary|salary ++ssle|sale ++ssles|sales ++sslt|salt ++ssme|same ++ssmple|sample ++ssp|asp ++sspect|aspect ++sssess|assess ++ssset|asset ++sssist|assist ++sssume|assume ++sssure|assure ++sst|sat ++sstisfy|satisfy ++ssve|save ++ssving|saving ++ssvings|savings ++ssw|saw ++ssy|say ++ssying|saying ++ssys|says ++st|at ++stabd|stand ++stabke|stable + stablility|stability ++stablr|stable ++stablw|stable ++stadf|staff ++stae|star ++staes|stars ++staet|start ++stafd|staff ++stafe|stage ++stafg|staff ++stagf|staff ++stagr|stage ++stagw|stage ++stahe|stage + staion|station ++stamd|stand + standars|standards ++stanf|stand + stange|strange ++stanle|stable ++stans|stand ++stara|stars ++stard|stars ++stare|state ++stares|states ++staric|static ++starion|station ++starr|start + startegic|strategic + startegies|strategies + startegy|strategy ++starus|status ++stary|start ++stat|stay ++statea|states ++stated|states + statememts|statements ++statiin|station ++statiob|station ++statiom|station ++statipn|station ++statis|status ++stativ|static ++statix|static + statment|statement ++statoc|static ++statoon|station ++statr|state ++statrs|states ++stats|stars ++statt|start ++statua|status ++statuc|static ++statud|status ++statuon|station ++statw|state ++statws|states ++statys|status ++stau|stay ++stavle|stable ++staye|state ++stayes|states ++stayic|static ++stayion|station ++stayus|status ++steange|strange ++steeam|stream ++steeet|street ++steek|steel ++steess|stress ++steike|strike ++steing|string ++steo|step ++steong|strong ++steos|steps ++stepa|steps ++stepd|steps + steriods|steroids ++sterl|steel ++stewl|steel ++sticj|stick ++sticks|stocks ++sticl|stick ++stident|student ++stidied|studied ++stidio|studio ++stidy|study ++stiff|stuff ++stikl|still ++stilk|still ++stine|stone ++stip|stop ++stirage|storage ++stire|store ++stires|stores + stiring|stirring ++stirm|storm ++stiry|story ++stivk|stick ++stixk|stick + stlye|style ++stmbol|symbol ++stntax|syntax ++stobe|stone ++stocj|stock ++stocjs|stocks ++stocka|stocks ++stockd|stocks ++stocl|stock ++stocls|stocks ++stoeage|storage ++stoee|store ++stoees|stores ++stoem|storm ++stoey|story ++stoll|still ++stome|stone + stong|strong ++stonr|stone ++stonw|stone ++stoo|stop + stopry|story ++stor,|storm ++storafe|storage ++storagr|storage ++storagw|storage ++storahe|storage ++storea|stores ++stored|stores + storeis|stories + storise|stories ++storn|storm + stornegst|strongest ++storr|store ++storrs|stores ++storsge|storage ++stort|story ++storu|story ++storw|store ++storws|stores ++stotage|storage ++stote|store ++stotes|stores ++stotm|storm ++stoty|story ++stovk|stock ++stovks|stocks ++stoxk|stock ++stoxks|stocks + stoyr|story ++stpck|stock ++stpcks|stocks ++stpne|stone + stpo|stop ++stpp|stop ++stprage|storage ++stpre|store ++stpres|stores ++stprm|storm ++stpry|story ++strabge|strange + stradegies|strategies + stradegy|strategy ++stramge|strange ++stranfe|strange ++strangr|strange ++strangw|strange ++stranhe|strange + strat|start ++strea,|stream ++strean|stream ++streas|stress ++streds|stress ++streer|street ++streey|street + stregth|strength ++strel|steel + strenghen|strengthen + strenghened|strengthened + strenghening|strengthening +@@ -2069,15 +18431,134 @@ strenghten|strengthen + strenghtened|strengthened + strenghtening|strengthening + strengtened|strengthened ++strert|street ++stresa|stress ++stresd|stress ++stresm|stream ++strewt|street ++stribg|string ++strije|strike ++strikr|strike ++strikw|strike ++strile|strike ++strimg|string ++strinf|string ++strinh|string + strnad|strand ++strobg|strong ++stroke|strike ++stromg|strong ++stronf|strong ++stronh|strong + stroy|destroy ++strp|step ++strpng|strong ++strps|steps ++strram|stream ++strret|street ++strrss|stress ++strsnge|strange ++struke|strike ++strung|string ++strwam|stream ++strwet|street ++strwss|stress ++stsble|stable ++stsff|staff ++stsge|stage ++stsnd|stand ++stsr|star ++stsrs|stars ++stsrt|start ++stste|state ++ststem|system ++ststes|states ++ststic|static ++ststion|station ++ststus|status ++stsy|stay ++sttack|attack ++sttange|strange ++stteam|stream ++stteet|street ++sttempt|attempt ++sttend|attend ++sttess|stress ++sttike|strike ++stting|string ++sttle|style ++sttong|strong ++stuck|stick + stucture|structure + stuctured|structured + studdy|study ++studebt|student ++studemt|student ++studenr|student ++studeny|student ++studf|stuff ++studief|studied ++studies|studied ++studii|studio + studing|studying ++studip|studio ++studird|studied ++studiwd|studied ++studoed|studied ++studoo|studio ++studrnt|student ++studt|study ++studu|study ++studued|studied ++studuo|studio ++studwnt|student ++stufd|stuff ++stufent|student ++stufg|stuff ++stufied|studied ++stufio|studio ++stufy|study ++stugf|stuff + stuggling|struggling ++stule|style ++stull|still + sturcture|structure ++stusent|student ++stusied|studied ++stusio|studio ++stusy|study ++stwel|steel ++stwp|step ++stwps|steps ++stydent|student ++stydied|studied ++stydio|studio ++stydy|study ++styff|stuff ++styke|style ++stylr|style ++stylw|style ++su,|sum ++su,mary|summary ++su,mer|summer ++su,mit|summit ++sual|dual ++sub,it|submit + subconsiously|subconsciously ++subday|Sunday ++subhect|subject ++subjecr|subject ++subjecy|subject ++subjevt|subject ++subjext|subject ++subjrct|subject ++subjwct|subject ++subkect|subject ++submir|submit ++submiy|submit ++submot|submit ++submut|submit ++subnit|submit + subsidary|subsidiary + subsiduary|subsidiary + subsquent|subsequent +@@ -2088,8 +18569,12 @@ substatial|substantial + subtances|substances + suburburban|suburban + succceeded|succeeded ++succeas|success + succedded|succeeded + succeded|succeeded ++succeds|success ++succesa|success ++succesd|success + succesful|successful + succesfully|successfully + succesfuly|successfully +@@ -2097,8 +18582,10 @@ succesion|succession + succesive|successive + successfull|successful + successully|successfully ++succrss|success + succsess|success + succsessfull|successful ++succwss|success + suceed|succeed + suceeded|succeeded + suceeding|succeeding +@@ -2115,21 +18602,117 @@ sucession|succession + sucessive|successive + sucessor|successor + sucessot|successor ++sucg|such + sucide|suicide + sucidial|suicidal ++sucj|such ++sucvess|success ++sucxess|success ++sude|side ++sudio|audio ++sudit|audit ++sue|due ++suee|sure ++sueface|surface ++suegery|surgery ++suerra|sierra ++suevey|survey + sufferred|suffered + sufferring|suffering + sufficent|sufficient ++sufgest|suggest ++sugfest|suggest ++suggeat|suggest ++suggedt|suggest ++suggesr|suggest ++suggesy|suggest ++suggrst|suggest ++suggwst|suggest ++sughest|suggest ++sught|sight ++sugn|sign ++sugnal|signal ++sugust|august ++suhgest|suggest ++suir|suit ++suire|suite ++suitr|suite ++suitw|suite ++suiy|suit ++suiye|suite ++sulicon|silicon ++sulver|silver ++sum,ary|summary ++sum,er|summer ++sum,it|summit + sumary|summary ++sumbol|symbol ++sumday|Sunday ++sumilar|similar ++summaey|summary ++summart|summary ++summaru|summary ++summaty|summary ++summee|summer ++summet|summer ++summir|summit ++summiy|summit ++summot|summit ++summrr|summer ++summsry|summary ++summut|summit ++summwr|summer ++sumnary|summary ++sumner|summer ++sumnit|summit ++sumple|simple ++sumply|simply ++sunce|since ++sundat|Sunday ++sundau|Sunday ++sunday|Sunday ++sundsy|Sunday ++sunfay|Sunday + sunglases|sunglasses ++sungle|single ++sunject|subject ++sunmary|summary ++sunmer|summer ++sunmit|submit ++sunsay|Sunday ++suntax|syntax ++suoer|super + suop|soup ++suoply|supply ++suoport|support ++suoreme|supreme ++suot|suit ++suote|suite ++supee|super ++supeeme|supreme ++supet|super + suphisticated|sophisticated ++supoly|supply ++supoort|support + supose|suppose + suposed|supposed + suposedly|supposedly ++suppirt|support ++suppky|supply ++supplt|supply ++supplu|supply + suppoed|supposed ++suppoet|support ++supporr|support ++suppory|support + supposingly|supposedly ++suppott|support ++suppprt|support + suppy|supply ++supre,e|supreme ++supremr|supreme ++supremw|supreme ++suprene|supreme + supress|suppress + supressed|suppressed + supressing|suppressing +@@ -2141,7 +18724,30 @@ suprize|surprise + suprized|surprised + suprizing|surprising + suprizingly|surprisingly ++suprr|super ++suprrme|supreme ++suprwme|supreme ++supteme|supreme ++supwr|super ++surbey|survey ++surcey|survey ++surdace|surface ++surfacr|surface ++surfacw|surface ++surfave|surface ++surfaxe|surface + surfce|surface ++surfery|surgery ++surfsce|surface ++surgace|surface ++surgeey|surgery ++surgert|surgery ++surgeru|surgery ++surgety|surgery ++surgrry|surgery ++surgwry|surgery ++surhery|surgery ++suring|during + surley|surely + suround|surround + surounded|surrounded +@@ -2153,133 +18759,1226 @@ surprize|surprise + surprized|surprised + surprizing|surprising + surprizingly|surprisingly ++surr|sure + surrended|surrendered + surronded|surrounded + surrouded|surrounded + surrouding|surrounding + surveilence|surveillance ++survet|survey ++surveu|survey + surviver|survivor + survivers|survivors + survivied|survived ++survry|survey ++survwy|survey ++surw|sure + suspention|suspension ++sustem|system ++suster|sister ++sut|sit ++sute|site ++sutface|surface ++sutgery|surgery ++suthor|author ++suto|auto ++sutting|sitting ++sutvey|survey ++suty|duty ++suut|suit ++suute|suite ++suv|sub ++suvcess|success ++suvh|such ++suvject|subject ++suvmit|submit ++sux|six ++suxcess|success ++suxh|such ++suze|size ++svale|scale ++svene|scene ++svenue|avenue ++sverage|average ++svheme|scheme ++svhool|school ++svience|science ++svoid|avoid ++svope|scope ++svore|score ++svreen|screen ++svript|script ++swa|sea + swaer|swear + swaers|swears ++swal|seal ++swarch|search ++sward|award ++sware|aware ++swason|season ++swat|seat ++sway|away ++swc|sec ++swcond|second ++swconds|seconds ++swcret|secret ++swction|section ++swctor|sector ++swcure|secure ++swe|see ++sweer|sweet ++sweey|sweet ++swek|seek ++swem|seem ++swen|seen + swepth|swept ++swert|sweet ++swewt|sweet + swiming|swimming ++swirch|switch ++switcg|switch ++switcj|switch ++switvh|switch ++switxh|switch ++swiych|switch ++swlect|select ++swlf|self ++swll|sell ++swminar|seminar ++swnate|senate ++swnd|send ++swnior|senior ++swnse|sense ++swnt|sent ++swotch|switch ++swret|sweet ++swrial|serial ++swries|series ++swrious|serious ++swrve|serve ++swrver|server ++swrvice|service ++swrving|serving ++swssion|session ++swt|set ++swtting|setting ++swuare|square ++swutch|switch ++swven|seven ++swveral|several ++swvere|severe ++swwet|sweet ++swx|sex ++swxual|sexual ++sxale|scale ++sxene|scene ++sxheme|scheme ++sxhool|school ++sxience|science ++sxope|scope ++sxore|score ++sxreen|screen ++sxript|script ++sy,bol|symbol ++syable|stable ++syaff|staff ++syage|stage ++syand|stand ++syar|star ++syars|stars ++syart|start + syas|says ++syate|state ++syatem|system ++syates|states ++syatic|static ++syation|station ++syatus|status ++syay|stay ++syb|sub ++sybject|subject ++sybmit|submit ++sybtax|syntax ++syccess|success ++sych|such ++sydtem|system ++syeel|steel ++syep|step ++syeps|steps ++syggest|suggest ++syick|stick ++syill|still ++syit|suit ++syite|suite ++sym|sum ++symbil|symbol ++symbok|symbol ++symbpl|symbol ++symmary|summary ++symmer|summer ++symmit|summit ++symnol|symbol ++symtax|syntax ++symvol|symbol ++syn|sun ++synamic|dynamic ++synbol|symbol ++synday|Sunday ++synrax|syntax ++syntac|syntax ++syntaz|syntax ++syntsx|syntax ++synyax|syntax ++syock|stock ++syocks|stocks ++syone|stone ++syop|stop ++syorage|storage ++syore|store ++syores|stores ++syorm|storm ++syory|story ++syper|super + sypmtoms|symptoms ++sypply|supply ++sypport|support ++sypreme|supreme ++syrange|strange ++syre|sure ++syream|stream ++syreet|street ++syress|stress ++syrface|surface ++syrgery|surgery ++syrike|strike ++syring|string ++syrong|strong ++syrvey|survey ++sysrem|system ++syste,|system ++systen|system ++systrm|system ++systwm|system ++sysyem|system + sytem|system + sytle|style ++syudent|student ++syudied|studied ++syudio|studio ++syudy|study ++syuff|stuff ++syyle|style ++taak|task ++taate|taste + tabacco|tobacco ++tabke|table ++tablr|table ++tablw|table ++tac|tax ++tace|race ++tacing|racing ++tadio|radio ++tadk|task ++tadte|taste ++taeget|target ++taf|tag ++tah|tag + tahn|than ++tahoo|yahoo + taht|that ++taight|taught ++tain|rain ++taise|raise ++taje|take ++tajen|taken ++tajing|taking ++takeb|taken ++takem|taken ++takent|talent ++takibg|taking ++takimg|taking ++takinf|taking ++takinh|taking ++takk|talk ++takks|talks ++takong|taking ++takr|take ++takrn|taken ++takung|taking ++takw|take ++takwn|taken ++tale|take ++talebt|talent + talekd|talked ++talemt|talent ++talen|taken ++talenr|talent ++taleny|talent ++taling|taking ++talj|talk ++taljs|talks ++talka|talks ++talkd|talks ++tall|talk ++talls|talks ++talrnt|talent ++talwnt|talent ++tam|ram ++tan|ran ++tandom|random ++tange|range ++tank|rank ++tanle|table ++taoe|tape ++tapid|rapid ++tapr|tape ++tapw|tape ++tare|rare ++tarfet|target ++targer|target + targetted|targeted + targetting|targeting ++targey|target ++targrt|target ++targwt|target ++tarhet|target ++tasj|task ++tasl|task ++tasre|taste + tast|taste ++tastr|taste ++tastw|taste ++tasye|taste ++tate|rate ++tatget|target + tath|that ++tather|rather ++tating|rating ++tatio|ratio + tattooes|tattoos ++taufht|taught ++tauggt|taught ++taughr|taught ++taughy|taught ++taugjt|taught ++tauhht|taught ++tav|tab ++tavle|table ++taw|raw ++tay|ray ++tayght|taught ++taz|tax ++te|re ++tea,|team ++teacg|teach ++teacger|teacher + teached|taught ++teachee|teacher ++teachet|teacher ++teachrr|teacher ++teachwr|teacher ++teacj|teach ++teacjer|teacher ++teack|track ++tead|read ++teade|trade ++teader|reader ++teading|reading ++teady|ready ++teaffic|traffic ++teail|trail ++teain|train ++teal|real ++teality|reality ++tealize|realize ++teally|really ++tean|team ++tear|year ++tears|years ++teason|reason ++teat|test ++teavel|travel ++teavh|teach ++teavher|teacher ++teaxh|teach ++teaxher|teacher ++teb|ten ++tebd|tend ++tebnis|tennis ++tecall|recall ++teceipt|receipt ++teceive|receive ++tecent|recent ++tecg|tech + techiniques|techniques + technnology|technology + technolgy|technology ++tecj|tech ++tecord|record ++tect|text ++ted|red ++tedt|test ++teduce|reduce ++teeat|treat ++teebs|teens ++teee|tree ++teem|term ++teems|terms ++teena|teens ++teend|trend ++teenty|twenty ++tef|ref ++tefer|refer ++teflect|reflect ++teform|reform ++tegard|regard ++tegion|region ++tegions|regions ++tegular|regular + teh|the + tehy|they ++teial|trial ++teice|twice ++teied|tried ++tein|twin ++teip|trip ++tekl|tell ++tekling|telling ++telate|relate ++telated|related ++telease|release + telelevision|television + televsion|television ++telief|relief ++telk|tell ++telking|telling ++tellibg|telling ++tellimg|telling ++tellinf|telling ++tellinh|telling ++tellong|telling ++tellow|yellow ++tellung|telling ++tely|rely ++tem|ten ++temain|remain ++temains|remains ++temd|tend + temerature|temperature ++temnis|tennis ++temote|remote ++temoval|removal ++temove|remove + temperarily|temporarily + tempertaure|temperature + temperture|temperature + temprary|temporary ++tenbis|tennis + tendacy|tendency + tendancy|tendency ++tenf|tend ++tenmis|tennis ++tennia|tennis ++tennid|tennis ++tennos|tennis ++tennus|tennis ++tens|tend ++tent|rent ++tental|rental ++teo|two ++teouble|trouble ++tep|rep ++tepair|repair ++tepeat|repeat ++teplace|replace ++teply|reply + tepmorarily|temporarily ++teport|report ++teprint|reprint ++tequest|request ++tequire|require ++ter,|term ++ter,s|terms ++terma|terms ++termd|terms ++tern|term ++terns|terms + terriories|territories + terriory|territory + territorist|terrorist + territoy|territory + terroist|terrorist ++tes|yes ++tesch|teach ++tescher|teacher ++teserve|reserve ++tesm|team ++tesolve|resolve ++tesort|resort ++tespect|respect ++tespond|respond ++tesr|test ++testerday|yesterday ++tesult|result ++tesume|resume ++tesy|test ++tet|yet ++tetail|retail ++tetain|retain ++tetm|term ++tetms|terms ++teturn|return ++teturns|returns ++teue|true ++teuly|truly ++teust|trust ++teuth|truth ++tev|rev ++teveal|reveal ++tevenue|revenue ++teverse|reverse ++tevh|tech ++teview|review ++tewns|teens ++texh|tech ++texr|text ++texy|text ++tey|try ++tezt|text ++tgan|than ++tgank|thank ++tganks|thanks ++tgat|that ++tgat'll|that'll ++tgat's|that's ++tgatll|that'll ++tgats|that's ++tge|the ++tgeater|theater ++tgeatre|theatre ++tgeir|their ++tgem|them ++tgeme|theme ++tgen|then ++tgeory|theory ++tgerapy|therapy ++tgere|there ++tgere'd|there'd ++tgere'll|there'll ++tgere's|there's ++tgereby|thereby ++tgered|there'd ++tgerell|there'll ++tgeres|there's ++tgese|these ++tgey|they ++tgey'd|they'd ++tgey'll|they'll ++tgey're|they're ++tgey've|they've ++tgeyd|they'd ++tgeyll|they'll ++tgeyre|they're ++tgeyve|they've + tghe|the ++tgin|thin ++tging|thing ++tgings|things ++tgink|think ++tgird|third ++tgirty|thirty ++tgis|this ++tgose|those ++tgough|though ++tgought|thought ++tgread|thread ++tgreat|threat ++tgree|three ++tgrough|through ++tgus|thus ++thab|than ++thabk|thank ++thabks|thanks ++tham|than ++thamk|thank ++thamks|thanks ++thanj|thank ++thanjs|thanks ++thanka|thanks ++thankd|thanks ++thanl|thank ++thanls|thanks ++thar|that ++thar'll|that'll ++thar's|that's ++tharll|that'll ++thars|that's + thast|that +-thats|that's +-thatll|that'll ++that'a|that's ++that'd|that's ++that'kl|that'll ++that'lk|that'll ++thata|that's + thatd|that'd ++thatkl|that'll ++thatlk|that'll ++thatll|that'll ++thats|that's ++thay|that ++thay'll|that'll ++thay's|that's ++thayll|that'll ++thays|that's ++the,|them ++the,e|theme ++theae|these ++thearer|theater ++thearre|theatre ++theatee|theater ++theatet|theater + theather|theater ++theatrr|theater ++theatrw|theatre ++theatte|theatre ++theatwr|theater ++theayer|theater ++theayre|theatre ++theb|then ++thede|these ++theead|thread ++theeapy|therapy ++theeat|threat ++theee|there ++theee'd|there'd ++theee'll|there'll ++theee's|there's ++theeeby|thereby ++theeed|there'd ++theeell|there'll ++theees|there's + theese|these ++theie|their + theif|thief ++theiry|theory ++theit|their + theives|thieves ++themr|theme + themselfs|themselves + themslves|themselves ++themw|theme ++thene|theme ++theoey|theory ++theor|their ++theort|theory ++theoru|theory ++theoty|theory ++theough|through ++thepry|theory + ther|the +-theri|their ++theraoy|therapy ++therapt|therapy ++therapu|therapy ++there'a|there's ++there'f|there'd ++there'kl|there'll ++there'lk|there'll ++therea|there's ++therebt|thereby ++therebu|thereby + thered|there'd +-theres|there's ++theref|there'd ++therekl|there'll ++therelk|there'll + therell|there'll +-theyre|they're +-theyll|they'll ++thereny|thereby ++theres|there's ++therevy|thereby ++theri|their ++therr|there ++therr'd|there'd ++therr'll|there'll ++therr's|there's ++therrby|thereby ++therrd|there'd ++therrll|there'll ++therrs|there's ++therspy|therapy ++therw|there ++therw'd|there'd ++therw'll|there'll ++therw's|there's ++therwby|thereby ++therwd|there'd ++therwll|there'll ++therws|there's ++thesr|these ++thester|theater ++thestre|theatre ++thesw|these ++thet|they ++thet'd|they'd ++thet'll|they'll ++thet're|they're ++thet've|they've ++thetapy|therapy ++thetd|they'd ++thete|there ++thete'd|there'd ++thete'll|there'll ++thete's|there's ++theteby|thereby ++theted|there'd ++thetell|there'll ++thetes|there's ++thetll|they'll ++thetre|they're ++thetve|they've ++theu|they ++theu'd|they'd ++theu'll|they'll ++theu're|they're ++theu've|they've ++theud|they'd ++theull|they'll ++theur|their ++theure|they're ++theuve|they've ++they'be|they've ++they'ce|they've ++they'ee|they're ++they'f|they'd ++they'kl|they'll ++they'lk|they'll ++they'rr|they're ++they'rw|they're ++they's|they'd ++they'te|they're ++they'vr|they've ++they'vw|they've ++theybe|they've ++theyce|they've + theyd|they'd ++theyee|they're ++theyf|they'd ++theykl|they'll ++theylk|they'll ++theyll|they'll ++theyre|they're ++theyrr|they're ++theyrw|they're ++theys|they'd ++theyte|they're + theyve|they've ++theyvr|they've ++theyvw|they've + thgat|that + thge|the ++thia|this ++thib|thin ++thibg|thing ++thibgs|things ++thibk|think ++thid|this ++thied|third + thier|their ++thiety|thirty + thign|thing + thigns|things + thigsn|things + thikn|think + thikning|thinking + thikns|thinks ++thim|thin ++thimg|thing ++thimgs|things ++thimk|think ++thinf|thing ++thinfs|things ++thinga|things ++thingd|things ++thinh|thing ++thinhs|things ++thinj|think ++thinl|think ++thirf|third ++thirry|thirty ++thirs|third ++thirtt|thirty ++thirtu|thirty ++thiryy|thirty ++thise|those ++thitd|third ++thitty|thirty ++thiugh|though ++thiught|thought + thiunk|think + thn|then + thna|than + thne|then + thnig|thing + thnigs|things ++thoae|those ++thode|those ++thoigh|though ++thoight|thought ++thon|thin ++thong|thing ++thongs|things ++thonk|think ++thord|third ++thorty|thirty ++thos|this ++thosr|those ++thosw|those ++thoufh|though ++thoufht|thought ++thougg|though ++thouggt|thought + thoughout|throughout ++thoughr|thought ++thoughy|thought ++thougj|though ++thougjt|thought ++thouhh|though ++thouhht|thought ++thoygh|though ++thoyght|thought ++thpse|those ++thpugh|though ++thpught|thought ++thr|the ++thrater|theater ++thratre|theatre ++threaf|thread ++threar|threat ++threas|thread + threatend|threatened + threatning|threatening ++threay|threat + threee|three ++threr|three ++thresd|thread + threshhold|threshold ++threst|threat ++threw|three + thrid|third ++thrir|their ++thriugh|through ++thrm|them ++thrme|theme ++thrn|then ++throigh|through + throrough|thorough ++throry|theory ++throufh|through ++througg|through + throughly|thoroughly + throught|thought ++througj|through + througout|throughout ++throuhh|through ++throygh|through ++thrpugh|through ++thrrad|thread ++thrrapy|therapy ++thrrat|threat ++thrre|there ++thrre'd|there'd ++thrre'll|there'll ++thrre's|there's ++thrreby|thereby ++thrred|there'd ++thrrell|there'll ++thrres|there's ++thrse|these + thru|through ++thrwad|thread ++thrwat|threat ++thrwe|three ++thry|they ++thry'd|they'd ++thry'll|they'll ++thry're|they're ++thry've|they've ++thryd|they'd ++thryll|they'll ++thryre|they're ++thryve|they've + thsi|this ++thsn|than ++thsnk|thank ++thsnks|thanks + thsoe|those ++thst|that ++thst'll|that'll ++thst's|that's ++thstll|that'll ++thsts|that's + thta|that ++thtead|thread ++thteat|threat ++thtee|three ++thtough|through ++thua|thus ++thud|thus ++thun|thin ++thung|thing ++thungs|things ++thunk|think ++thurd|third ++thurty|thirty ++thw|the ++thwater|theater ++thwatre|theatre ++thwir|their ++thwm|them ++thwme|theme ++thwn|then ++thwory|theory ++thwrapy|therapy ++thwre|there ++thwre'd|there'd ++thwre'll|there'll ++thwre's|there's ++thwreby|thereby ++thwred|there'd ++thwrell|there'll ++thwres|there's ++thwse|these ++thwy|they ++thwy'd|they'd ++thwy'll|they'll ++thwy're|they're ++thwy've|they've ++thwyd|they'd ++thwyll|they'll ++thwyre|they're ++thwyve|they've + thyat|that ++thys|thus ++ti|to ++ti,|Tim ++ti,e|time ++ti,ely|timely ++ti,es|times ++tiby|tiny ++tice|rice ++tich|rich ++ticjet|ticket ++ticker|ticket ++tickey|ticket ++tickrt|ticket ++tickwt|ticket ++ticlet|ticket ++tiday|today ++tide|ride ++tield|yield + tiem|time ++tiesday|Tuesday ++tight|right ++tights|rights + tihkn|think + tihs|this ++tikl|till ++tild|told ++tilk|till ++tim|Tim ++timea|times ++timed|times ++timeky|timely ++timelt|timely ++timelu|timely + timne|time ++timorrow|tomorrow ++timr|time ++timrly|timely ++timrs|times ++timw|time ++timwly|timely ++timws|times ++timy|tiny ++tin|Tim ++tine|time ++tinely|timely ++tines|times ++ting|ring ++tint|tiny ++tinu|tiny ++tio|too ++tiok|took ++tiol|tool + tiome|time ++tipic|topic ++tirkey|turkey ++tirle|title ++tirn|turn ++tirning|turning ++tise|rise ++tising|rising ++tisk|risk ++tital|total ++titke|title ++titlr|title ++titlw|title ++tiuch|touch ++tiugh|tough ++tiur|tour ++tiurism|tourism ++tiut|tout ++tiver|river ++tivket|ticket ++tiward|toward ++tiwards|towards ++tiwer|tower ++tiwn|town ++tixket|ticket ++tiyle|title ++tjan|than ++tjank|thank ++tjanks|thanks ++tjat|that ++tjat'll|that'll ++tjat's|that's ++tjatll|that'll ++tjats|that's + tje|the ++tjeater|theater ++tjeatre|theatre ++tjeir|their ++tjem|them ++tjeme|theme ++tjen|then ++tjeory|theory ++tjerapy|therapy ++tjere|there ++tjere'd|there'd ++tjere'll|there'll ++tjere's|there's ++tjereby|thereby ++tjered|there'd ++tjerell|there'll ++tjeres|there's ++tjese|these ++tjey|they ++tjey'd|they'd ++tjey'll|they'll ++tjey're|they're ++tjey've|they've ++tjeyd|they'd ++tjeyll|they'll ++tjeyre|they're ++tjeyve|they've + tjhe|the ++tjin|thin ++tjing|thing ++tjings|things ++tjink|think ++tjird|third ++tjirty|thirty ++tjis|this ++tjose|those ++tjough|though ++tjought|thought ++tjread|thread ++tjreat|threat ++tjree|three ++tjrough|through ++tjus|thus + tkae|take + tkaes|takes + tkaing|taking + tlaking|talking ++to,orrow|tomorrow ++toad|road ++tob|rob + tobbaco|tobacco ++tobust|robust ++tock|rock ++tocket|ticket ++todat|today ++todau|today ++todsy|today + todya|today ++toeard|toward ++toeards|towards ++toeer|tower ++toen|town ++tofay|today ++tofl|rofl + toghether|together ++toi|too ++toich|touch ++toigh|tough ++toik|took ++toil|tool ++toir|tour ++toirism|tourism ++toit|tout ++tokd|told ++tokl|toll ++tole|role + tolerence|tolerance ++tolf|told ++tolk|toll ++tols|told ++tom|Tim ++toman|roman + tomatos|tomatoes ++tome|time ++tomely|timely ++tomes|times ++tomirrow|tomorrow + tommorow|tomorrow + tommorrow|tomorrow ++tomoerow|tomorrow ++tomoreow|tomorrow ++tomorriw|tomorrow ++tomorroe|tomorrow ++tomorroq|tomorrow ++tomorrpw|tomorrow ++tomortow|tomorrow ++tomotrow|tomorrow ++tomprrow|tomorrow + tongiht|tonight ++tonorrow|tomorrow ++tony|tiny ++tooic|topic ++tooj|took ++toom|room ++tooms|rooms ++toot|root ++toots|roots ++topiv|topic ++topix|topic ++topk|took ++topl|tool ++topoc|topic ++topuc|topic ++toqard|toward ++toqards|towards ++toqer|tower ++toqn|town ++toral|total ++tosay|today ++tose|rose ++totak|total ++totfl|rotfl ++totle|title ++totsl|total ++tou|you ++tou'd|you'd ++tou'll|you'll ++tou're|you're ++tou've|you've + toubles|troubles ++toucg|touch ++toucj|touch ++toud|you'd ++toue|tour ++toueism|tourism ++toufh|tough ++tougg|tough ++tougj|tough ++touhh|tough ++toull|you'll ++tound|round ++toung|young + tounge|tongue + tourch|torch ++toure|you're ++touriam|tourism ++touridm|tourism ++touris,|tourism ++tourisn|tourism ++tourosm|tourism ++tours|yours ++tourusm|tourism ++toute|route ++touth|youth ++toutine|routine ++toutism|tourism ++touve|you've ++touvh|touch ++touxh|touch ++touy|tout ++tow|row ++towaed|toward ++towaeds|towards ++towarda|towards ++towardd|towards ++towarf|toward ++towarfs|towards ++towars|toward ++towarss|towards ++towatd|toward ++towatds|towards ++towb|town ++towee|tower ++towet|tower ++towm|town + towords|towards + towrad|toward ++towrr|tower ++towsrd|toward ++towsrds|towards ++towwr|tower ++toyal|total ++toych|touch ++toygh|tough ++toyr|tour ++toyrism|tourism ++toyt|tout ++tp|to ++tpday|today ++tpld|told ++tpll|toll ++tpmorrow|tomorrow ++tpo|too ++tpok|took ++tpol|tool ++tpp|top ++tppic|topic ++tptal|total ++tpuch|touch ++tpugh|tough ++tpur|tour ++tpurism|tourism ++tput|tout ++tpward|toward ++tpwards|towards ++tpwer|tower ++tpwn|town ++tqenty|twenty ++tqice|twice ++tqin|twin ++tqo|two ++trabel|travel ++tracel|travel ++trach|teach ++tracher|teacher ++tracj|track ++tracl|track ++tradfic|traffic + tradionally|traditionally + traditionaly|traditionally + traditionnal|traditional + traditition|tradition ++tradr|trade + tradtionally|traditionally ++tradw|trade ++trafdic|traffic ++trafe|trade ++traffiv|traffic ++traffix|traffic ++traffoc|traffic ++traffuc|traffic ++trafgic|traffic + trafic|traffic ++tragfic|traffic ++traib|train ++traik|trail ++traim|train ++tram|team + tranform|transform + tranformed|transformed + transfered|transferred +@@ -2287,36 +19986,362 @@ transfering|transferring + transformaton|transformation + transistion|transition + transporation|transportation ++traol|trail ++traon|train ++trase|trade ++traul|trail ++traun|train ++travek|travel ++travk|track ++travrl|travel ++travwl|travel ++traxk|track ++trch|tech ++trear|treat ++treay|treat ++trebd|trend ++tremd|trend ++trenf|trend ++trens|trend ++trer|tree ++trest|treat ++trew|tree ++triak|trial ++trie|true ++trief|tried ++tries|tried + triguered|triggered ++trily|truly ++trio|trip ++trird|tried ++trisl|trial ++trist|trust ++trith|truth ++triuble|trouble ++triwd|tried ++trll|tell ++trlling|telling ++trn|ten ++trnd|tend ++trnnis|tennis ++troal|trial ++troed|tried ++troible|trouble ++trop|trip ++troubke|trouble ++troublr|trouble ++troublw|trouble ++trounle|trouble + troups|troops ++trouvle|trouble ++troyble|trouble ++trpuble|trouble ++trrat|treat ++trre|tree ++trrm|term ++trrms|terms ++trrnd|trend ++trsck|track ++trsde|trade ++trsffic|traffic ++trsil|trail ++trsin|train ++trst|test ++trsvel|travel ++trt|try ++tru|try ++trual|trial ++truat|trust ++trudt|trust ++trued|tried + truely|truly ++truky|truly ++trult|truly ++trulu|truly ++trup|trip ++trur|true ++trurh|truth ++trusr|trust ++trusy|trust ++trutg|truth ++trutj|truth ++truw|true ++truyh|truth ++trwat|treat ++trwe|tree ++trwnd|trend ++trxt|text ++trye|true ++tryly|truly ++tryst|trust ++tryth|truth ++tsb|tab ++tsble|table ++tsg|tag ++tske|take ++tsken|taken ++tsking|taking ++tslent|talent ++tslk|talk ++tslks|talks ++tspe|tape ++tsrget|target ++tssk|task ++tsste|taste ++tsught|taught ++tsx|tax ++ttack|track ++ttade|trade ++ttaffic|traffic ++ttail|trail ++ttain|train ++ttavel|travel ++tteat|treat ++ttee|tree ++ttend|trend ++ttial|trial ++ttied|tried ++ttip|trip ++ttouble|trouble ++ttpe|type ++ttpical|typical ++ttue|true ++ttuly|truly ++ttust|trust ++ttuth|truth ++tty|try ++tucket|ticket ++tueaday|Tuesday ++tuedday|Tuesday ++tuekey|turkey ++tuen|turn ++tuening|turning ++tuesdat|Tuesday ++tuesdau|Tuesday ++tuesday|Tuesday ++tuesdsy|Tuesday ++tuesfay|Tuesday ++tuessay|Tuesday ++tule|rule ++tull|till ++tum|Tim ++tume|time ++tumely|timely ++tumes|times ++tun|run ++tunning|running ++tuns|runs ++tuny|tiny ++tup|tip ++tupe|type ++tupical|typical ++tural|rural ++turb|turn ++turbing|turning ++turjey|turkey ++turket|turkey ++turkeu|turkey ++turkry|turkey ++turkwy|turkey ++turley|turkey ++turm|turn ++turming|turning ++turnibg|turning ++turnimg|turning ++turninf|turning ++turninh|turning + turnk|trunk ++turnong|turning ++turnung|turning ++tursday|Tuesday ++tussian|Russian + tust|trust ++tutkey|turkey ++tutle|title ++tutn|turn ++tutning|turning ++tuwsday|Tuesday ++twach|teach ++twacher|teacher ++twam|team ++twch|tech ++twebty|twenty ++twemty|twenty ++twenry|twenty ++twens|teens ++twentt|twenty ++twentu|twenty ++twenyy|twenty ++twi|two ++twib|twin ++twicr|twice ++twicw|twice ++twim|twin ++twive|twice ++twixe|twice ++twll|tell ++twlling|telling ++twn|ten ++twnd|tend ++twnnis|tennis ++twoce|twice + twon|town ++twp|two + twpo|two ++twrm|term ++twrms|terms ++twrnty|twenty ++twst|test ++twuce|twice ++twun|twin ++twwnty|twenty ++twxt|text ++tyesday|Tuesday + tyhat|that + tyhe|they ++tyoe|type ++tyoical|typical + typcial|typical ++typicak|typical + typicaly|typically ++typicsl|typical ++typival|typical ++typixal|typical ++typocal|typical ++typr|type ++typucal|typical ++typw|type ++tyrkey|turkey ++tyrn|turn ++tyrning|turning + u|you ++u'd|I'd ++u'll|I'll ++u've|I've ++ua|us ++uaage|usage ++uae|use ++uaed|used ++uaeful|useful ++uaer|user ++uahoo|yahoo ++uaual|usual ++uaually|usually ++ubable|unable ++ubder|under ++ubiform|uniform ++ubion|union ++ubique|unique ++ubit|unit ++ubited|united ++ubknown|unknown ++ubless|unless ++ubtil|until ++ubusual|unusual ++uce|ice ++ucon|icon ++ud|us ++udage|usage ++ude|use ++udea|idea ++udeal|ideal ++uded|used ++udeful|useful ++uder|user ++udual|usual ++udually|usually ++uear|year ++uears|years ++ueban|urban ++uellow|yellow ++ues|yes ++uesterday|yesterday ++uet|yet ++uf|if ++ugnore|ignore ++uield|yield + uise|use ++ull|ill ++ullegal|illegal ++ullness|illness + ultimely|ultimately ++umable|unable ++umage|image ++umagine|imagine ++umder|under ++umho|imho ++umiform|uniform ++umion|union ++umique|unique ++umit|unit ++umited|united ++umknown|unknown ++umless|unless ++umo|imo ++umpact|impact ++umport|import ++umprove|improve ++umtil|until ++umusual|unusual ++un|in ++unabke|unable ++unablr|unable ++unablw|unable + unahppy|unhappy ++unanle|unable + unanymous|unanimous ++unavle|unable + unbeleivable|unbelievable + uncertainity|uncertainty ++unch|inch ++unclude|include ++uncome|income + unconcious|unconscious + unconciousness|unconsciousness + unconfortability|discomfort ++undee|under ++undeed|indeed + understoon|understood ++undet|under ++undex|index ++undian|Indian + undoubtely|undoubtedly + undreground|underground ++undrr|under ++undwr|under + uneccesary|unnecessary + unecessary|unnecessary ++unfer|under ++unfo|info + unforetunately|unfortunately ++unform|inform + unfortunatley|unfortunately + unfortunatly|unfortunately + unfourtunately|unfortunately ++unidorm|uniform ++unifirm|uniform ++unifoem|uniform ++unifor,|uniform ++uniforn|uniform ++unifotm|uniform ++unifprm|uniform ++unigorm|uniform ++uniin|union ++uniob|union ++uniom|union ++unipn|union ++uniqie|unique ++uniqur|unique ++uniquw|unique ++uniqye|unique ++unir|unit ++unired|united ++unisual|unusual ++unitef|united ++unites|united ++unitial|initial ++unitrd|united ++unitwd|united + univeral|universal + univeristies|universities + univeristy|university +@@ -2324,156 +20349,2210 @@ univerity|university + universtiy|university + univesities|universities + univesity|university ++uniwue|unique ++uniy|unit ++uniyed|united ++unjnown|unknown ++unjury|injury ++unkbown|unknown ++unkess|unless ++unkmown|unknown ++unkniwn|unknown ++unknoen|unknown ++unknoqn|unknown ++unknowb|unknown ++unknowm|unknown ++unknpwn|unknown + unkown|unknown ++unleas|unless ++unleds|unless ++unlesa|unless ++unlesd|unless + unlikey|unlikely ++unlnown|unknown ++unlrss|unless ++unlwss|unless ++unn|inn + unneccesary|unnecessary + unneccessary|unnecessary + unnecesary|unnecessary ++unner|inner + unoffical|unofficial ++unoform|uniform ++unoon|union ++unoque|unique ++unot|unit ++unoted|united + unplesant|unpleasant + unprecendented|unprecedented + unprecidented|unprecedented ++unput|input ++unquiry|inquiry ++unril|until ++unsble|unable + unsed|unused ++unser|under ++unside|inside ++unsight|insight ++unstall|install ++unstant|instant ++unstead|instead + unsuccesful|unsuccessful + unsuccessfull|unsuccessful + unsucesful|unsuccessful + unsucessful|unsuccessful + unsucessfull|unsuccessful ++untent|intent ++unter|inter ++untik|until + untill|until ++unto|into ++untol|until ++untro|intro ++untul|until ++unuaual|unusual ++unudual|unusual ++unuform|uniform ++unuon|union ++unuque|unique ++unusial|unusual ++unusuak|unusual ++unususl|unusual ++unusyal|unusual ++unut|unit ++unuted|united + unviersity|university ++unvite|invite ++unvolve|involve ++unyil|until ++unysual|unusual ++uo|up ++uodate|update ++uograde|upgrade ++uoon|upon ++uoper|upper ++uou|you ++uou'd|you'd ++uou'll|you'll ++uou're|you're ++uou've|you've ++uoud|you'd ++uoull|you'll ++uoung|young ++uour|your ++uoure|you're ++uours|yours ++uouth|youth ++uouve|you've + upcomming|upcoming ++updare|update ++updatr|update ++updatw|update ++updaye|update ++updste|update ++upfate|update ++upfrade|upgrade ++upgeade|upgrade + upgradded|upgraded ++upgradr|upgrade ++upgradw|upgrade ++upgrafe|upgrade ++upgrase|upgrade ++upgrsde|upgrade ++upgtade|upgrade ++uphrade|upgrade ++upin|upon ++upob|upon ++upoer|upper ++upom|upon ++uppee|upper ++uppet|upper ++uppn|upon ++upprr|upper ++uppwr|upper ++upsate|update ++urbab|urban ++urbam|urban ++urbsn|urban ++urility|utility ++urnan|urban ++uron|iron ++urvan|urban ++usafe|usage ++usagr|usage ++usagw|usage ++usahe|usage + usally|usually + useage|usage ++usedul|useful ++usee|user ++usef|used ++usefil|useful ++usefuk|useful + usefull|useful ++usefyl|useful ++usegul|useful + useing|using ++uses|used ++uset|user ++usial|usual ++usially|usually ++usland|island ++usn't|isn't ++usnt|isn't ++usr|use ++usrd|used ++usrful|useful ++usrr|user ++ussge|usage ++ussue|issue ++usuak|usual ++usuakly|usually ++usualky|usually ++usuallt|usually ++usuallu|usually + usualy|usually + ususally|usually ++ususl|usual ++ususlly|usually ++usw|use ++uswd|used ++uswful|useful ++uswr|user ++usyal|usual ++usyally|usually ++ut|it ++ut'd|it'd ++ut'll|it'll ++ut's|it's ++utalian|Italian ++utban|urban ++utd|it'd ++utem|item ++utikity|utility ++utiliry|utility ++utilitt|utility ++utilitu|utility ++utiliyy|utility ++utiloty|utility ++utiluty|utility ++utll|it'll ++utolity|utility ++uts|its ++utself|itself ++utulity|utility ++uve|I've ++uyility|utility ++vaat|vast ++vab|van ++vable|cable ++vaby|baby + vaccum|vacuum + vaccume|vacuum + vacinity|vicinity ++vack|back ++vackup|backup ++vad|bad ++vadt|vast ++vaeiety|variety ++vaeious|various ++vaey|vary ++vag|bag ++vags|bags ++vakid|valid ++vakley|valley ++vakue|value ++valance|balance ++valie|value ++valif|valid ++valis|valid ++valkey|valley ++vall|call ++vallet|valley ++valleu|valley ++valling|calling ++vallry|valley ++vallwy|valley ++valod|valid + valuble|valuable ++valud|valid + valueable|valuable ++valur|value ++valuw|value ++valye|value ++vam|van ++vame|came ++vamera|camera ++vamp|camp ++vampus|campus ++van't|can't ++vancel|cancel ++vancer|cancer ++vand|band ++vank|bank ++vanking|banking ++vanner|banner ++vannot|cannot ++vant|can't ++vap|cap ++vapable|capable ++vape|cape ++vapital|capital ++vapture|capture ++var|car ++varbon|carbon ++vard|card ++vards|cards ++vare|care ++vareer|career ++vareful|careful ++variery|variety ++variett|variety ++varietu|variety + variey|variety ++varieyy|variety ++variius|various ++variois|various ++varioua|various ++varioud|various ++varioys|various ++varipus|various ++varirty|variety + varity|variety ++variwty|variety ++varoety|variety ++varoous|various ++varry|carry ++vart|cart ++varu|vary ++varuety|variety ++varuous|various ++vase|case ++vash|cash ++vasic|basic ++vasics|basics ++vasis|basis ++vasket|basket ++vasr|vast ++vasy|vast ++vat|cat ++vatalog|catalog ++vatch|catch ++vath|bath ++vatiety|variety ++vatious|various ++vattery|battery ++vattle|battle ++vaty|vary ++vaught|caught ++vause|cause ++vay|bay ++ve|be ++veach|beach ++vear|bear ++veat|beat ++veauty|beauty ++vebdor|vendor ++vebture|venture ++vecame|became ++vecause|because ++vecome|become ++ved|bed ++veeify|verify ++veen|been ++veesion|version ++veey|very ++vefore|before ++vegan|began ++vegicle|vehicle ++vegin|begin + vegitable|vegetable + vegitables|vegetables + vegtable|vegetable ++vegun|begun ++vehalf|behalf ++vehicke|vehicle ++vehiclr|vehicle ++vehiclw|vehicle + vehicule|vehicle ++vehind|behind ++vehivle|vehicle ++vehixle|vehicle ++vehocle|vehicle ++vehucle|vehicle ++veing|being ++vejicle|vehicle ++velief|belief ++velieve|believe + vell|well ++velow|below ++vemdor|vendor ++vemture|venture ++vend|bend ++vendir|vendor ++vendoe|vendor ++vendot|vendor ++vendpr|vendor ++venefit|benefit ++venfor|vendor + vengance|vengeance + vengence|vengeance ++venrure|venture ++vensor|vendor ++venter|center ++ventire|venture ++ventral|central ++ventre|centre ++ventuee|venture ++venturr|venture ++venturw|venture ++ventury|century ++ventute|venture ++ventyre|venture ++venyure|venture ++veraion|version ++verdion|version ++veridy|verify ++verift|verify ++verifu|verify ++verigy|verify + verison|version + verisons|versions ++verofy|verify ++versiin|version ++versiob|version ++versiom|version ++versipn|version ++versoon|version ++versuon|version ++vert|very ++vertain|certain ++veru|very ++verufy|verify ++vesides|besides ++vest|best ++veta|beta ++vetify|verify ++vetsion|version ++vetter|better + vetween|between ++vety|very ++veyond|beyond + veyr|very ++vhain|chain ++vhair|chair ++vhamber|chamber ++vhance|chance ++vhange|change ++vhannel|channel ++vhapter|chapter ++vharge|charge ++vharged|charged ++vhart|chart ++vharter|charter ++vhat|chat ++vheap|cheap ++vheck|check ++vhecked|checked ++vhief|chief ++vhild|child ++vhile|Chile ++vhina|china ++vhinese|Chinese ++vhip|chip ++vhoice|choice ++vhoose|choose ++vhose|chose ++vhosen|chosen ++vhurch|church ++viaa|visa ++viaible|visible ++viaion|vision ++viait|visit ++viaitor|visitor ++viaual|visual ++vible|bible ++vicr|vice ++vicrory|victory ++victiry|victory ++victoey|victory ++victort|victory ++victoru|victory ++victoty|victory ++victpry|victory ++vicw|vice ++vicyory|victory ++vid|bid ++vida|visa ++videi|video ++videp|video ++vidible|visible ++vidion|vision ++vidit|visit ++viditor|visitor ++vidro|video ++vidual|visual ++vidwo|video ++viee|view ++viegin|virgin ++vieq|view ++vietual|virtual ++vieus|virus ++vifeo|video ++vig|big + vigourous|vigorous ++viice|voice ++viklage|village ++vilkage|village ++vill|bill ++villafe|village ++villagr|village ++villagw|village ++villahe|village + villian|villain + villin|villain ++villsge|village ++vilume|volume ++vilumes|volumes ++vin|bin + vincinity|vicinity ++vinding|binding ++vinema|cinema + violentce|violence ++viology|biology ++vir|vie ++viral|vital ++vircle|circle ++vircuit|circuit ++vird|bird ++virfin|virgin ++virgib|virgin ++virgim|virgin ++virgon|virgin ++virgun|virgin ++virhin|virgin ++viris|virus ++virrual|virtual ++virth|birth ++virthday|birthday ++virtial|virtual ++virtuak|virtual + virtualy|virtually ++virtusl|virtual ++virtyal|virtual ++virua|virus ++virud|virus + virutal|virtual + virutally|virtually ++virw|view ++virys|virus ++viryual|virtual + visable|visible + visably|visibly ++viseo|video ++visial|visual ++visibke|visible ++visiblr|visible ++visiblw|visible ++visiin|vision ++visinle|visible ++visiob|vision ++visiom|vision ++visipn|vision ++visir|visit ++visiror|visitor ++visitir|visitor ++visitoe|visitor ++visitot|visitor ++visitpr|visitor ++visivle|visible ++visiy|visit ++visiyor|visitor ++visoble|visible ++visoon|vision ++visot|visit ++visotor|visitor ++viss|visa + visting|visiting + vistors|visitors ++visuak|visual ++visuble|visible ++visuon|vision ++visusl|visual ++visut|visit ++visutor|visitor ++visyal|visual ++vit|bit ++vitak|vital ++vite|vote ++vitgin|virgin ++vitizen|citizen + vitories|victories ++vitsl|vital ++vittual|virtual ++vitus|virus ++vity|city ++vive|vice ++vivil|civil ++vivtory|victory ++viw|vie ++viww|view ++vixe|vice ++vixtory|victory ++viyal|vital ++vlack|black ++vlaim|claim ++vlank|blank ++vlass|class ++vlassic|classic ++vlean|clean ++vlear|clear ++vlearly|clearly ++vlick|click ++vlient|client ++vlimate|climate ++vlock|block ++vlood|blood ++vlose|close ++vlosed|closed ++vlub|club ++vlue|blue ++voach|coach ++voard|board ++voards|boards ++voast|coast ++voat|boat ++vob|bob ++voce|vice ++voctory|victory ++vode|code ++vodeo|video ++vody|body ++voe|vie ++voew|view ++voffee|coffee ++voicr|voice ++voicw|voice ++voive|voice ++voixe|voice ++vokume|volume ++vokumes|volumes + volcanoe|volcano ++vold|cold ++volime|volume ++volimes|volumes ++vollage|village ++vollect|collect ++vollege|college + volontary|voluntary + volonteer|volunteer + volonteered|volunteered + volonteers|volunteers ++volor|color ++volors|colors + volounteer|volunteer + volounteered|volunteered + volounteers|volunteers ++volu,e|volume ++volu,es|volumes ++volumea|volumes ++volumed|volumes ++volumn|column + volumne|volume ++volumr|volume ++volumrs|volumes ++volumw|volume ++volumws|volumes ++volune|volume ++volunes|volumes ++volyme|volume ++volymes|volumes ++vom|com ++vombat|combat ++vombine|combine ++vome|come ++vomfort|comfort ++voming|coming ++vommand|command ++vomment|comment ++vommon|common ++vompact|compact ++vompany|company ++vompare|compare ++vompete|compete ++vomplex|complex ++vomply|comply ++von|con ++voncept|concept ++voncern|concern ++voncert|concert ++vond|bond ++vonduct|conduct ++vonfirm|confirm ++vonnect|connect ++vonsent|consent ++vonsult|consult ++vontact|contact ++vontain|contain ++vontent|content ++vontest|contest ++vontext|context ++vontrol|control ++vonus|bonus ++vonvert|convert ++vooce|voice ++vook|book ++vooking|booking ++vooks|books ++vool|cool ++voost|boost ++vopy|copy ++vorder|border ++vore|core ++vorgin|virgin ++vorn|born ++vorner|corner ++vorrect|correct ++vortual|virtual ++vorus|virus ++vosa|visa ++vosible|visible ++vosion|vision ++vosit|visit ++vositor|visitor ++vost|cost ++vosts|costs ++vosual|visual ++votal|vital ++voth|both ++votr|vote ++vottom|bottom ++votw|vote ++vouce|voice ++vought|bought ++vould|could ++vouldn't|couldn't ++vouldnt|couldn't ++vouncil|council ++vound|bound ++vounsel|counsel ++vount|count ++vounter|counter ++vountry|country ++vounty|county ++vouple|couple ++vourse|course ++vourt|court ++vover|cover ++vox|box ++voy|boy ++voye|vote ++voys|boys ++vpice|voice ++vplume|volume ++vplumes|volumes ++vpte|vote ++vrain|brain ++vranch|branch ++vrand|brand ++vreak|break ++vreate|create ++vredit|credit ++vreek|creek + vreity|variety ++vrew|crew + vrey|very ++vrhicle|vehicle ++vridge|bridge ++vrief|brief + vriety|variety ++vright|bright ++vrime|crime ++vring|bring ++vrisis|crisis ++vritish|British ++vrndor|vendor ++vrnture|venture ++vroad|broad ++vroken|broken ++vross|cross ++vrother|brother ++vrought|brought ++vrown|brown ++vrowse|browse ++vrrify|verify ++vrrsion|version ++vrry|very ++vrucial|crucial ++vrystal|crystal ++vslid|valid ++vslley|valley ++vslue|value ++vsn|van ++vsriety|variety ++vsrious|various ++vsry|vary ++vsst|vast ++vtw|btw ++vuce|vice ++vuctory|victory ++vudeo|video ++vudget|budget ++vue|vie ++vuew|view ++vuffalo|buffalo ++vug|bug ++vuild|build ++vuilder|builder ++vuilt|built ++vulk|bulk ++vullage|village + vulnerablility|vulnerability ++vulture|culture ++vup|cup ++vureau|bureau ++vurgin|virgin ++vurrent|current ++vurtual|virtual ++vurus|virus ++vus|bus ++vusa|visa ++vush|bush ++vusible|visible ++vusion|vision ++vusit|visit ++vusitor|visitor ++vustom|custom ++vusual|visual ++vusy|busy ++vut|but ++vutal|vital ++vutting|cutting ++vutton|button ++vuttons|buttons ++vuy|buy ++vuyer|buyer ++vwhicle|vehicle ++vwndor|vendor ++vwnture|venture ++vwrify|verify ++vwrsion|version ++vwry|very ++vy|by ++vycle|cycle + vyer|very + vyre|very ++vzech|Czech ++waa|was ++waan't|wasn't ++waant|wasn't ++waate|waste ++wabe|wave ++wabt|want ++wabts|wants ++wace|wave ++wach|each ++wad|was ++wadn't|wasn't ++wadnt|wasn't ++wadte|waste ++wae|war ++waem|warm ++waening|warning + waht|what ++wair|wait ++waiy|wait ++waje|wake ++wakk|walk ++wakking|walking ++wakl|wall ++wakr|wake ++wakw|wake ++wale|wake ++walj|walk ++waljing|walking ++walkibg|walking ++walkimg|walking ++walkinf|walking ++walkinh|walking ++walkong|walking ++walkung|walking ++walling|walking ++wamt|want ++wamts|wants ++wanr|want ++wanrs|wants ++wanta|wants ++wantd|wants ++wany|want ++wanys|wants ++waot|wait ++war,|warm ++warbing|warning ++warch|watch + wardobe|wardrobe ++warer|water ++warers|waters ++warlier|earlier ++warly|early ++warming|warning ++warn|warm ++warnibg|warning ++warnimg|warning ++warninf|warning ++warninh|warning ++warnong|warning ++warnung|warning + warrent|warrant + warrriors|warriors ++warth|earth ++wasb't|wasn't ++wasbt|wasn't ++wase|ease ++wasily|easily ++wasm't|wasn't ++wasmt|wasn't ++wasn'r|wasn't ++wasn'y|wasn't ++wasnr|wasn't + wasnt|wasn't ++wasny|wasn't ++wasre|waste + wass|was ++wast|east ++wastern|eastern ++wastr|waste ++wastw|waste ++wasy|easy ++wasye|waste ++wat|way ++watcg|watch ++watcj|watch ++watee|water ++watees|waters ++watera|waters ++waterd|waters ++watet|water ++watets|waters ++watm|warm + watn|want ++watning|warning ++watrr|water ++watrrs|waters ++wats|ways ++watvh|watch ++watwr|water ++watwrs|waters ++watxh|watch ++wau|way ++waus|ways ++waut|wait ++wavr|wave ++wavw|wave ++waya|ways ++waych|watch ++wayd|ways ++wayer|water ++wayers|waters ++wconomy|economy ++wdge|edge ++wdit|edit ++wdition|edition ++wditor|editor ++we'be|we've ++we'ce|we've ++we'vr|we've ++we'vw|we've ++weae|wear ++weaj|weak ++weakth|wealth ++weal|weak ++wealrh|wealth ++wealtg|wealth ++wealtj|wealth ++wealyh|wealth + weaponary|weaponry ++wearher|weather + weas|was ++weat|west ++weatern|western ++weatger|weather ++weathee|weather ++weathet|weather ++weathrr|weather ++weathwr|weather ++weatjer|weather ++weayher|weather ++webe|we've ++webt|went ++wece|we've ++weddibg|wedding ++weddimg|wedding ++weddinf|wedding ++weddinh|wedding ++weddong|wedding ++weddung|wedding ++wedfing|wedding ++wedsing|wedding ++wedt|west ++wedtern|western ++weee|were ++weeen't|weren't ++weeent|weren't ++weej|week ++weejend|weekend ++weejly|weekly ++weekebd|weekend ++weekemd|weekend ++weekenf|weekend ++weekens|weekend ++weekky|weekly ++weeklt|weekly ++weeklu|weekly ++weekrnd|weekend ++weekwnd|weekend ++weel|week ++weelend|weekend ++weelly|weekly ++wef|wed ++wefding|wedding + wehn|when ++weifht|weight ++weiggt|weight ++weighr|weight ++weighy|weight ++weigjt|weight ++weihht|weight + weild|wield ++weite|write ++weiter|writer ++weiting|writing ++weitten|written ++wekcome|welcome ++wekfare|welfare ++wekl|well ++welcime|welcome ++welco,e|welcome ++welcomr|welcome ++welcomw|welcome ++welcone|welcome ++welcpme|welcome ++weldare|welfare ++welfaee|welfare ++welfarr|welfare ++welfarw|welfare ++welfate|welfare ++welfsre|welfare ++welgare|welfare ++welk|well ++welvome|welcome ++welxome|welcome ++wemt|went ++wen|web ++wenr|went ++weny|went ++weoght|weight ++weong|wrong ++weote|wrote + wereabouts|whereabouts ++wereb't|weren't ++werebt|weren't ++werem't|weren't ++weremt|weren't ++weren'r|weren't ++weren'y|weren't ++werenr|weren't + werent|weren't ++wereny|weren't ++werk|week ++werkend|weekend ++werkly|weekly ++werr|were ++werrn't|weren't ++werrnt|weren't ++werw|were ++werwn't|weren't ++werwnt|weren't ++wes|wed ++wesding|wedding ++wesk|weak ++weslth|wealth ++wesr|west ++wesrern|western ++westeen|western ++westerb|western ++westerm|western ++westetn|western ++westher|weather ++westrrn|western ++westwrn|western ++wesy|west ++wesyern|western ++wete|were ++weten't|weren't ++wetent|weren't ++weught|weight ++wev|web + weve|we've ++wevr|we've ++wevw|we've ++wewk|week ++wewkend|weekend ++wewkly|weekly ++wffect|effect ++wffects|effects ++wffort|effort ++wgat|what ++wgat's|what's ++wgats|what's ++wgen|when ++wgere|where ++wgereas|whereas ++wgether|whether ++wgich|which ++wgile|while ++wgite|white ++wgo|who ++wgole|whole ++wgom|whom ++wgose|whose ++wgy|why + whant|want + whants|wants ++whar|what ++whar's|what's ++whars|what's ++what'a|what's ++what'd|what's ++whata|what's ++whatd|what's + whats|what's ++whay|what ++whay's|what's ++whays|what's + whcih|which ++wheb|when ++wheee|where ++wheeeas|whereas ++whem|when + wheras|whereas ++whereaa|whereas ++wheread|whereas + wherease|whereas + whereever|wherever ++wheress|whereas ++wherher|whether ++wherr|where ++wherras|whereas ++wherw|where ++wherwas|whereas ++whete|where ++wheteas|whereas ++whetger|whether ++whethee|whether ++whethet|whether ++whethrr|whether ++whethwr|whether ++whetjer|whether ++wheyher|whether ++whi|who + whic|which ++whicg|which ++whicj|which + whihc|which ++whike|while ++whilr|while ++whilw|while ++whim|whom ++whire|white ++whise|whose + whith|with ++whitr|white ++whitw|white ++whivh|which ++whixh|which ++whiye|white + whlch|which + whn|when ++who,|whom ++whoae|whose ++whoch|which ++whode|whose ++whoke|whole + wholey|wholly ++wholr|whole ++wholw|whole + wholy|holy ++whon|whom ++whosr|whose ++whosw|whose ++whote|white ++whp|who ++whple|whole ++whpm|whom ++whpse|whose ++whrn|when ++whrre|where ++whrreas|whereas ++whrther|whether ++whst|what ++whst's|what's ++whsts|what's ++wht|why + whta|what + whther|whether ++whu|why ++whuch|which ++whule|while ++whute|white ++whwn|when ++whwre|where ++whwreas|whereas ++whwther|whether ++wiae|wise ++wiah|wish ++wib|win ++wibd|wind ++wibdow|window ++wibe|wine ++wibner|winner ++wibning|winning ++wibter|winter + wich|which ++wideky|widely ++widelt|widely ++widelu|widely + widesread|widespread ++widh|wish ++widr|wide ++widrh|width ++widrly|widely ++widtg|width ++widtj|width ++widw|wide ++widwly|widely ++widyh|width ++wiee|wire + wief|wife + wierd|weird + wiew|view ++wifely|widely ++wifr|wife ++wifth|width ++wifw|wife ++wige|wife ++wight|eight + wih|with + wiht|with ++wikd|wild ++wikl|will ++wikling|willing ++wilf|wild ++wilk|will ++wilking|willing + wille|will ++willibg|willing ++willimg|willing ++willinf|willing + willingless|willingness ++willinh|willing ++willong|willing ++willung|willing ++wils|wild ++wim|win ++wiman|woman ++wimd|wind ++wimdow|window ++wime|wine ++wimner|winner ++wimning|winning ++wimter|winter ++win't|won't ++winber|winner ++winbing|winning ++winder|wonder ++windiw|window ++windoe|window ++windoq|window ++windpw|window ++winf|wind ++winfow|window ++winmer|winner ++winming|winning ++winnee|winner ++winnet|winner ++winnibg|winning ++winnimg|winning ++winninf|winning ++winninh|winning ++winnong|winning ++winnrr|winner ++winnung|winning ++winnwr|winner ++winr|wine ++winrer|winter ++wins|wind ++winsow|window ++wint|won't ++wintee|winter ++wintet|winter ++wintrr|winter ++wintwr|winter ++winw|wine ++winyer|winter ++wiod|wood ++wird|word ++wirds|words ++wirh|with ++wirhin|within ++wirhout|without ++wirk|work ++wirker|worker ++wirking|working ++wirks|works ++wirld|world ++wirr|wire ++wirry|worry ++wirse|worse ++wirst|worst ++wirth|worth + wirting|writing ++wirw|wire ++wisely|widely ++wisg|wish ++wisj|wish ++wisr|wise ++wisth|width ++wisw|wise ++wite|wire ++witg|with ++witgin|within ++witgout|without + withdrawl|withdraw ++wither|either ++withib|within ++withim|within + withing|within ++withiut|without ++withoit|without ++withon|within ++withour|without ++withouy|without ++withoyt|without ++withput|without + witht|with ++withun|within ++witj|with ++witjin|within ++witjout|without + witn|with ++wiuld|would ++wiuldn't|wouldn't ++wiuldnt|wouldn't + wiull|will ++wiyh|with ++wiyhin|within ++wiyhout|without ++wjat|what ++wjat's|what's ++wjats|what's ++wjen|when ++wjere|where ++wjereas|whereas ++wjether|whether ++wjich|which ++wjile|while ++wjite|white ++wjo|who ++wjole|whole ++wjom|whom ++wjose|whose ++wjy|why ++wl|el ++wlement|element ++wlse|else ++wmpty|empty ++wnable|enable + wnat|want + wnated|wanted + wnats|wants ++wnd|end ++wnding|ending ++wnergy|energy ++wngage|engage ++wngaged|engaged ++wngine|engine ++wnglish|English ++wnhance|enhance ++wnjoy|enjoy ++wnough|enough ++wnsure|ensure ++wnter|enter ++wntire|entire ++wntity|entity ++wntry|entry ++wo,an|woman ++wob|won ++wob't|won't ++wobder|wonder ++wobt|won't ++wode|wide ++wodely|widely ++wodth|width ++woed|word ++woeds|words ++woek|work ++woeker|worker ++woeking|working ++woeks|works ++woeld|world ++woery|worry ++woese|worse ++woest|worst ++woeth|worth ++wofe|wife + wohle|whole ++woid|wood ++woild|would ++woildn't|wouldn't ++woildnt|wouldn't + wokr|work + wokring|working ++wold|wild ++woll|will ++wolling|willing ++wom|won ++wom't|won't ++womab|woman ++womam|woman ++womder|wonder ++womsn|woman ++womt|won't ++won'r|won't ++won'y|won't ++wonan|woman ++wond|wind ++wondee|wonder + wonderfull|wonderful ++wondet|wonder ++wondow|window ++wondrr|wonder ++wondwr|wonder ++wone|wine ++wonfer|wonder ++wonner|winner ++wonning|winning ++wonr|won't ++wonser|wonder + wont|won't ++wonter|winter ++wony|won't ++woof|wood ++woos|wood ++wopd|wood ++worae|worse ++worat|worst ++worda|words ++wordd|words ++worde|worse + wordlwide|worldwide ++wordt|worst ++wore|wire ++worey|worry ++worf|word ++worfs|words ++worj|work ++worjer|worker ++worjing|working ++worjs|works ++worka|works ++workd|world ++workee|worker ++worket|worker ++workibg|working ++workimg|working ++workinf|working ++workinh|working ++workong|working ++workrr|worker ++workung|working ++workwr|worker ++worl|work ++worler|worker ++worlf|world ++worling|working + worls|world ++worrh|worth ++worrt|worry ++worru|worry ++wors|word ++worsr|worst ++worss|words + worstened|worsened ++worsw|worse ++worsy|worst ++wortg|worth ++wortj|worth ++worty|worry ++woryh|worth ++wose|wise ++wosh|wish ++wotd|word ++wotds|words ++woth|with ++wothin|within ++wothout|without ++wotk|work ++wotker|worker ++wotking|working ++wotks|works ++wotld|world ++wotry|worry ++wotse|worse ++wotst|worst ++wotth|worth + woudl|would ++woukd|would ++woukdn't|wouldn't ++woukdnt|wouldn't ++wouldb't|wouldn't ++wouldbt|wouldn't ++wouldm't|wouldn't ++wouldmt|wouldn't ++wouldn'r|wouldn't ++wouldn'y|wouldn't ++wouldnr|wouldn't + wouldnt|wouldn't ++wouldny|wouldn't ++woulf|would ++woulfn't|wouldn't ++woulfnt|wouldn't ++wouls|would ++woulsn't|wouldn't ++woulsnt|wouldn't ++woyld|would ++woyldn't|wouldn't ++woyldnt|wouldn't ++wpman|woman ++wpn|won ++wpn't|won't ++wpnder|wonder ++wpnt|won't ++wpod|wood ++wprd|word ++wprds|words ++wprk|work ++wprker|worker ++wprking|working ++wprks|works ++wprld|world ++wprry|worry ++wprse|worse ++wprst|worst ++wprth|worth ++wpuld|would ++wpuldn't|wouldn't ++wpuldnt|wouldn't ++wqual|equal ++wqually|equally ++wquity|equity ++wr|we ++wr've|we've ++wra|era ++wrak|weak ++wralth|wealth ++wrar|wear ++wrather|weather ++wrb|web ++wrd|wed ++wrdding|wedding ++wrek|week ++wrekend|weekend ++wrekly|weekly + wriet|write ++wright|weight ++wring|wrong ++wrire|write ++wrirer|writer ++wriring|writing ++wrirten|written ++writee|writer + writen|written ++writet|writer ++writibg|writing ++writimg|writing ++writinf|writing ++writinh|writing ++writong|writing ++writr|write ++writren|written ++writrr|writer ++writteb|written ++writtem|written ++writtrn|written ++writtwn|written ++writung|writing ++writw|write ++writwr|writer ++writyen|written ++wriye|write ++wriyer|writer ++wriying|writing ++wriyten|written ++wrlcome|welcome ++wrlfare|welfare ++wrll|well ++wrnt|went ++wrobg|wrong + wroet|wrote + wrok|work + wroking|working ++wromg|wrong ++wronf|wrong ++wronh|wrong ++wrore|wrote ++wroter|writer ++wroting|writing ++wrotr|wrote ++wrotten|written ++wrotw|wrote ++wroye|wrote ++wrpng|wrong ++wrpte|wrote ++wrre|were ++wrren't|weren't ++wrrent|weren't ++wrror|error ++wrst|west ++wrstern|western ++wrute|write ++wruter|writer ++wruting|writing ++wrutten|written ++wrve|we've + ws|was ++wscape|escape ++wsit|wait ++wske|wake ++wslk|walk ++wslking|walking ++wsll|wall ++wsnt|want ++wsnts|wants ++wsr|war ++wsrm|warm ++wsrning|warning ++wss|was ++wssn't|wasn't ++wssnt|wasn't ++wsste|waste ++wstch|watch ++wster|water ++wsters|waters ++wsve|wave ++wsy|way ++wsys|ways ++wt|et ++wtc|etc ++wthics|ethics ++wthnic|ethnic + wtih|with ++wtite|write ++wtiter|writer ++wtiting|writing ++wtitten|written ++wtong|wrong ++wtote|wrote ++wuality|quality ++wuarter|quarter ++wude|wide ++wudely|widely ++wudth|width ++wueen|queen ++wuery|query ++wuest|quest ++wufe|wife ++wuick|quick ++wuiet|quiet ++wuite|quite ++wuiz|quiz ++wuld|wild ++wull|will ++wulling|willing ++wun|win ++wund|wind ++wundow|window ++wune|wine ++wunner|winner ++wunning|winning ++wunter|winter ++wuote|quote + wupport|support ++wure|wire ++wuse|wise ++wush|wish ++wuth|with ++wuthin|within ++wuthout|without ++wven|even ++wvening|evening ++wvent|event ++wver|ever ++wvery|every ++wvil|evil ++ww|we ++ww've|we've ++wwak|weak ++wwalth|wealth ++wwar|wear ++wwather|weather ++wwb|web ++wwd|wed ++wwdding|wedding ++wwek|week ++wwekend|weekend ++wwekly|weekly ++wwight|weight ++wwlcome|welcome ++wwlfare|welfare ++wwll|well ++wwnt|went ++wwre|were ++wwren't|weren't ++wwrent|weren't ++wwst|west ++wwstern|western ++wwve|we've ++wx|ex ++wxact|exact ++wxactly|exactly ++wxam|exam ++wxamine|examine ++wxample|example ++wxceed|exceed ++wxcel|excel ++wxcept|except ++wxcess|excess ++wxhibit|exhibit ++wxist|exist ++wxit|exit ++wxpand|expand ++wxpect|expect ++wxpense|expense ++wxpert|expert ++wxplain|explain ++wxplore|explore ++wxport|export ++wxpress|express ++wxtend|extend ++wxtent|extent ++wxtra|extra ++wxtreme|extreme ++wye|eye ++wyes|eyes ++xable|cable ++xall|call ++xalling|calling ++xame|came ++xamera|camera ++xamp|camp ++xampus|campus ++xan|can ++xan't|can't ++xancel|cancel ++xancer|cancer ++xannot|cannot ++xant|can't ++xap|cap ++xapable|capable ++xape|cape ++xapital|capital ++xapture|capture ++xar|car ++xarbon|carbon ++xard|card ++xards|cards ++xare|care ++xareer|career ++xareful|careful ++xarry|carry ++xart|cart ++xase|case ++xash|cash ++xast|cast ++xat|cat ++xatalog|catalog ++xatch|catch ++xaught|caught ++xause|cause ++xell|cell ++xenter|center ++xentral|central ++xentre|centre ++xentury|century ++xero|zero ++xertain|certain ++xhain|chain ++xhair|chair ++xhamber|chamber ++xhance|chance ++xhange|change ++xhannel|channel ++xhapter|chapter ++xharge|charge ++xharged|charged ++xhart|chart ++xharter|charter ++xhat|chat ++xheap|cheap ++xheck|check ++xhecked|checked ++xhief|chief ++xhild|child ++xhile|Chile ++xhina|china ++xhinese|Chinese ++xhip|chip ++xhoice|choice ++xhoose|choose ++xhose|chose ++xhosen|chosen ++xhurch|church ++xinema|cinema ++xip|zip ++xircle|circle ++xircuit|circuit ++xitizen|citizen ++xity|city ++xivil|civil ++xlaim|claim ++xlass|class ++xlassic|classic ++xlean|clean ++xlear|clear ++xlearly|clearly ++xlick|click ++xlient|client ++xlimate|climate ++xlock|clock ++xlose|close ++xlosed|closed ++xlub|club ++xoach|coach ++xoast|coast ++xode|code ++xoffee|coffee ++xold|cold ++xollect|collect ++xollege|college ++xolor|color ++xolors|colors ++xolumn|column ++xom|com ++xombat|combat ++xombine|combine ++xome|come ++xomfort|comfort ++xoming|coming ++xommand|command ++xomment|comment ++xommon|common ++xompact|compact ++xompany|company ++xompare|compare ++xompete|compete ++xomplex|complex ++xomply|comply ++xon|con ++xoncept|concept ++xoncern|concern ++xoncert|concert ++xonduct|conduct ++xone|zone ++xonfirm|confirm ++xonnect|connect ++xonsent|consent ++xonsult|consult ++xontact|contact ++xontain|contain ++xontent|content ++xontest|contest ++xontext|context ++xontrol|control ++xonvert|convert ++xook|cook ++xooking|cooking ++xool|cool ++xopy|copy ++xore|core ++xorner|corner ++xorrect|correct ++xost|cost ++xosts|costs ++xould|could ++xouldn't|couldn't ++xouldnt|couldn't ++xouncil|council ++xounsel|counsel ++xount|count ++xounter|counter ++xountry|country ++xounty|county ++xouple|couple ++xourse|course ++xourt|court ++xover|cover ++xreate|create ++xredit|credit ++xreek|creek ++xrew|crew ++xrime|crime ++xrisis|crisis ++xross|cross ++xrucial|crucial ++xrystal|crystal ++xulture|culture ++xup|cup ++xurrent|current ++xustom|custom ++xut|cut ++xutting|cutting ++xycle|cycle ++xzech|Czech ++yab|tab ++yable|table ++yag|tag ++yagoo|yahoo ++yahio|yahoo ++yahoi|yahoo ++yahop|yahoo ++yahpo|yahoo ++yajoo|yahoo ++yake|take ++yaken|taken ++yaking|taking ++yalent|talent ++yalk|talk ++yalks|talks ++yape|tape ++yarget|target ++yask|task ++yaste|taste + yatch|yacht ++yaught|taught ++yax|tax ++yea|yes ++yeach|teach ++yeacher|teacher ++yeae|year ++yeaes|years ++yeam|team ++yeara|years ++yeard|years + yearm|year + yeasr|years ++yeat|year ++yeaterday|yesterday ++yeats|years ++yech|tech ++yed|yes ++yedterday|yesterday ++yeens|teens + yeild|yield ++yeklow|yellow ++yelkow|yellow ++yell|tell ++yelling|telling ++yelliw|yellow ++yelloe|yellow ++yelloq|yellow ++yellpw|yellow ++yen|ten ++yend|tend ++yennis|tennis ++yer|yet + yera|year + yeras|years ++yerm|term ++yerms|terms + yersa|years ++yesr|year ++yesrerday|yesterday ++yesrs|years ++yest|test ++yesteeday|yesterday ++yesterdat|yesterday ++yesterdau|yesterday ++yesterdsy|yesterday ++yesterfay|yesterday ++yestersay|yesterday ++yestetday|yesterday ++yestrrday|yesterday ++yestwrday|yesterday ++yesyerday|yesterday ++yext|text ++yey|yet ++yhan|than ++yhank|thank ++yhanks|thanks ++yhat|that ++yhat'll|that'll ++yhat's|that's ++yhatll|that'll ++yhats|that's ++yhe|the ++yheater|theater ++yheatre|theatre ++yheir|their ++yhem|them ++yheme|theme ++yhen|then ++yheory|theory ++yherapy|therapy ++yhere|there ++yhere'd|there'd ++yhere'll|there'll ++yhere's|there's ++yhereby|thereby ++yhered|there'd ++yherell|there'll ++yheres|there's ++yhese|these ++yhey|they ++yhey'd|they'd ++yhey'll|they'll ++yhey're|they're ++yhey've|they've ++yheyd|they'd ++yheyll|they'll ++yheyre|they're ++yheyve|they've ++yhin|thin ++yhing|thing ++yhings|things ++yhink|think ++yhird|third ++yhirty|thirty ++yhis|this ++yhose|those ++yhough|though ++yhought|thought ++yhread|thread ++yhreat|threat ++yhree|three ++yhrough|through ++yhus|thus ++yicket|ticket ++yiekd|yield ++yielf|yield ++yiels|yield ++yill|till ++yim|Tim ++yime|time ++yimely|timely ++yimes|times ++yiny|tiny + yinz|you ++yip|tip ++yirld|yield ++yitle|title ++yiu|you ++yiu'd|you'd ++yiu'll|you'll ++yiu're|you're ++yiu've|you've ++yiud|you'd ++yiull|you'll ++yiung|young ++yiur|your ++yiure|you're ++yiurs|yours ++yiuth|youth ++yiuve|you've ++yiwld|yield ++ynable|unable ++ynder|under ++yniform|uniform ++ynion|union ++ynique|unique ++ynit|unit ++ynited|united ++ynknown|unknown ++ynless|unless ++yntil|until ++ynusual|unusual ++yo|to ++yoday|today ++yoeld|yield ++yoi|you ++yoi'd|you'd ++yoi'll|you'll ++yoi're|you're ++yoi've|you've ++yoid|you'd ++yoill|you'll ++yoing|young ++yoir|your ++yoire|you're ++yoirs|yours ++yoith|youth ++yoive|you've ++yold|told ++yoll|toll ++yomorrow|tomorrow ++yoo|too ++yook|took ++yool|tool ++yop|top ++yopic|topic ++yotal|total ++you'be|you've ++you'ce|you've ++you'ee|you're ++you'f|you'd ++you'kl|you'll ++you'lk|you'll ++you'rr|you're ++you'rw|you're ++you's|you'd ++you'te|you're ++you'vr|you've ++you'vw|you've ++yoube|you've ++youbg|young ++youce|you've ++youch|touch + youd|you'd ++youe|your ++youee|you're ++youes|yours ++youf|you'd ++yough|tough ++youkl|you'll ++youlk|you'll + youll|you'll ++youmg|young ++younf|young ++younh|young ++youra|yours ++yourd|yours + youre|you're ++yourh|youth ++yourism|tourism ++yourr|you're ++yourw|you're + yous|you + youself|yourself ++yout|your ++youte|you're ++youtg|youth ++youtj|youth ++youts|yours + youve|you've ++youvr|you've ++youvw|you've ++youyh|youth ++yoward|toward ++yowards|towards ++yower|tower ++yown|town ++yoy|you ++yoy'd|you'd ++yoy'll|you'll ++yoy're|you're ++yoy've|you've ++yoyd|you'd ++yoyll|you'll ++yoyng|young ++yoyr|your ++yoyre|you're ++yoyrs|yours ++yoyth|youth ++yoyve|you've ++yp|up ++ypdate|update ++ypgrade|upgrade ++ypon|upon ++ypper|upper ++ypu|you ++ypu'd|you'd ++ypu'll|you'll ++ypu're|you're ++ypu've|you've ++ypud|you'd ++ypull|you'll ++ypung|young ++ypur|your ++ypure|you're ++ypurs|yours ++yputh|youth ++ypuve|you've ++yrack|track ++yrade|trade ++yraffic|traffic ++yrail|trail ++yrain|train ++yrar|year ++yrars|years ++yravel|travel ++yrban|urban ++yreat|treat ++yree|tree ++yrend|trend ++yrial|trial ++yried|tried ++yrip|trip ++yrllow|yellow ++yrouble|trouble ++yrs|yes ++yrsterday|yesterday ++yrt|yet ++yrue|true ++yruly|truly ++yrust|trust ++yruth|truth ++yry|try ++ys|us ++ysage|usage ++yse|use ++ysed|used ++yseful|useful ++yser|user ++yshoo|yahoo ++ysual|usual ++ysually|usually ++ytility|utility + ytou|you ++yueld|yield ++yuesday|Tuesday + yuo|you ++yurkey|turkey ++yurn|turn ++yurning|turning ++ywar|year ++ywars|years ++ywenty|twenty ++ywice|twice ++ywin|twin ++ywllow|yellow ++ywo|two ++yws|yes ++ywsterday|yesterday ++ywt|yet ++yype|type ++yypical|typical ++zeeo|zero ++zeri|zero ++zerp|zero ++zeto|zero ++zine|zone ++zio|zip ++zobe|zone ++zome|zone ++zonr|zone ++zonw|zone ++zop|zip ++zpne|zone ++zrro|zero ++zup|zip ++zwro|zero diff --git a/phone/phone-slider-answers-to-speaker.patch b/phone/phone-slider-answers-to-speaker.patch old mode 100644 new mode 100755 index c81731c8..9c446f6a --- a/phone/phone-slider-answers-to-speaker.patch +++ b/phone/phone-slider-answers-to-speaker.patch @@ -1,13 +1,27 @@ -Adds button to answer call via speaker phone +Causes slider to answer call via speaker phone Index: /usr/palm/applications/com.palm.app.phone/app/controllers/incomingcall-assistant.js =================================================================== --- .orig/usr/palm/applications/com.palm.app.phone/app/controllers/incomingcall-assistant.js +++ /usr/palm/applications/com.palm.app.phone/app/controllers/incomingcall-assistant.js -@@ -336,6 +336,7 @@ var IncomingcallAssistant = Class.create - && this.sliderOpen === false +@@ -334,10 +334,18 @@ var IncomingcallAssistant = Class.create + + if (response.key === "slider") { + var newSliderOpenState = (response.state === "up"); +- if (this.exposed +- && this.sliderOpen === false ++ if (this.sliderOpen === false && newSliderOpenState === true) { - this.answerCall(); +- this.answerCall(); ++ // Customized: Modified to answer call to speaker phone with slider. ++ if (this.exposed) { ++ // Here the phone is unlocked when the slider is engaged. ++ this.answerCall(); + TelephonyCommands.setAudioScenario("phone_back_speaker"); ++ } else if ( this.appAssistant.telephonyEventListener.incomingCallExists() ) { ++ // Here the phone was locked when the slider unlocked it and the call ++ // was answered already by the onLockButtonEvent procedure. ++ TelephonyCommands.setAudioScenario("phone_back_speaker"); ++ } } this.sliderOpen = newSliderOpenState } diff --git a/top-bar/top-bar-increase-font-size-17-aqua.LICENSE b/top-bar/top-bar-increase-font-size-17-aqua.LICENSE new file mode 100644 index 00000000..0d95f1b5 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-17-aqua.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 2sslow + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/top-bar/top-bar-increase-font-size-17-aqua.patch b/top-bar/top-bar-increase-font-size-17-aqua.patch new file mode 100644 index 00000000..3c50960f --- /dev/null +++ b/top-bar/top-bar-increase-font-size-17-aqua.patch @@ -0,0 +1,83 @@ +--- .orig/usr/lib/luna/system/luna-systemui/stylesheets/systemui.css ++++ /usr/lib/luna/system/luna-systemui/stylesheets/systemui.css +@@ -23,7 +23,7 @@ + } + + .status-bar { +- color: #fff; ++ color: #00ffff; + font-weight: bold; + font-size: 14px; + line-height: 25px; +@@ -25,7 +25,7 @@ + .status-bar { + color: #fff; + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 25px; + } + +@@ -30,7 +30,7 @@ + } + + #appmenu { +- color: #fff; ++ color: #00ffff; + position: fixed; + margin: 0; + top: 0; +@@ -52,7 +52,7 @@ + } + + .clock { +- font-size: 15px; ++ font-size: 17px; + } + + #devicemenu { +@@ -73,7 +73,7 @@ + + .appname-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 19px; + line-height: 26px; + color: #fff; + margin: 0px 3px 0 -4px; +@@ -75,7 +75,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 26px; +- color: #fff; ++ color: #00ffff; + margin: 0px 3px 0 -4px; + max-width: 106px; + } +@@ -82,7 +82,7 @@ + + .carrier-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 27px; + color: #fff; + max-width: 132px; +@@ -84,7 +84,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 27px; +- color: #fff; ++ color: #00ffff; + max-width: 132px; + } + +@@ -90,7 +90,7 @@ + + #carrier { + float: left; +- color: #fff; ++ color: #00ffff; + margin-left: 2px; + white-space: nowrap; + overflow: hidden; diff --git a/top-bar/top-bar-increase-font-size-17-green.LICENSE b/top-bar/top-bar-increase-font-size-17-green.LICENSE new file mode 100644 index 00000000..0d95f1b5 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-17-green.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 2sslow + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/top-bar/top-bar-increase-font-size-17-green.patch b/top-bar/top-bar-increase-font-size-17-green.patch new file mode 100644 index 00000000..8f298267 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-17-green.patch @@ -0,0 +1,83 @@ +--- .orig/usr/lib/luna/system/luna-systemui/stylesheets/systemui.css ++++ /usr/lib/luna/system/luna-systemui/stylesheets/systemui.css +@@ -23,7 +23,7 @@ + } + + .status-bar { +- color: #fff; ++ color: #00ff00; + font-weight: bold; + font-size: 14px; + line-height: 25px; +@@ -25,7 +25,7 @@ + .status-bar { + color: #fff; + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 25px; + } + +@@ -30,7 +30,7 @@ + } + + #appmenu { +- color: #fff; ++ color: #00ff00; + position: fixed; + margin: 0; + top: 0; +@@ -52,7 +52,7 @@ + } + + .clock { +- font-size: 15px; ++ font-size: 17px; + } + + #devicemenu { +@@ -73,7 +73,7 @@ + + .appname-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 26px; + color: #fff; + margin: 0px 3px 0 -4px; +@@ -75,7 +75,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 26px; +- color: #fff; ++ color: #00ff00; + margin: 0px 3px 0 -4px; + max-width: 106px; + } +@@ -82,7 +82,7 @@ + + .carrier-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 27px; + color: #fff; + max-width: 132px; +@@ -84,7 +84,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 27px; +- color: #fff; ++ color: #00ff00; + max-width: 132px; + } + +@@ -90,7 +90,7 @@ + + #carrier { + float: left; +- color: #fff; ++ color: #00ff00; + margin-left: 2px; + white-space: nowrap; + overflow: hidden; diff --git a/top-bar/top-bar-increase-font-size-17-navy.LICENSE b/top-bar/top-bar-increase-font-size-17-navy.LICENSE new file mode 100644 index 00000000..0d95f1b5 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-17-navy.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 2sslow + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/top-bar/top-bar-increase-font-size-17-navy.patch b/top-bar/top-bar-increase-font-size-17-navy.patch new file mode 100644 index 00000000..46078a3a --- /dev/null +++ b/top-bar/top-bar-increase-font-size-17-navy.patch @@ -0,0 +1,83 @@ +--- .orig/usr/lib/luna/system/luna-systemui/stylesheets/systemui.css ++++ /usr/lib/luna/system/luna-systemui/stylesheets/systemui.css +@@ -23,7 +23,7 @@ + } + + .status-bar { +- color: #fff; ++ color: #000080; + font-weight: bold; + font-size: 14px; + line-height: 25px; +@@ -25,7 +25,7 @@ + .status-bar { + color: #fff; + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 25px; + } + +@@ -30,7 +30,7 @@ + } + + #appmenu { +- color: #fff; ++ color: #000080; + position: fixed; + margin: 0; + top: 0; +@@ -52,7 +52,7 @@ + } + + .clock { +- font-size: 15px; ++ font-size: 17px; + } + + #devicemenu { +@@ -73,7 +73,7 @@ + + .appname-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 19px; + line-height: 26px; + color: #fff; + margin: 0px 3px 0 -4px; +@@ -75,7 +75,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 26px; +- color: #fff; ++ color: #000080; + margin: 0px 3px 0 -4px; + max-width: 106px; + } +@@ -82,7 +82,7 @@ + + .carrier-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 27px; + color: #fff; + max-width: 132px; +@@ -84,7 +84,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 27px; +- color: #fff; ++ color: #000080; + max-width: 132px; + } + +@@ -90,7 +90,7 @@ + + #carrier { + float: left; +- color: #fff; ++ color: #000080; + margin-left: 2px; + white-space: nowrap; + overflow: hidden; diff --git a/top-bar/top-bar-increase-font-size-17.LICENSE b/top-bar/top-bar-increase-font-size-17.LICENSE new file mode 100644 index 00000000..b9bc169f --- /dev/null +++ b/top-bar/top-bar-increase-font-size-17.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 jmartino2011 + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/top-bar/top-bar-increase-font-size-17.patch b/top-bar/top-bar-increase-font-size-17.patch new file mode 100644 index 00000000..fc316103 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-17.patch @@ -0,0 +1,43 @@ +Name: Increase Top Bar Font Size - 17 +Version: 1.3.1-1 +Author: jmartino2011 +Description: Increases the font size of the top bar to size 17 + +--- .orig/usr/lib/luna/system/luna-systemui/stylesheets/systemui.css ++++ /usr/lib/luna/system/luna-systemui/stylesheets/systemui.css +@@ -25,7 +25,7 @@ + .status-bar { + color: #fff; + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 25px; + } + +@@ -52,7 +52,7 @@ + } + + .clock { +- font-size: 15px; ++ font-size: 17px; + } + + #devicemenu { +@@ -73,7 +73,7 @@ + + .appname-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 16px; + line-height: 26px; + color: #fff; + margin: 0px 3px 0 -4px; +@@ -82,7 +82,7 @@ + + .carrier-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 27px; + color: #fff; + max-width: 132px; diff --git a/top-bar/top-bar-increase-font-size-18-aqua.LICENSE b/top-bar/top-bar-increase-font-size-18-aqua.LICENSE new file mode 100644 index 00000000..0d95f1b5 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-18-aqua.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 2sslow + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/top-bar/top-bar-increase-font-size-18-aqua.patch b/top-bar/top-bar-increase-font-size-18-aqua.patch new file mode 100644 index 00000000..5abde089 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-18-aqua.patch @@ -0,0 +1,83 @@ +--- .orig/usr/lib/luna/system/luna-systemui/stylesheets/systemui.css ++++ /usr/lib/luna/system/luna-systemui/stylesheets/systemui.css +@@ -23,7 +23,7 @@ + } + + .status-bar { +- color: #fff; ++ color: #00ffff; + font-weight: bold; + font-size: 14px; + line-height: 25px; +@@ -25,7 +25,7 @@ + .status-bar { + color: #fff; + font-weight: bold; +- font-size: 14px; ++ font-size: 18px; + line-height: 25px; + } + +@@ -30,7 +30,7 @@ + } + + #appmenu { +- color: #fff; ++ color: #00ffff; + position: fixed; + margin: 0; + top: 0; +@@ -52,7 +52,7 @@ + } + + .clock { +- font-size: 15px; ++ font-size: 18px; + } + + #devicemenu { +@@ -73,7 +73,7 @@ + + .appname-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 19px; + line-height: 26px; + color: #fff; + margin: 0px 3px 0 -4px; +@@ -75,7 +75,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 26px; +- color: #fff; ++ color: #00ffff; + margin: 0px 3px 0 -4px; + max-width: 106px; + } +@@ -82,7 +82,7 @@ + + .carrier-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 18px; + line-height: 27px; + color: #fff; + max-width: 132px; +@@ -84,7 +84,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 27px; +- color: #fff; ++ color: #00ffff; + max-width: 132px; + } + +@@ -90,7 +90,7 @@ + + #carrier { + float: left; +- color: #fff; ++ color: #00ffff; + margin-left: 2px; + white-space: nowrap; + overflow: hidden; diff --git a/top-bar/top-bar-increase-font-size-18-green.LICENSE b/top-bar/top-bar-increase-font-size-18-green.LICENSE new file mode 100644 index 00000000..0d95f1b5 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-18-green.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 2sslow + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/top-bar/top-bar-increase-font-size-18-green.patch b/top-bar/top-bar-increase-font-size-18-green.patch new file mode 100644 index 00000000..ff9df0c5 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-18-green.patch @@ -0,0 +1,83 @@ +--- .orig/usr/lib/luna/system/luna-systemui/stylesheets/systemui.css ++++ /usr/lib/luna/system/luna-systemui/stylesheets/systemui.css +@@ -23,7 +23,7 @@ + } + + .status-bar { +- color: #fff; ++ color: #00ff00; + font-weight: bold; + font-size: 14px; + line-height: 25px; +@@ -25,7 +25,7 @@ + .status-bar { + color: #fff; + font-weight: bold; +- font-size: 14px; ++ font-size: 18px; + line-height: 25px; + } + +@@ -30,7 +30,7 @@ + } + + #appmenu { +- color: #fff; ++ color: #00ff00; + position: fixed; + margin: 0; + top: 0; +@@ -52,7 +52,7 @@ + } + + .clock { +- font-size: 15px; ++ font-size: 18px; + } + + #devicemenu { +@@ -73,7 +73,7 @@ + + .appname-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 26px; + color: #fff; + margin: 0px 3px 0 -4px; +@@ -75,7 +75,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 26px; +- color: #fff; ++ color: #00ff00; + margin: 0px 3px 0 -4px; + max-width: 106px; + } +@@ -82,7 +82,7 @@ + + .carrier-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 18px; + line-height: 27px; + color: #fff; + max-width: 132px; +@@ -84,7 +84,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 27px; +- color: #fff; ++ color: #00ff00; + max-width: 132px; + } + +@@ -90,7 +90,7 @@ + + #carrier { + float: left; +- color: #fff; ++ color: #00ff00; + margin-left: 2px; + white-space: nowrap; + overflow: hidden; diff --git a/top-bar/top-bar-increase-font-size-18-navy.LICENSE b/top-bar/top-bar-increase-font-size-18-navy.LICENSE new file mode 100644 index 00000000..0d95f1b5 --- /dev/null +++ b/top-bar/top-bar-increase-font-size-18-navy.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 2sslow + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/top-bar/top-bar-increase-font-size-18-navy.patch b/top-bar/top-bar-increase-font-size-18-navy.patch new file mode 100644 index 00000000..db1ee1be --- /dev/null +++ b/top-bar/top-bar-increase-font-size-18-navy.patch @@ -0,0 +1,83 @@ +--- .orig/usr/lib/luna/system/luna-systemui/stylesheets/systemui.css ++++ /usr/lib/luna/system/luna-systemui/stylesheets/systemui.css +@@ -23,7 +23,7 @@ + } + + .status-bar { +- color: #fff; ++ color: #000080; + font-weight: bold; + font-size: 14px; + line-height: 25px; +@@ -25,7 +25,7 @@ + .status-bar { + color: #fff; + font-weight: bold; +- font-size: 14px; ++ font-size: 17px; + line-height: 25px; + } + +@@ -30,7 +30,7 @@ + } + + #appmenu { +- color: #fff; ++ color: #000080; + position: fixed; + margin: 0; + top: 0; +@@ -52,7 +52,7 @@ + } + + .clock { +- font-size: 15px; ++ font-size: 18px; + } + + #devicemenu { +@@ -73,7 +73,7 @@ + + .appname-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 18px; + line-height: 26px; + color: #fff; + margin: 0px 3px 0 -4px; +@@ -75,7 +75,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 26px; +- color: #fff; ++ color: #000080; + margin: 0px 3px 0 -4px; + max-width: 106px; + } +@@ -82,7 +82,7 @@ + + .carrier-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 18px; + line-height: 27px; + color: #fff; + max-width: 132px; +@@ -84,7 +84,7 @@ + font-weight: bold; + font-size: 14px; + line-height: 27px; +- color: #fff; ++ color: #000080; + max-width: 132px; + } + +@@ -90,7 +90,7 @@ + + #carrier { + float: left; +- color: #fff; ++ color: #000080; + margin-left: 2px; + white-space: nowrap; + overflow: hidden; diff --git a/top-bar/top-bar-increase-font-size-18.LICENSE b/top-bar/top-bar-increase-font-size-18.LICENSE new file mode 100644 index 00000000..b9bc169f --- /dev/null +++ b/top-bar/top-bar-increase-font-size-18.LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2009 jmartino2011 + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/top-bar/top-bar-increase-font-size-18.patch b/top-bar/top-bar-increase-font-size-18.patch new file mode 100644 index 00000000..0fe0964c --- /dev/null +++ b/top-bar/top-bar-increase-font-size-18.patch @@ -0,0 +1,43 @@ +Name: Increase Top Bar Font Size - 18 +Version: 1.3.1-1 +Author: jmartino2011 +Description: Increases the top bar font size to 18 (16 for the app name) + +--- .orig/usr/lib/luna/system/luna-systemui/stylesheets/systemui.css ++++ /usr/lib/luna/system/luna-systemui/stylesheets/systemui.css +@@ -25,7 +25,7 @@ + .status-bar { + color: #fff; + font-weight: bold; +- font-size: 14px; ++ font-size: 18px; + line-height: 25px; + } + +@@ -52,7 +52,7 @@ + } + + .clock { +- font-size: 15px; ++ font-size: 18px; + } + + #devicemenu { +@@ -73,7 +73,7 @@ + + .appname-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 16px; + line-height: 26px; + color: #fff; + margin: 0px 3px 0 -4px; +@@ -82,7 +82,7 @@ + + .carrier-wrapper { + font-weight: bold; +- font-size: 14px; ++ font-size: 18px; + line-height: 27px; + color: #fff; + max-width: 132px;