Update spaCy pipeline
Browse files- README.md +10 -10
- config.cfg +2 -2
- en_pipeline-any-py3-none-any.whl +2 -2
- meta.json +59 -47
- ner/model +0 -0
- ner/moves +1 -1
- tok2vec/model +1 -1
- vocab/strings.json +833 -974
README.md
CHANGED
|
@@ -13,13 +13,13 @@ model-index:
|
|
| 13 |
metrics:
|
| 14 |
- name: NER Precision
|
| 15 |
type: precision
|
| 16 |
-
value: 0.
|
| 17 |
- name: NER Recall
|
| 18 |
type: recall
|
| 19 |
-
value: 0.
|
| 20 |
- name: NER F Score
|
| 21 |
type: f_score
|
| 22 |
-
value: 0.
|
| 23 |
---
|
| 24 |
| Feature | Description |
|
| 25 |
| --- | --- |
|
|
@@ -37,11 +37,11 @@ model-index:
|
|
| 37 |
|
| 38 |
<details>
|
| 39 |
|
| 40 |
-
<summary>View label scheme (
|
| 41 |
|
| 42 |
| Component | Labels |
|
| 43 |
| --- | --- |
|
| 44 |
-
| **`ner`** | `
|
| 45 |
|
| 46 |
</details>
|
| 47 |
|
|
@@ -49,8 +49,8 @@ model-index:
|
|
| 49 |
|
| 50 |
| Type | Score |
|
| 51 |
| --- | --- |
|
| 52 |
-
| `ENTS_F` |
|
| 53 |
-
| `ENTS_P` |
|
| 54 |
-
| `ENTS_R` |
|
| 55 |
-
| `TOK2VEC_LOSS` |
|
| 56 |
-
| `NER_LOSS` |
|
|
|
|
| 13 |
metrics:
|
| 14 |
- name: NER Precision
|
| 15 |
type: precision
|
| 16 |
+
value: 0.934169279
|
| 17 |
- name: NER Recall
|
| 18 |
type: recall
|
| 19 |
+
value: 0.9445324881
|
| 20 |
- name: NER F Score
|
| 21 |
type: f_score
|
| 22 |
+
value: 0.939322301
|
| 23 |
---
|
| 24 |
| Feature | Description |
|
| 25 |
| --- | --- |
|
|
|
|
| 37 |
|
| 38 |
<details>
|
| 39 |
|
| 40 |
+
<summary>View label scheme (20 labels for 1 components)</summary>
|
| 41 |
|
| 42 |
| Component | Labels |
|
| 43 |
| --- | --- |
|
| 44 |
+
| **`ner`** | `APPLICATIONS`, `COLLEGE`, `COMMENT`, `CURRENCY`, `FIGURE`, `FURNITURE`, `GADGET`, `GPE`, `INSTITUITIONS`, `LOCATION`, `ORG`, `PEOPLE`, `PERIOD`, `PERSON`, `PROGRAM`, `SHELTER`, `SKILL`, `TIME`, `WEATHER CONDITION`, `YEAR` |
|
| 45 |
|
| 46 |
</details>
|
| 47 |
|
|
|
|
| 49 |
|
| 50 |
| Type | Score |
|
| 51 |
| --- | --- |
|
| 52 |
+
| `ENTS_F` | 93.93 |
|
| 53 |
+
| `ENTS_P` | 93.42 |
|
| 54 |
+
| `ENTS_R` | 94.45 |
|
| 55 |
+
| `TOK2VEC_LOSS` | 25728.50 |
|
| 56 |
+
| `NER_LOSS` | 421749.70 |
|
config.cfg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[paths]
|
| 2 |
-
train = "./
|
| 3 |
-
dev = "./
|
| 4 |
vectors = null
|
| 5 |
init_tok2vec = null
|
| 6 |
|
|
|
|
| 1 |
[paths]
|
| 2 |
+
train = "./annotations-data.spacy"
|
| 3 |
+
dev = "./annotations-data.spacy"
|
| 4 |
vectors = null
|
| 5 |
init_tok2vec = null
|
| 6 |
|
en_pipeline-any-py3-none-any.whl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:427d23990a02258daf88236cd52fb50d03409e33f30742107bf6cb768844d47a
|
| 3 |
+
size 6223219
|
meta.json
CHANGED
|
@@ -20,23 +20,25 @@
|
|
| 20 |
|
| 21 |
],
|
| 22 |
"ner":[
|
| 23 |
-
"ANIMAL",
|
| 24 |
"APPLICATIONS",
|
|
|
|
|
|
|
| 25 |
"CURRENCY",
|
| 26 |
-
"DATE",
|
| 27 |
-
"DAY",
|
| 28 |
-
"ELECTRONICS",
|
| 29 |
"FIGURE",
|
| 30 |
-
"
|
|
|
|
| 31 |
"GPE",
|
| 32 |
"INSTITUITIONS",
|
| 33 |
"LOCATION",
|
| 34 |
-
"MONTH",
|
| 35 |
"ORG",
|
| 36 |
-
"
|
|
|
|
| 37 |
"PERSON",
|
| 38 |
-
"
|
| 39 |
-
"
|
|
|
|
|
|
|
|
|
|
| 40 |
"YEAR"
|
| 41 |
]
|
| 42 |
},
|
|
@@ -52,16 +54,31 @@
|
|
| 52 |
|
| 53 |
],
|
| 54 |
"performance":{
|
| 55 |
-
"ents_f":0.
|
| 56 |
-
"ents_p":0.
|
| 57 |
-
"ents_r":0.
|
| 58 |
"ents_per_type":{
|
| 59 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
"p":1.0,
|
| 61 |
"r":1.0,
|
| 62 |
"f":1.0
|
| 63 |
},
|
| 64 |
-
"
|
| 65 |
"p":1.0,
|
| 66 |
"r":1.0,
|
| 67 |
"f":1.0
|
|
@@ -71,84 +88,79 @@
|
|
| 71 |
"r":1.0,
|
| 72 |
"f":1.0
|
| 73 |
},
|
| 74 |
-
"
|
| 75 |
"p":1.0,
|
| 76 |
"r":1.0,
|
| 77 |
"f":1.0
|
| 78 |
},
|
| 79 |
-
"
|
| 80 |
-
"p":0.9811320755,
|
| 81 |
-
"r":0.962962963,
|
| 82 |
-
"f":0.9719626168
|
| 83 |
-
},
|
| 84 |
-
"APPLICATIONS":{
|
| 85 |
-
"p":0.9444444444,
|
| 86 |
-
"r":1.0,
|
| 87 |
-
"f":0.9714285714
|
| 88 |
-
},
|
| 89 |
-
"MONTH":{
|
| 90 |
-
"p":0.962962963,
|
| 91 |
-
"r":1.0,
|
| 92 |
-
"f":0.9811320755
|
| 93 |
-
},
|
| 94 |
-
"ELECTRONICS":{
|
| 95 |
"p":1.0,
|
| 96 |
"r":1.0,
|
| 97 |
"f":1.0
|
| 98 |
},
|
| 99 |
-
"
|
| 100 |
"p":1.0,
|
| 101 |
"r":1.0,
|
| 102 |
"f":1.0
|
| 103 |
},
|
| 104 |
-
"
|
| 105 |
-
"p":0.
|
| 106 |
-
"r":
|
| 107 |
-
"f":0.
|
| 108 |
},
|
| 109 |
"LOCATION":{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
"p":1.0,
|
| 111 |
"r":1.0,
|
| 112 |
"f":1.0
|
| 113 |
},
|
| 114 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
"p":1.0,
|
| 116 |
"r":1.0,
|
| 117 |
"f":1.0
|
| 118 |
},
|
| 119 |
-
"
|
| 120 |
"p":1.0,
|
| 121 |
"r":1.0,
|
| 122 |
"f":1.0
|
| 123 |
},
|
| 124 |
-
"
|
| 125 |
-
"p":0
|
| 126 |
"r":1.0,
|
| 127 |
-
"f":0
|
| 128 |
},
|
| 129 |
-
"
|
| 130 |
"p":1.0,
|
| 131 |
"r":1.0,
|
| 132 |
"f":1.0
|
| 133 |
},
|
| 134 |
-
"
|
| 135 |
"p":1.0,
|
| 136 |
"r":1.0,
|
| 137 |
"f":1.0
|
| 138 |
},
|
| 139 |
-
"
|
| 140 |
"p":1.0,
|
| 141 |
"r":1.0,
|
| 142 |
"f":1.0
|
| 143 |
},
|
| 144 |
-
"
|
| 145 |
"p":1.0,
|
| 146 |
"r":1.0,
|
| 147 |
"f":1.0
|
| 148 |
}
|
| 149 |
},
|
| 150 |
-
"tok2vec_loss":
|
| 151 |
-
"ner_loss":
|
| 152 |
},
|
| 153 |
"requirements":[
|
| 154 |
|
|
|
|
| 20 |
|
| 21 |
],
|
| 22 |
"ner":[
|
|
|
|
| 23 |
"APPLICATIONS",
|
| 24 |
+
"COLLEGE",
|
| 25 |
+
"COMMENT",
|
| 26 |
"CURRENCY",
|
|
|
|
|
|
|
|
|
|
| 27 |
"FIGURE",
|
| 28 |
+
"FURNITURE",
|
| 29 |
+
"GADGET",
|
| 30 |
"GPE",
|
| 31 |
"INSTITUITIONS",
|
| 32 |
"LOCATION",
|
|
|
|
| 33 |
"ORG",
|
| 34 |
+
"PEOPLE",
|
| 35 |
+
"PERIOD",
|
| 36 |
"PERSON",
|
| 37 |
+
"PROGRAM",
|
| 38 |
+
"SHELTER",
|
| 39 |
+
"SKILL",
|
| 40 |
+
"TIME",
|
| 41 |
+
"WEATHER CONDITION",
|
| 42 |
"YEAR"
|
| 43 |
]
|
| 44 |
},
|
|
|
|
| 54 |
|
| 55 |
],
|
| 56 |
"performance":{
|
| 57 |
+
"ents_f":0.939322301,
|
| 58 |
+
"ents_p":0.934169279,
|
| 59 |
+
"ents_r":0.9445324881,
|
| 60 |
"ents_per_type":{
|
| 61 |
+
"PERSON":{
|
| 62 |
+
"p":0.9163879599,
|
| 63 |
+
"r":0.904290429,
|
| 64 |
+
"f":0.9102990033
|
| 65 |
+
},
|
| 66 |
+
"PROGRAM":{
|
| 67 |
+
"p":0.8571428571,
|
| 68 |
+
"r":1.0,
|
| 69 |
+
"f":0.9230769231
|
| 70 |
+
},
|
| 71 |
+
"APPLICATIONS":{
|
| 72 |
+
"p":0.95,
|
| 73 |
+
"r":1.0,
|
| 74 |
+
"f":0.9743589744
|
| 75 |
+
},
|
| 76 |
+
"ORG":{
|
| 77 |
"p":1.0,
|
| 78 |
"r":1.0,
|
| 79 |
"f":1.0
|
| 80 |
},
|
| 81 |
+
"INSTITUITIONS":{
|
| 82 |
"p":1.0,
|
| 83 |
"r":1.0,
|
| 84 |
"f":1.0
|
|
|
|
| 88 |
"r":1.0,
|
| 89 |
"f":1.0
|
| 90 |
},
|
| 91 |
+
"PERIOD":{
|
| 92 |
"p":1.0,
|
| 93 |
"r":1.0,
|
| 94 |
"f":1.0
|
| 95 |
},
|
| 96 |
+
"TIME":{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
"p":1.0,
|
| 98 |
"r":1.0,
|
| 99 |
"f":1.0
|
| 100 |
},
|
| 101 |
+
"COMMENT":{
|
| 102 |
"p":1.0,
|
| 103 |
"r":1.0,
|
| 104 |
"f":1.0
|
| 105 |
},
|
| 106 |
+
"GPE":{
|
| 107 |
+
"p":0.775862069,
|
| 108 |
+
"r":0.8823529412,
|
| 109 |
+
"f":0.8256880734
|
| 110 |
},
|
| 111 |
"LOCATION":{
|
| 112 |
+
"p":0.8571428571,
|
| 113 |
+
"r":1.0,
|
| 114 |
+
"f":0.9230769231
|
| 115 |
+
},
|
| 116 |
+
"COLLEGE":{
|
| 117 |
"p":1.0,
|
| 118 |
"r":1.0,
|
| 119 |
"f":1.0
|
| 120 |
},
|
| 121 |
+
"PEOPLE":{
|
| 122 |
+
"p":0.875,
|
| 123 |
+
"r":1.0,
|
| 124 |
+
"f":0.9333333333
|
| 125 |
+
},
|
| 126 |
+
"SKILL":{
|
| 127 |
"p":1.0,
|
| 128 |
"r":1.0,
|
| 129 |
"f":1.0
|
| 130 |
},
|
| 131 |
+
"SHELTER":{
|
| 132 |
"p":1.0,
|
| 133 |
"r":1.0,
|
| 134 |
"f":1.0
|
| 135 |
},
|
| 136 |
+
"WEATHER CONDITION":{
|
| 137 |
+
"p":1.0,
|
| 138 |
"r":1.0,
|
| 139 |
+
"f":1.0
|
| 140 |
},
|
| 141 |
+
"FURNITURE":{
|
| 142 |
"p":1.0,
|
| 143 |
"r":1.0,
|
| 144 |
"f":1.0
|
| 145 |
},
|
| 146 |
+
"GADGET":{
|
| 147 |
"p":1.0,
|
| 148 |
"r":1.0,
|
| 149 |
"f":1.0
|
| 150 |
},
|
| 151 |
+
"CURRENCY":{
|
| 152 |
"p":1.0,
|
| 153 |
"r":1.0,
|
| 154 |
"f":1.0
|
| 155 |
},
|
| 156 |
+
"YEAR":{
|
| 157 |
"p":1.0,
|
| 158 |
"r":1.0,
|
| 159 |
"f":1.0
|
| 160 |
}
|
| 161 |
},
|
| 162 |
+
"tok2vec_loss":257.2849787237,
|
| 163 |
+
"ner_loss":4217.4970068512
|
| 164 |
},
|
| 165 |
"requirements":[
|
| 166 |
|
ner/model
CHANGED
|
Binary files a/ner/model and b/ner/model differ
|
|
|
ner/moves
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
��moves
|
|
|
|
| 1 |
+
��moves�0{"0":{},"1":{"PERSON":366,"FIGURE":201,"GPE":81,"COMMENT":30,"APPLICATIONS":28,"INSTITUITIONS":21,"TIME":12,"PROGRAM":11,"YEAR":10,"COLLEGE":10,"PEOPLE":9,"SKILL":8,"LOCATION":6,"FURNITURE":5,"WEATHER CONDITION":3,"GADGET":3,"SHELTER":1,"PERIOD":1,"ORG":1,"CURRENCY":1},"2":{"PERSON":366,"FIGURE":201,"GPE":81,"COMMENT":30,"APPLICATIONS":28,"INSTITUITIONS":21,"TIME":12,"PROGRAM":11,"YEAR":10,"COLLEGE":10,"PEOPLE":9,"SKILL":8,"LOCATION":6,"FURNITURE":5,"WEATHER CONDITION":3,"GADGET":3,"SHELTER":1,"PERIOD":1,"ORG":1,"CURRENCY":1},"3":{"PERSON":366,"FIGURE":201,"GPE":81,"COMMENT":30,"APPLICATIONS":28,"INSTITUITIONS":21,"TIME":12,"PROGRAM":11,"YEAR":10,"COLLEGE":10,"PEOPLE":9,"SKILL":8,"LOCATION":6,"FURNITURE":5,"WEATHER CONDITION":3,"GADGET":3,"SHELTER":1,"PERIOD":1,"ORG":1,"CURRENCY":1},"4":{"PERSON":366,"FIGURE":201,"GPE":81,"COMMENT":30,"APPLICATIONS":28,"INSTITUITIONS":21,"TIME":12,"PROGRAM":11,"YEAR":10,"COLLEGE":10,"PEOPLE":9,"SKILL":8,"LOCATION":6,"FURNITURE":5,"WEATHER CONDITION":3,"GADGET":3,"SHELTER":1,"PERIOD":1,"ORG":1,"CURRENCY":1,"":1},"5":{"":1}}�cfg��neg_key�
|
tok2vec/model
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6585091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e2b5dfb709ebb414bb06ba36b049213fff2bc01356105bec1f55aa861646b84
|
| 3 |
size 6585091
|
vocab/strings.json
CHANGED
|
@@ -4,7 +4,6 @@
|
|
| 4 |
"\r",
|
| 5 |
" ",
|
| 6 |
" ",
|
| 7 |
-
"!",
|
| 8 |
"\"",
|
| 9 |
"'",
|
| 10 |
"''",
|
|
@@ -106,105 +105,422 @@
|
|
| 106 |
"0.0",
|
| 107 |
"0.o",
|
| 108 |
"000",
|
| 109 |
-
"004",
|
| 110 |
"010",
|
|
|
|
| 111 |
"018",
|
|
|
|
| 112 |
"021",
|
| 113 |
"022",
|
| 114 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
"0_0",
|
| 116 |
"0_o",
|
| 117 |
"1",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
"10",
|
|
|
|
|
|
|
| 119 |
"100",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
"10a.m",
|
| 121 |
"10a.m.",
|
| 122 |
"10p.m",
|
| 123 |
"10p.m.",
|
| 124 |
"11",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
"11a.m",
|
| 126 |
"11a.m.",
|
| 127 |
"11p.m",
|
| 128 |
"11p.m.",
|
| 129 |
"12",
|
|
|
|
|
|
|
|
|
|
| 130 |
"12a.m",
|
| 131 |
"12a.m.",
|
| 132 |
"12p.m",
|
| 133 |
"12p.m.",
|
| 134 |
-
"
|
|
|
|
|
|
|
| 135 |
"14",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
"17",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
"1a.m",
|
| 138 |
"1a.m.",
|
| 139 |
"1p.m",
|
| 140 |
"1p.m.",
|
| 141 |
"2",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
"20",
|
|
|
|
|
|
|
| 143 |
"2010",
|
| 144 |
-
"
|
| 145 |
"2021",
|
| 146 |
-
"
|
| 147 |
-
"
|
|
|
|
|
|
|
|
|
|
| 148 |
"22",
|
| 149 |
-
"
|
| 150 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
"26",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
"270",
|
| 153 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 154 |
"2a.m",
|
| 155 |
"2a.m.",
|
| 156 |
-
"2nd",
|
| 157 |
"2p.m",
|
| 158 |
"2p.m.",
|
| 159 |
-
"2th",
|
| 160 |
"3",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
"30",
|
|
|
|
|
|
|
|
|
|
| 162 |
"31",
|
|
|
|
| 163 |
"32",
|
|
|
|
|
|
|
|
|
|
| 164 |
"33",
|
| 165 |
"333",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
"3a.m",
|
| 167 |
"3a.m.",
|
| 168 |
"3p.m",
|
| 169 |
"3p.m.",
|
| 170 |
"4",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
"40",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
"47",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
"4a.m",
|
| 174 |
"4a.m.",
|
| 175 |
"4p.m",
|
| 176 |
"4p.m.",
|
| 177 |
"5",
|
| 178 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
"5a.m",
|
| 180 |
"5a.m.",
|
| 181 |
"5p.m",
|
| 182 |
"5p.m.",
|
| 183 |
"6",
|
| 184 |
-
"6
|
| 185 |
-
"6.8",
|
| 186 |
"60",
|
| 187 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 188 |
"6a.m",
|
| 189 |
"6a.m.",
|
| 190 |
"6p.m",
|
| 191 |
"6p.m.",
|
| 192 |
"7",
|
| 193 |
-
"7
|
| 194 |
-
"
|
| 195 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
"7a.m",
|
| 197 |
"7a.m.",
|
| 198 |
"7p.m",
|
| 199 |
"7p.m.",
|
| 200 |
"8",
|
| 201 |
"8)",
|
|
|
|
| 202 |
"8-",
|
| 203 |
"8-)",
|
| 204 |
"8-D",
|
| 205 |
"8-d",
|
| 206 |
-
"
|
| 207 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
"8D",
|
| 209 |
"8a.m",
|
| 210 |
"8a.m.",
|
|
@@ -212,6 +528,31 @@
|
|
| 212 |
"8p.m",
|
| 213 |
"8p.m.",
|
| 214 |
"9",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 215 |
"9a.m",
|
| 216 |
"9a.m.",
|
| 217 |
"9p.m",
|
|
@@ -313,30 +654,16 @@
|
|
| 313 |
">:o",
|
| 314 |
">:x",
|
| 315 |
"><(((*>",
|
| 316 |
-
"?",
|
| 317 |
"@",
|
| 318 |
"@_@",
|
| 319 |
"A",
|
| 320 |
-
"ACET",
|
| 321 |
-
"AES",
|
| 322 |
-
"AGE",
|
| 323 |
-
"ANIMAL",
|
| 324 |
"API",
|
| 325 |
"APPLICATIONS",
|
| 326 |
-
"
|
| 327 |
-
"
|
| 328 |
-
"Abnormal",
|
| 329 |
-
"According",
|
| 330 |
-
"Accra",
|
| 331 |
-
"Across",
|
| 332 |
-
"Activities",
|
| 333 |
-
"Additionally",
|
| 334 |
"Adm",
|
| 335 |
"Adm.",
|
| 336 |
-
"
|
| 337 |
-
"Africa",
|
| 338 |
-
"After",
|
| 339 |
-
"Agricultural",
|
| 340 |
"Ai",
|
| 341 |
"Ak",
|
| 342 |
"Ak.",
|
|
@@ -344,45 +671,75 @@
|
|
| 344 |
"Ala.",
|
| 345 |
"Alabama",
|
| 346 |
"Alaska",
|
|
|
|
|
|
|
|
|
|
| 347 |
"Also",
|
| 348 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 349 |
"Angella",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 350 |
"Apr",
|
| 351 |
"Apr.",
|
| 352 |
"April",
|
| 353 |
"Are",
|
|
|
|
| 354 |
"Ariz",
|
| 355 |
"Ariz.",
|
| 356 |
"Arizona",
|
| 357 |
"Ark",
|
| 358 |
"Ark.",
|
| 359 |
"Arkansas",
|
| 360 |
-
"
|
| 361 |
-
"
|
| 362 |
"Aug",
|
| 363 |
"Aug.",
|
| 364 |
"August",
|
|
|
|
|
|
|
|
|
|
| 365 |
"B",
|
| 366 |
-
"
|
| 367 |
-
"
|
| 368 |
-
"
|
| 369 |
-
"
|
| 370 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 371 |
"Benjamin",
|
| 372 |
-
"
|
| 373 |
-
"
|
| 374 |
-
"
|
| 375 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 376 |
"Bros",
|
| 377 |
"Bros.",
|
| 378 |
-
"
|
|
|
|
|
|
|
| 379 |
"But",
|
| 380 |
"C",
|
| 381 |
"C'm",
|
| 382 |
"C++",
|
| 383 |
"C.",
|
| 384 |
-
"
|
| 385 |
-
"
|
|
|
|
|
|
|
|
|
|
| 386 |
"CSS",
|
| 387 |
"CURRENCY",
|
| 388 |
"Ca",
|
|
@@ -390,56 +747,60 @@
|
|
| 390 |
"Calif.",
|
| 391 |
"California",
|
| 392 |
"Can",
|
|
|
|
|
|
|
|
|
|
| 393 |
"Cause",
|
| 394 |
-
"
|
| 395 |
-
"
|
| 396 |
-
"
|
| 397 |
"Co",
|
| 398 |
"Co.",
|
| 399 |
-
"College",
|
| 400 |
"Colo",
|
| 401 |
"Colo.",
|
| 402 |
"Colorado",
|
| 403 |
-
"Committee",
|
| 404 |
-
"Communications",
|
| 405 |
-
"Confirmed",
|
| 406 |
"Conn",
|
| 407 |
"Conn.",
|
| 408 |
"Connecticut",
|
|
|
|
| 409 |
"Corp",
|
| 410 |
"Corp.",
|
| 411 |
"Cos",
|
| 412 |
"Could",
|
| 413 |
"Coz",
|
| 414 |
-
"Crisis",
|
| 415 |
-
"Currently",
|
| 416 |
"Cuz",
|
|
|
|
| 417 |
"C\u2019m",
|
| 418 |
"D",
|
| 419 |
"D.",
|
| 420 |
"D.C.",
|
| 421 |
-
"
|
| 422 |
-
"DRC",
|
| 423 |
"Dare",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 424 |
"Dec",
|
| 425 |
"Dec.",
|
| 426 |
"December",
|
| 427 |
"Del",
|
| 428 |
"Del.",
|
| 429 |
"Delaware",
|
| 430 |
-
"
|
| 431 |
-
"
|
| 432 |
"Did",
|
| 433 |
-
"Director",
|
| 434 |
-
"Discussions",
|
| 435 |
"Django",
|
| 436 |
"Do",
|
|
|
|
| 437 |
"Does",
|
| 438 |
"Doin",
|
| 439 |
"Doin'",
|
| 440 |
"Doin\u2019",
|
|
|
|
| 441 |
"Done",
|
|
|
|
| 442 |
"Dorothy",
|
|
|
|
| 443 |
"Dr",
|
| 444 |
"Dr.",
|
| 445 |
"E",
|
|
@@ -447,57 +808,54 @@
|
|
| 447 |
"E.g",
|
| 448 |
"E.g.",
|
| 449 |
"EAR",
|
| 450 |
-
"
|
| 451 |
-
"
|
| 452 |
-
"
|
| 453 |
-
"
|
| 454 |
-
"
|
| 455 |
-
"
|
| 456 |
-
"
|
|
|
|
|
|
|
|
|
|
| 457 |
"F",
|
| 458 |
"F.",
|
| 459 |
"FIGURE",
|
| 460 |
-
"
|
| 461 |
-
"Facebook",
|
| 462 |
"Faith",
|
|
|
|
| 463 |
"Feb",
|
| 464 |
"Feb.",
|
| 465 |
"February",
|
|
|
|
| 466 |
"Fla",
|
| 467 |
"Fla.",
|
|
|
|
| 468 |
"Florida",
|
| 469 |
-
"
|
| 470 |
-
"
|
| 471 |
-
"From",
|
| 472 |
-
"Fund",
|
| 473 |
"G",
|
| 474 |
-
"
|
|
|
|
| 475 |
"Ga",
|
| 476 |
"Ga.",
|
|
|
|
| 477 |
"Gen",
|
| 478 |
"Gen.",
|
| 479 |
-
"
|
| 480 |
"Georgia",
|
| 481 |
-
"Ghana",
|
| 482 |
"Git",
|
| 483 |
"Github",
|
| 484 |
-
"Given",
|
| 485 |
-
"Gloria",
|
| 486 |
"Goin",
|
| 487 |
"Goin'",
|
| 488 |
"Goin\u2019",
|
| 489 |
"Gon",
|
| 490 |
"Good",
|
| 491 |
-
"Gorettie",
|
| 492 |
"Got",
|
| 493 |
"Gov",
|
| 494 |
"Gov.",
|
| 495 |
-
"
|
| 496 |
-
"Grace",
|
| 497 |
-
"Grants",
|
| 498 |
-
"Gyan",
|
| 499 |
"H",
|
| 500 |
-
"HCR",
|
| 501 |
"HTML",
|
| 502 |
"Had",
|
| 503 |
"Has",
|
|
@@ -508,23 +866,26 @@
|
|
| 508 |
"He",
|
| 509 |
"He's",
|
| 510 |
"Health",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 511 |
"He\u2019s",
|
| 512 |
-
"Higher",
|
| 513 |
"Hopefully",
|
| 514 |
"How",
|
| 515 |
"How's",
|
| 516 |
-
"However",
|
| 517 |
"How\u2019s",
|
| 518 |
"I",
|
| 519 |
"I.E.",
|
| 520 |
"I.e",
|
| 521 |
"I.e.",
|
| 522 |
-
"ICS",
|
| 523 |
"ICT",
|
|
|
|
|
|
|
| 524 |
"INSTITUITIONS",
|
|
|
|
| 525 |
"ION",
|
| 526 |
"IP",
|
| 527 |
-
"IPC",
|
| 528 |
"Ia",
|
| 529 |
"Ia.",
|
| 530 |
"Id",
|
|
@@ -533,19 +894,13 @@
|
|
| 533 |
"Ill",
|
| 534 |
"Ill.",
|
| 535 |
"Illinois",
|
| 536 |
-
"In",
|
| 537 |
"Inc",
|
| 538 |
"Inc.",
|
| 539 |
"Ind",
|
| 540 |
"Ind.",
|
| 541 |
"Indiana",
|
| 542 |
-
"Information",
|
| 543 |
"Infrastructure",
|
| 544 |
-
"Innovation",
|
| 545 |
-
"Innovations",
|
| 546 |
-
"Instagram",
|
| 547 |
"Intern",
|
| 548 |
-
"Internet",
|
| 549 |
"Internship",
|
| 550 |
"Iowa",
|
| 551 |
"Is",
|
|
@@ -555,89 +910,106 @@
|
|
| 555 |
"It\u2019s",
|
| 556 |
"J",
|
| 557 |
"JS",
|
|
|
|
|
|
|
|
|
|
| 558 |
"Jan",
|
| 559 |
"Jan.",
|
|
|
|
| 560 |
"January",
|
|
|
|
| 561 |
"Javascript",
|
| 562 |
-
"
|
|
|
|
|
|
|
|
|
|
| 563 |
"John",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 564 |
"Jquery",
|
| 565 |
"Jr",
|
| 566 |
"Jr.",
|
| 567 |
"Jul",
|
| 568 |
"Jul.",
|
|
|
|
| 569 |
"July",
|
| 570 |
"Jun",
|
| 571 |
"Jun.",
|
| 572 |
"June",
|
|
|
|
| 573 |
"K",
|
| 574 |
"K.",
|
| 575 |
-
"Kainerugaba",
|
| 576 |
"Kan",
|
| 577 |
"Kan.",
|
| 578 |
"Kans",
|
| 579 |
"Kans.",
|
| 580 |
"Kansas",
|
| 581 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 582 |
"Kentucky",
|
| 583 |
"Kenya",
|
| 584 |
-
"
|
| 585 |
-
"
|
|
|
|
| 586 |
"Ky",
|
| 587 |
"Ky.",
|
|
|
|
| 588 |
"L",
|
| 589 |
"LOCATION",
|
| 590 |
"La",
|
| 591 |
"La.",
|
| 592 |
-
"
|
|
|
|
| 593 |
"Let",
|
| 594 |
"Let's",
|
| 595 |
"Let\u2019s",
|
| 596 |
-
"
|
| 597 |
-
"
|
| 598 |
"Louisiana",
|
| 599 |
"Lovin",
|
| 600 |
"Lovin'",
|
| 601 |
"Lovin\u2019",
|
| 602 |
-
"Low",
|
| 603 |
"Ltd",
|
| 604 |
"Ltd.",
|
| 605 |
"M",
|
| 606 |
-
"MAL",
|
| 607 |
-
"MONTH",
|
| 608 |
"MS",
|
| 609 |
-
"MSU",
|
| 610 |
"MTN",
|
| 611 |
"Ma'am",
|
| 612 |
"Mahad",
|
|
|
|
| 613 |
"Maintains",
|
| 614 |
-
"Mak",
|
| 615 |
"Makerere",
|
| 616 |
-
"
|
| 617 |
-
"Management",
|
| 618 |
-
"Manager",
|
| 619 |
"Mar",
|
| 620 |
"Mar.",
|
| 621 |
"March",
|
|
|
|
|
|
|
|
|
|
| 622 |
"Mary",
|
| 623 |
"Mass",
|
| 624 |
"Mass.",
|
| 625 |
"Massachusetts",
|
|
|
|
| 626 |
"May",
|
| 627 |
"Ma\u2019am",
|
| 628 |
"Md",
|
| 629 |
"Md.",
|
| 630 |
-
"
|
| 631 |
"Messrs",
|
| 632 |
"Messrs.",
|
| 633 |
"Mich",
|
| 634 |
"Mich.",
|
| 635 |
"Michael",
|
|
|
|
| 636 |
"Michigan",
|
| 637 |
"Might",
|
| 638 |
-
"Mindset",
|
| 639 |
-
"Minister",
|
| 640 |
-
"Ministry",
|
| 641 |
"Minn",
|
| 642 |
"Minn.",
|
| 643 |
"Minnesota",
|
|
@@ -646,10 +1018,10 @@
|
|
| 646 |
"Mississippi",
|
| 647 |
"Mo",
|
| 648 |
"Mo.",
|
| 649 |
-
"Monetary",
|
| 650 |
"Mont",
|
| 651 |
"Mont.",
|
| 652 |
"More",
|
|
|
|
| 653 |
"Mount",
|
| 654 |
"Mr",
|
| 655 |
"Mr.",
|
|
@@ -659,9 +1031,6 @@
|
|
| 659 |
"Ms.",
|
| 660 |
"Mt",
|
| 661 |
"Mt.",
|
| 662 |
-
"Muhoozi",
|
| 663 |
-
"Mukasa",
|
| 664 |
-
"Museveni",
|
| 665 |
"Must",
|
| 666 |
"MySQL",
|
| 667 |
"N",
|
|
@@ -671,12 +1040,10 @@
|
|
| 671 |
"N.J.",
|
| 672 |
"N.M.",
|
| 673 |
"N.Y.",
|
|
|
|
| 674 |
"NCY",
|
| 675 |
-
"
|
| 676 |
-
"
|
| 677 |
-
"Nabanoga",
|
| 678 |
-
"Naggayi",
|
| 679 |
-
"National",
|
| 680 |
"Neb",
|
| 681 |
"Neb.",
|
| 682 |
"Nebr",
|
|
@@ -691,14 +1058,13 @@
|
|
| 691 |
"New Mexico",
|
| 692 |
"New York",
|
| 693 |
"Next",
|
| 694 |
-
"
|
|
|
|
|
|
|
| 695 |
"No",
|
| 696 |
-
"Normally",
|
| 697 |
"North Carolina",
|
| 698 |
"North Dakota",
|
| 699 |
"Not",
|
| 700 |
-
"Notable",
|
| 701 |
-
"Noted",
|
| 702 |
"Nothin",
|
| 703 |
"Nothin'",
|
| 704 |
"Nothin\u2019",
|
|
@@ -708,125 +1074,117 @@
|
|
| 708 |
"Nuthin",
|
| 709 |
"Nuthin'",
|
| 710 |
"Nuthin\u2019",
|
| 711 |
-
"Nyamuyanja",
|
| 712 |
"O",
|
| 713 |
"O'clock",
|
| 714 |
"O.O",
|
| 715 |
"O.o",
|
| 716 |
-
"OK",
|
| 717 |
"ONS",
|
| 718 |
-
"OOD",
|
| 719 |
-
"OPM",
|
| 720 |
"O_O",
|
| 721 |
"O_o",
|
| 722 |
"Oct",
|
| 723 |
"Oct.",
|
| 724 |
"October",
|
| 725 |
-
"Office",
|
| 726 |
-
"Officer",
|
| 727 |
-
"Ofwono",
|
| 728 |
-
"Ogwang",
|
| 729 |
"Okla",
|
| 730 |
"Okla.",
|
| 731 |
"Oklahoma",
|
| 732 |
"Ol",
|
| 733 |
"Ol'",
|
|
|
|
| 734 |
"Ol\u2019",
|
| 735 |
-
"On",
|
| 736 |
"One",
|
| 737 |
-
"Opondo",
|
| 738 |
"Ore",
|
| 739 |
"Ore.",
|
| 740 |
"Oregon",
|
| 741 |
"Ought",
|
| 742 |
"O\u2019clock",
|
| 743 |
"P",
|
| 744 |
-
"
|
|
|
|
| 745 |
"PHP",
|
|
|
|
|
|
|
| 746 |
"Pa",
|
| 747 |
"Pa.",
|
|
|
|
| 748 |
"Partially",
|
| 749 |
-
"
|
|
|
|
|
|
|
| 750 |
"Pennsylvania",
|
| 751 |
"Peter",
|
| 752 |
"Ph",
|
| 753 |
"Ph.D.",
|
| 754 |
-
"
|
| 755 |
-
"
|
| 756 |
-
"Policy",
|
| 757 |
-
"President",
|
| 758 |
-
"Prices",
|
| 759 |
-
"Prime",
|
| 760 |
-
"Principal",
|
| 761 |
"Prof",
|
| 762 |
"Prof.",
|
| 763 |
-
"Program",
|
| 764 |
"Python",
|
| 765 |
"R",
|
| 766 |
"RAM",
|
| 767 |
-
"REGION",
|
| 768 |
-
"RIF",
|
| 769 |
"ROOT",
|
|
|
|
|
|
|
|
|
|
| 770 |
"Rep",
|
| 771 |
"Rep.",
|
| 772 |
-
"Research",
|
| 773 |
-
"Researchers",
|
| 774 |
"Rev",
|
| 775 |
"Rev.",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 776 |
"Rwanda",
|
|
|
|
| 777 |
"S",
|
| 778 |
"S.C.",
|
|
|
|
|
|
|
| 779 |
"SON",
|
| 780 |
"SQL",
|
| 781 |
"SSL",
|
| 782 |
-
"
|
| 783 |
-
"
|
| 784 |
-
"
|
|
|
|
|
|
|
| 785 |
"Sen",
|
| 786 |
"Sen.",
|
| 787 |
-
"Senior",
|
| 788 |
-
"Senyonyi",
|
| 789 |
"Sep",
|
| 790 |
"Sep.",
|
| 791 |
"Sept",
|
| 792 |
"Sept.",
|
| 793 |
"September",
|
| 794 |
-
"Settled",
|
| 795 |
"Sha",
|
|
|
|
| 796 |
"She",
|
| 797 |
"She's",
|
| 798 |
"She\u2019s",
|
|
|
|
| 799 |
"Should",
|
|
|
|
| 800 |
"Simon",
|
| 801 |
-
"Since",
|
| 802 |
-
"So",
|
| 803 |
"Some",
|
| 804 |
"Somethin",
|
| 805 |
"Somethin'",
|
| 806 |
"Somethin\u2019",
|
| 807 |
"Soroti",
|
| 808 |
-
"South",
|
| 809 |
"South Carolina",
|
| 810 |
"St",
|
| 811 |
"St.",
|
| 812 |
-
"
|
| 813 |
-
"Statement",
|
| 814 |
"Stephen",
|
| 815 |
"Steven",
|
| 816 |
-
"Stressed",
|
| 817 |
"Student",
|
| 818 |
-
"
|
| 819 |
-
"
|
| 820 |
"T",
|
|
|
|
| 821 |
"TML",
|
| 822 |
-
"TV",
|
| 823 |
-
"Tanzania",
|
| 824 |
"Tasks",
|
| 825 |
-
"Technology",
|
| 826 |
"Tenn",
|
| 827 |
"Tenn.",
|
| 828 |
"Tennessee",
|
| 829 |
-
"Teso",
|
| 830 |
"That",
|
| 831 |
"That's",
|
| 832 |
"That\u2019s",
|
|
@@ -836,52 +1194,43 @@
|
|
| 836 |
"There\u2019s",
|
| 837 |
"These",
|
| 838 |
"They",
|
| 839 |
-
"Think",
|
| 840 |
-
"Thinking",
|
| 841 |
"This",
|
| 842 |
"This's",
|
| 843 |
"This\u2019s",
|
|
|
|
| 844 |
"Those",
|
| 845 |
-
"
|
| 846 |
-
"
|
| 847 |
-
"
|
| 848 |
-
"
|
|
|
|
| 849 |
"U",
|
| 850 |
-
"UNHCR",
|
| 851 |
-
"UNIX",
|
| 852 |
"UPS",
|
| 853 |
"URE",
|
|
|
|
| 854 |
"USD",
|
| 855 |
"Uganda",
|
| 856 |
-
"Ugandan",
|
| 857 |
-
"Ugandans",
|
| 858 |
"Understands",
|
| 859 |
-
"Unit",
|
| 860 |
-
"Unity",
|
| 861 |
"University",
|
| 862 |
-
"Unwanted",
|
| 863 |
"V",
|
| 864 |
"V.V",
|
| 865 |
"V_V",
|
| 866 |
"Va",
|
| 867 |
"Va.",
|
| 868 |
"Very",
|
|
|
|
| 869 |
"Virginia",
|
| 870 |
"Vue",
|
| 871 |
"W",
|
| 872 |
-
"
|
| 873 |
-
"WFP",
|
| 874 |
"Was",
|
| 875 |
"Wash",
|
| 876 |
"Wash.",
|
| 877 |
"Washington",
|
| 878 |
"We",
|
| 879 |
-
"Wednesday",
|
| 880 |
-
"Well",
|
| 881 |
"Were",
|
| 882 |
"What",
|
| 883 |
"What's",
|
| 884 |
-
"Whatsapp",
|
| 885 |
"What\u2019s",
|
| 886 |
"When",
|
| 887 |
"When's",
|
|
@@ -895,12 +1244,11 @@
|
|
| 895 |
"Why",
|
| 896 |
"Why's",
|
| 897 |
"Why\u2019s",
|
| 898 |
-
"
|
| 899 |
"Wis",
|
| 900 |
"Wis.",
|
| 901 |
"Wisconsin",
|
| 902 |
"With",
|
| 903 |
-
"Witness",
|
| 904 |
"Wo",
|
| 905 |
"Would",
|
| 906 |
"X'x",
|
|
@@ -916,7 +1264,7 @@
|
|
| 916 |
"XX",
|
| 917 |
"XXX",
|
| 918 |
"XXXX",
|
| 919 |
-
"XXXX
|
| 920 |
"X_X",
|
| 921 |
"X_x",
|
| 922 |
"Xx",
|
|
@@ -949,11 +1297,9 @@
|
|
| 949 |
"X\u2019xxxx",
|
| 950 |
"Y",
|
| 951 |
"YEAR",
|
| 952 |
-
"Yawson",
|
| 953 |
"You",
|
| 954 |
-
"Yoweri",
|
| 955 |
"Z",
|
| 956 |
-
"
|
| 957 |
"[",
|
| 958 |
"[-:",
|
| 959 |
"[:",
|
|
@@ -982,33 +1328,18 @@
|
|
| 982 |
"a.",
|
| 983 |
"a.m",
|
| 984 |
"a.m.",
|
| 985 |
-
"
|
| 986 |
-
"
|
| 987 |
"able",
|
| 988 |
-
"abnormal",
|
| 989 |
"about",
|
| 990 |
-
"above",
|
| 991 |
-
"acceptable",
|
| 992 |
"access",
|
| 993 |
-
"according",
|
| 994 |
-
"account",
|
| 995 |
-
"accounts",
|
| 996 |
-
"accra",
|
| 997 |
"ace",
|
| 998 |
-
"acet",
|
| 999 |
"ach",
|
| 1000 |
-
"
|
| 1001 |
-
"achievements",
|
| 1002 |
"acquired",
|
| 1003 |
-
"across",
|
| 1004 |
-
"activities",
|
| 1005 |
"activity",
|
|
|
|
| 1006 |
"adapted",
|
| 1007 |
-
"adding",
|
| 1008 |
-
"addition",
|
| 1009 |
-
"additional",
|
| 1010 |
-
"additionally",
|
| 1011 |
-
"additions",
|
| 1012 |
"addresses",
|
| 1013 |
"ade",
|
| 1014 |
"adm",
|
|
@@ -1018,18 +1349,10 @@
|
|
| 1018 |
"advised",
|
| 1019 |
"ady",
|
| 1020 |
"ael",
|
| 1021 |
-
"
|
| 1022 |
-
"affected",
|
| 1023 |
-
"africa",
|
| 1024 |
-
"after",
|
| 1025 |
-
"against",
|
| 1026 |
"age",
|
| 1027 |
-
"agricultural",
|
| 1028 |
-
"agriculture",
|
| 1029 |
"ahead",
|
| 1030 |
"ai",
|
| 1031 |
-
"aid",
|
| 1032 |
-
"ail",
|
| 1033 |
"ain",
|
| 1034 |
"air",
|
| 1035 |
"ak",
|
|
@@ -1037,160 +1360,146 @@
|
|
| 1037 |
"ake",
|
| 1038 |
"ala",
|
| 1039 |
"ala.",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1040 |
"all",
|
| 1041 |
"alm",
|
| 1042 |
-
"along",
|
| 1043 |
"already",
|
| 1044 |
-
"als",
|
| 1045 |
"also",
|
| 1046 |
"am",
|
|
|
|
| 1047 |
"ame",
|
| 1048 |
-
"
|
| 1049 |
-
"among",
|
| 1050 |
-
"amount",
|
| 1051 |
-
"ams",
|
| 1052 |
"an",
|
| 1053 |
"an.",
|
| 1054 |
"ana",
|
| 1055 |
"analysis",
|
| 1056 |
"and",
|
| 1057 |
"and/or",
|
| 1058 |
-
"
|
|
|
|
|
|
|
|
|
|
| 1059 |
"angella",
|
| 1060 |
-
"
|
| 1061 |
"ank",
|
| 1062 |
-
"
|
| 1063 |
-
"announces",
|
| 1064 |
-
"annual",
|
| 1065 |
-
"another",
|
| 1066 |
"ans",
|
| 1067 |
"ant",
|
|
|
|
|
|
|
| 1068 |
"any",
|
| 1069 |
"api",
|
| 1070 |
-
"apologize",
|
| 1071 |
-
"app",
|
| 1072 |
-
"appear",
|
| 1073 |
"application",
|
| 1074 |
"applications",
|
| 1075 |
"apr",
|
| 1076 |
"apr.",
|
| 1077 |
-
"aps",
|
| 1078 |
"ar.",
|
|
|
|
| 1079 |
"architecture",
|
| 1080 |
"ard",
|
| 1081 |
"are",
|
| 1082 |
"area",
|
| 1083 |
-
"
|
| 1084 |
"ariz",
|
| 1085 |
"ariz.",
|
| 1086 |
"ark",
|
| 1087 |
"ark.",
|
|
|
|
| 1088 |
"arn",
|
| 1089 |
-
"arrived",
|
| 1090 |
"ars",
|
| 1091 |
"art",
|
| 1092 |
"articulate",
|
| 1093 |
-
"artificial",
|
| 1094 |
"ary",
|
| 1095 |
"as",
|
| 1096 |
-
"asa",
|
| 1097 |
"ase",
|
| 1098 |
"ash",
|
|
|
|
| 1099 |
"ask",
|
| 1100 |
"asked",
|
| 1101 |
"asking",
|
| 1102 |
"asm",
|
|
|
|
| 1103 |
"aspects",
|
| 1104 |
"ass",
|
| 1105 |
"assessment",
|
| 1106 |
-
"assets",
|
| 1107 |
"assigned",
|
| 1108 |
-
"assistance",
|
| 1109 |
"associated",
|
| 1110 |
"ast",
|
| 1111 |
-
"asylum",
|
| 1112 |
"at",
|
| 1113 |
"ata",
|
| 1114 |
"ate",
|
| 1115 |
-
"ats",
|
| 1116 |
-
"attaching",
|
| 1117 |
"attachment",
|
| 1118 |
"attempt",
|
| 1119 |
-
"attendance",
|
| 1120 |
"attention",
|
| 1121 |
"attitude",
|
| 1122 |
-
"attractive",
|
| 1123 |
"aug",
|
| 1124 |
"aug.",
|
| 1125 |
-
"
|
| 1126 |
-
"
|
| 1127 |
-
"
|
| 1128 |
-
"availability",
|
| 1129 |
-
"available",
|
| 1130 |
"ave",
|
| 1131 |
-
"avenue",
|
| 1132 |
-
"average",
|
| 1133 |
-
"averaging",
|
| 1134 |
"avoid",
|
| 1135 |
-
"awi",
|
| 1136 |
-
"ayi",
|
| 1137 |
"ays",
|
|
|
|
| 1138 |
"b",
|
| 1139 |
"b.",
|
|
|
|
| 1140 |
"backups",
|
| 1141 |
-
"
|
| 1142 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1143 |
"based",
|
| 1144 |
"basics",
|
| 1145 |
"basis",
|
| 1146 |
"be",
|
| 1147 |
-
"beans",
|
| 1148 |
"because",
|
| 1149 |
"been",
|
| 1150 |
"before",
|
| 1151 |
-
"beginning",
|
| 1152 |
"being",
|
|
|
|
|
|
|
| 1153 |
"believe",
|
|
|
|
| 1154 |
"below",
|
|
|
|
| 1155 |
"benjamin",
|
| 1156 |
"ber",
|
| 1157 |
"best",
|
| 1158 |
"better",
|
| 1159 |
-
"
|
| 1160 |
-
"
|
| 1161 |
-
"big",
|
| 1162 |
-
"bimodal",
|
| 1163 |
"bios",
|
| 1164 |
-
"
|
| 1165 |
"ble",
|
| 1166 |
-
"blocking",
|
| 1167 |
"bly",
|
| 1168 |
-
"
|
| 1169 |
-
"
|
| 1170 |
-
"
|
| 1171 |
-
"bolstered",
|
| 1172 |
-
"bonnell",
|
| 1173 |
-
"boosting",
|
| 1174 |
-
"bor",
|
| 1175 |
-
"boreholes",
|
| 1176 |
-
"borlaug",
|
| 1177 |
"both",
|
| 1178 |
-
"
|
| 1179 |
"bout",
|
| 1180 |
"br.",
|
| 1181 |
-
"
|
| 1182 |
-
"
|
| 1183 |
-
"
|
|
|
|
|
|
|
| 1184 |
"bros",
|
| 1185 |
"bros.",
|
|
|
|
| 1186 |
"bug",
|
| 1187 |
-
"bugs",
|
| 1188 |
-
"build",
|
| 1189 |
"building",
|
| 1190 |
-
"
|
|
|
|
| 1191 |
"but",
|
| 1192 |
"by",
|
| 1193 |
-
"bya",
|
| 1194 |
"c",
|
| 1195 |
"c'm",
|
| 1196 |
"c++",
|
|
@@ -1198,120 +1507,84 @@
|
|
| 1198 |
"cPanel",
|
| 1199 |
"ca",
|
| 1200 |
"cables",
|
| 1201 |
-
"caes",
|
| 1202 |
"cal",
|
| 1203 |
"calif",
|
| 1204 |
"calif.",
|
| 1205 |
-
"called",
|
| 1206 |
-
"calling",
|
| 1207 |
"calm",
|
| 1208 |
"came",
|
| 1209 |
"can",
|
| 1210 |
-
"
|
| 1211 |
-
"
|
| 1212 |
-
"
|
| 1213 |
-
"cattle",
|
| 1214 |
"cause",
|
| 1215 |
-
"
|
| 1216 |
"ce>",
|
| 1217 |
"ced",
|
| 1218 |
-
"center",
|
| 1219 |
-
"centers",
|
| 1220 |
-
"central",
|
| 1221 |
-
"centre",
|
| 1222 |
-
"cer",
|
| 1223 |
"ces",
|
| 1224 |
-
"cet",
|
| 1225 |
"ch.",
|
|
|
|
| 1226 |
"challenge",
|
| 1227 |
-
"challenges",
|
| 1228 |
"challenging",
|
| 1229 |
-
"change",
|
| 1230 |
"characterized",
|
| 1231 |
-
"
|
| 1232 |
-
"
|
| 1233 |
-
"
|
| 1234 |
-
"
|
| 1235 |
-
"
|
| 1236 |
-
"clearance",
|
| 1237 |
"co",
|
| 1238 |
"co.",
|
|
|
|
| 1239 |
"code",
|
| 1240 |
-
"coin",
|
| 1241 |
-
"collaboration",
|
| 1242 |
-
"collaborations",
|
| 1243 |
"college",
|
| 1244 |
"colo",
|
| 1245 |
"colo.",
|
| 1246 |
-
"combating",
|
| 1247 |
"combining",
|
| 1248 |
"come",
|
| 1249 |
"commands",
|
| 1250 |
-
"
|
| 1251 |
-
"committee",
|
| 1252 |
-
"commodities",
|
| 1253 |
-
"communication",
|
| 1254 |
-
"communications",
|
| 1255 |
-
"community",
|
| 1256 |
"company",
|
| 1257 |
"compatible",
|
| 1258 |
"completed",
|
| 1259 |
"components",
|
| 1260 |
"computer",
|
| 1261 |
"computers",
|
|
|
|
| 1262 |
"concepts",
|
| 1263 |
"conceptual",
|
| 1264 |
-
"conditions",
|
| 1265 |
"configuration",
|
| 1266 |
"configurations",
|
| 1267 |
"configure",
|
| 1268 |
-
"confirmed",
|
| 1269 |
"conflicts",
|
| 1270 |
"conn",
|
| 1271 |
"conn.",
|
| 1272 |
-
"
|
| 1273 |
-
"
|
| 1274 |
"constant",
|
| 1275 |
-
"constrained",
|
| 1276 |
-
"consumption",
|
| 1277 |
-
"continue",
|
| 1278 |
-
"continues",
|
| 1279 |
"contributing",
|
| 1280 |
-
"control",
|
| 1281 |
-
"cope",
|
| 1282 |
"copying",
|
| 1283 |
"core",
|
| 1284 |
"corp",
|
| 1285 |
"corp.",
|
| 1286 |
"corporate",
|
| 1287 |
-
"corridor",
|
| 1288 |
"cos",
|
| 1289 |
-
"
|
| 1290 |
"could",
|
| 1291 |
-
"countries",
|
| 1292 |
-
"country",
|
| 1293 |
"coworkers",
|
| 1294 |
"coz",
|
| 1295 |
"cpanel",
|
| 1296 |
-
"cra",
|
| 1297 |
"create",
|
| 1298 |
"creating",
|
| 1299 |
-
"credibility",
|
| 1300 |
-
"crisis",
|
| 1301 |
-
"critics",
|
| 1302 |
-
"crop",
|
| 1303 |
-
"crops",
|
| 1304 |
"css",
|
| 1305 |
"ct.",
|
| 1306 |
"cts",
|
| 1307 |
"currency",
|
| 1308 |
-
"currently",
|
| 1309 |
-
"cus",
|
| 1310 |
-
"cut",
|
| 1311 |
"cuz",
|
|
|
|
| 1312 |
"c\u2019m",
|
| 1313 |
"d",
|
| 1314 |
"d)",
|
|
|
|
|
|
|
| 1315 |
"d-",
|
| 1316 |
"d-)",
|
| 1317 |
"d-X",
|
|
@@ -1322,95 +1595,82 @@
|
|
| 1322 |
"dX",
|
| 1323 |
"d_d",
|
| 1324 |
"d_x",
|
| 1325 |
-
"
|
| 1326 |
-
"
|
| 1327 |
"dare",
|
| 1328 |
"das",
|
| 1329 |
"dashboards",
|
| 1330 |
"data",
|
| 1331 |
-
"
|
| 1332 |
-
"
|
| 1333 |
"dd",
|
| 1334 |
"dd,ddd",
|
|
|
|
| 1335 |
"ddd",
|
|
|
|
|
|
|
|
|
|
| 1336 |
"dddd",
|
|
|
|
| 1337 |
"ddx.x",
|
| 1338 |
"ddx.x.",
|
| 1339 |
-
"ddxx",
|
| 1340 |
"dea",
|
| 1341 |
"deal",
|
|
|
|
|
|
|
| 1342 |
"debt",
|
| 1343 |
"dec",
|
| 1344 |
"dec.",
|
| 1345 |
-
"declining",
|
| 1346 |
"ded",
|
| 1347 |
"del",
|
| 1348 |
"del.",
|
| 1349 |
-
"delayed",
|
| 1350 |
"delays",
|
| 1351 |
-
"demand",
|
| 1352 |
"demonstrate",
|
| 1353 |
"demonstrated",
|
| 1354 |
"den",
|
| 1355 |
-
"
|
| 1356 |
-
"
|
| 1357 |
-
"depreciating",
|
| 1358 |
"derailed",
|
|
|
|
| 1359 |
"design",
|
| 1360 |
-
"details",
|
| 1361 |
"develop",
|
| 1362 |
"developed",
|
| 1363 |
"developing",
|
| 1364 |
"development",
|
| 1365 |
"devices",
|
| 1366 |
"dge",
|
| 1367 |
-
"
|
| 1368 |
"did",
|
| 1369 |
"different",
|
| 1370 |
"difficulty",
|
| 1371 |
-
"digital",
|
| 1372 |
"diligent",
|
| 1373 |
-
"dio",
|
| 1374 |
"direction",
|
| 1375 |
-
"director",
|
| 1376 |
-
"disciplines",
|
| 1377 |
"discovering",
|
| 1378 |
-
"discussed",
|
| 1379 |
-
"discussions",
|
| 1380 |
-
"disrupted",
|
| 1381 |
-
"disruption",
|
| 1382 |
-
"districts",
|
| 1383 |
"django",
|
| 1384 |
-
"dly",
|
| 1385 |
"dm.",
|
| 1386 |
"do",
|
|
|
|
| 1387 |
"does",
|
| 1388 |
"doin",
|
| 1389 |
"doin'",
|
| 1390 |
"doing",
|
| 1391 |
"doin\u2019",
|
| 1392 |
-
"
|
|
|
|
| 1393 |
"done",
|
| 1394 |
-
"
|
| 1395 |
-
"dor",
|
| 1396 |
"dorothy",
|
| 1397 |
-
"
|
|
|
|
| 1398 |
"dr",
|
| 1399 |
"dr.",
|
|
|
|
| 1400 |
"drafted",
|
| 1401 |
-
"drc",
|
| 1402 |
-
"dried",
|
| 1403 |
"drivers",
|
| 1404 |
-
"driving",
|
| 1405 |
-
"dry",
|
| 1406 |
-
"dryness",
|
| 1407 |
-
"dst",
|
| 1408 |
"due",
|
| 1409 |
-
"duplicates",
|
| 1410 |
"during",
|
| 1411 |
"dx.x",
|
| 1412 |
"dx.x.",
|
| 1413 |
-
"dxx",
|
| 1414 |
"e",
|
| 1415 |
"e's",
|
| 1416 |
"e.",
|
|
@@ -1420,133 +1680,91 @@
|
|
| 1420 |
"ead",
|
| 1421 |
"eal",
|
| 1422 |
"eam",
|
| 1423 |
-
"ean",
|
| 1424 |
"ear",
|
| 1425 |
-
"earning",
|
| 1426 |
"eas",
|
| 1427 |
-
"eastern",
|
| 1428 |
"eat",
|
| 1429 |
"eb.",
|
| 1430 |
"ebr",
|
| 1431 |
"ebt",
|
| 1432 |
"ec.",
|
| 1433 |
"ech",
|
| 1434 |
-
"economic",
|
| 1435 |
"ect",
|
| 1436 |
-
"eda",
|
| 1437 |
"eds",
|
| 1438 |
-
"
|
| 1439 |
"eed",
|
| 1440 |
"eek",
|
| 1441 |
"een",
|
| 1442 |
-
"ees",
|
| 1443 |
-
"eet",
|
| 1444 |
-
"efficient",
|
| 1445 |
"effort",
|
| 1446 |
-
"
|
| 1447 |
-
"
|
| 1448 |
-
"egy",
|
| 1449 |
"eir",
|
| 1450 |
-
"eka",
|
| 1451 |
"eks",
|
| 1452 |
"el.",
|
|
|
|
| 1453 |
"eld",
|
| 1454 |
-
"
|
| 1455 |
-
"elections",
|
| 1456 |
-
"electronics",
|
| 1457 |
-
"elements",
|
| 1458 |
"ell",
|
| 1459 |
"elp",
|
| 1460 |
-
"els",
|
| 1461 |
"ely",
|
| 1462 |
"em",
|
| 1463 |
"emails",
|
| 1464 |
-
"
|
|
|
|
| 1465 |
"ems",
|
| 1466 |
"en",
|
| 1467 |
"en.",
|
| 1468 |
"enabled",
|
| 1469 |
"encouraged",
|
| 1470 |
"end",
|
| 1471 |
-
"ending",
|
| 1472 |
-
"energy",
|
| 1473 |
-
"engage",
|
| 1474 |
-
"engaged",
|
| 1475 |
-
"engagement",
|
| 1476 |
-
"engaging",
|
| 1477 |
"engineering",
|
| 1478 |
-
"
|
| 1479 |
-
"eni",
|
| 1480 |
"enn",
|
| 1481 |
"enough",
|
| 1482 |
"ent",
|
| 1483 |
"enter",
|
| 1484 |
"enthusiasm",
|
| 1485 |
-
"environmental",
|
| 1486 |
"environments",
|
| 1487 |
"ep.",
|
| 1488 |
-
"
|
| 1489 |
"ept",
|
| 1490 |
-
"equivalent",
|
| 1491 |
"ere",
|
| 1492 |
-
"
|
| 1493 |
"ern",
|
| 1494 |
-
"eroded",
|
| 1495 |
-
"error",
|
| 1496 |
"ers",
|
| 1497 |
"ert",
|
| 1498 |
"ery",
|
| 1499 |
"ese",
|
| 1500 |
-
"
|
| 1501 |
"especially",
|
| 1502 |
"ess",
|
| 1503 |
-
"essential",
|
| 1504 |
"est",
|
| 1505 |
-
"
|
| 1506 |
-
"estimated",
|
| 1507 |
"ets",
|
| 1508 |
-
"eur",
|
| 1509 |
"ev.",
|
| 1510 |
"eve",
|
| 1511 |
-
"
|
| 1512 |
"every",
|
| 1513 |
-
"evidence",
|
| 1514 |
"ews",
|
| 1515 |
-
"exacerbated",
|
| 1516 |
-
"examine",
|
| 1517 |
"example",
|
| 1518 |
-
"exception",
|
| 1519 |
"execution",
|
| 1520 |
-
"executive",
|
| 1521 |
"exhibited",
|
| 1522 |
"existing",
|
| 1523 |
"expect",
|
| 1524 |
"expected",
|
| 1525 |
-
"experience",
|
| 1526 |
"experienced",
|
| 1527 |
-
"experiencing",
|
| 1528 |
-
"expert",
|
| 1529 |
-
"explore",
|
| 1530 |
-
"expression",
|
| 1531 |
"ext",
|
| 1532 |
-
"extensively",
|
| 1533 |
-
"extent",
|
| 1534 |
"e\u2019s",
|
| 1535 |
"f",
|
| 1536 |
"f.",
|
| 1537 |
"face",
|
| 1538 |
-
"facebook",
|
| 1539 |
"faced",
|
| 1540 |
-
"facing",
|
| 1541 |
-
"faculty",
|
| 1542 |
-
"fair",
|
| 1543 |
"faith",
|
| 1544 |
-
"
|
| 1545 |
"faster",
|
| 1546 |
-
"feature",
|
| 1547 |
"feb",
|
| 1548 |
"feb.",
|
| 1549 |
-
"
|
|
|
|
| 1550 |
"fer",
|
| 1551 |
"few",
|
| 1552 |
"field",
|
|
@@ -1557,65 +1775,43 @@
|
|
| 1557 |
"find",
|
| 1558 |
"finds",
|
| 1559 |
"finished",
|
| 1560 |
-
"first",
|
| 1561 |
-
"fit",
|
| 1562 |
-
"five",
|
| 1563 |
"fixes",
|
| 1564 |
"fla",
|
| 1565 |
"fla.",
|
|
|
|
| 1566 |
"flaw",
|
| 1567 |
-
"focus",
|
| 1568 |
"folders",
|
| 1569 |
"following",
|
| 1570 |
"follows",
|
| 1571 |
-
"food",
|
| 1572 |
-
"foods",
|
| 1573 |
"for",
|
| 1574 |
-
"forecast",
|
| 1575 |
-
"form",
|
| 1576 |
-
"forth",
|
| 1577 |
-
"forthcoming",
|
| 1578 |
"forward",
|
| 1579 |
"found",
|
| 1580 |
-
"
|
| 1581 |
-
"free",
|
| 1582 |
-
"friday",
|
| 1583 |
"from",
|
| 1584 |
"front",
|
| 1585 |
-
"
|
| 1586 |
-
"full",
|
| 1587 |
-
"fully",
|
| 1588 |
-
"fund",
|
| 1589 |
-
"funded",
|
| 1590 |
-
"funding",
|
| 1591 |
-
"further",
|
| 1592 |
"future",
|
| 1593 |
"g",
|
| 1594 |
"g.",
|
| 1595 |
-
"g/.",
|
| 1596 |
"ga",
|
| 1597 |
"ga.",
|
| 1598 |
-
"
|
| 1599 |
-
"
|
| 1600 |
-
"
|
| 1601 |
"gave",
|
| 1602 |
"ged",
|
| 1603 |
-
"gee",
|
| 1604 |
"gen",
|
| 1605 |
"gen.",
|
| 1606 |
-
"general",
|
| 1607 |
"generally",
|
| 1608 |
-
"
|
| 1609 |
"ges",
|
| 1610 |
"get",
|
| 1611 |
"gets",
|
| 1612 |
"getting",
|
| 1613 |
-
"ghana",
|
| 1614 |
"ght",
|
| 1615 |
"git",
|
| 1616 |
"github",
|
| 1617 |
"given",
|
| 1618 |
-
"gloria",
|
| 1619 |
"gns",
|
| 1620 |
"go",
|
| 1621 |
"goes",
|
|
@@ -1626,41 +1822,23 @@
|
|
| 1626 |
"gon",
|
| 1627 |
"gonna",
|
| 1628 |
"good",
|
| 1629 |
-
"goods",
|
| 1630 |
-
"gorettie",
|
| 1631 |
"got",
|
| 1632 |
"gov",
|
| 1633 |
"gov.",
|
| 1634 |
-
"government",
|
| 1635 |
"gpe",
|
| 1636 |
-
"grace",
|
| 1637 |
"grails",
|
| 1638 |
-
"grain",
|
| 1639 |
-
"grants",
|
| 1640 |
-
"graphics",
|
| 1641 |
"great",
|
| 1642 |
-
"
|
| 1643 |
-
"
|
| 1644 |
-
"green",
|
| 1645 |
-
"grip",
|
| 1646 |
-
"growing",
|
| 1647 |
-
"guidelines",
|
| 1648 |
-
"gyan",
|
| 1649 |
"h",
|
| 1650 |
"h.",
|
| 1651 |
"had",
|
| 1652 |
-
"hal",
|
| 1653 |
-
"halted",
|
| 1654 |
"han",
|
| 1655 |
"hand",
|
| 1656 |
"hands",
|
| 1657 |
-
"happen",
|
| 1658 |
"happy",
|
| 1659 |
"hardship",
|
| 1660 |
"hardware",
|
| 1661 |
-
"harvest",
|
| 1662 |
-
"harvested",
|
| 1663 |
-
"harvests",
|
| 1664 |
"has",
|
| 1665 |
"hat",
|
| 1666 |
"have",
|
|
@@ -1668,47 +1846,39 @@
|
|
| 1668 |
"havin'",
|
| 1669 |
"having",
|
| 1670 |
"havin\u2019",
|
| 1671 |
-
"hcr",
|
| 1672 |
"he",
|
| 1673 |
"he's",
|
| 1674 |
-
"headline",
|
| 1675 |
"health",
|
|
|
|
| 1676 |
"hed",
|
|
|
|
|
|
|
| 1677 |
"help",
|
| 1678 |
"hem",
|
| 1679 |
"hen",
|
| 1680 |
"hence",
|
|
|
|
| 1681 |
"her",
|
| 1682 |
-
"
|
|
|
|
| 1683 |
"hey",
|
| 1684 |
"he\u2019s",
|
| 1685 |
-
"
|
| 1686 |
-
"highlighting",
|
| 1687 |
"him",
|
| 1688 |
"hin",
|
| 1689 |
"hip",
|
| 1690 |
"his",
|
| 1691 |
-
"hod",
|
| 1692 |
"hon",
|
| 1693 |
"hope",
|
| 1694 |
"hopefully",
|
| 1695 |
-
"
|
| 1696 |
-
"hours",
|
| 1697 |
-
"household",
|
| 1698 |
-
"households",
|
| 1699 |
"how",
|
| 1700 |
"how's",
|
| 1701 |
"however",
|
| 1702 |
"how\u2019s",
|
| 1703 |
"html",
|
| 1704 |
-
"
|
| 1705 |
-
"https://rif.mak.ac.ug/.",
|
| 1706 |
-
"https://www.canr.msu.edu/bheard/",
|
| 1707 |
"hub",
|
| 1708 |
-
"hum",
|
| 1709 |
-
"humanitarian",
|
| 1710 |
-
"hurting",
|
| 1711 |
-
"hut",
|
| 1712 |
"i",
|
| 1713 |
"i.",
|
| 1714 |
"i.e",
|
|
@@ -1716,6 +1886,7 @@
|
|
| 1716 |
"ia",
|
| 1717 |
"ia.",
|
| 1718 |
"ial",
|
|
|
|
| 1719 |
"ian",
|
| 1720 |
"ica",
|
| 1721 |
"ice",
|
|
@@ -1723,159 +1894,135 @@
|
|
| 1723 |
"ick",
|
| 1724 |
"ics",
|
| 1725 |
"ict",
|
| 1726 |
-
"icy",
|
| 1727 |
"id",
|
| 1728 |
"id.",
|
| 1729 |
-
"ide",
|
| 1730 |
"idea",
|
| 1731 |
"ideas",
|
| 1732 |
"identification",
|
| 1733 |
"identify",
|
| 1734 |
"identifying",
|
| 1735 |
"identity",
|
| 1736 |
-
"
|
| 1737 |
-
"ief",
|
| 1738 |
"ies",
|
| 1739 |
"if",
|
| 1740 |
"if.",
|
| 1741 |
-
"ift",
|
| 1742 |
"ify",
|
|
|
|
| 1743 |
"ign",
|
| 1744 |
"ike",
|
| 1745 |
-
"ild",
|
| 1746 |
"ile",
|
| 1747 |
-
"ilk",
|
| 1748 |
"ill",
|
| 1749 |
"ill.",
|
| 1750 |
"ils",
|
|
|
|
| 1751 |
"ime",
|
| 1752 |
-
"impacted",
|
| 1753 |
"implement",
|
| 1754 |
-
"important",
|
| 1755 |
-
"importers",
|
| 1756 |
-
"imports",
|
| 1757 |
-
"impressive",
|
| 1758 |
"improve",
|
| 1759 |
"improving",
|
| 1760 |
"in",
|
| 1761 |
"in'",
|
| 1762 |
-
"
|
| 1763 |
"inc",
|
| 1764 |
"inc.",
|
| 1765 |
-
"
|
| 1766 |
-
"include",
|
| 1767 |
-
"including",
|
| 1768 |
-
"income",
|
| 1769 |
-
"inconveniences",
|
| 1770 |
"increase",
|
| 1771 |
-
"increased",
|
| 1772 |
-
"increasing",
|
| 1773 |
-
"increasinumber",
|
| 1774 |
-
"incubators",
|
| 1775 |
"ind",
|
| 1776 |
"ind.",
|
| 1777 |
"independently",
|
| 1778 |
"ine",
|
| 1779 |
-
"inflation",
|
| 1780 |
-
"inform",
|
| 1781 |
-
"information",
|
| 1782 |
"infrastructure",
|
| 1783 |
"ing",
|
| 1784 |
-
"ink",
|
| 1785 |
"inn",
|
| 1786 |
-
"innovation",
|
| 1787 |
-
"innovations",
|
| 1788 |
"innovative",
|
| 1789 |
"inquisitive",
|
| 1790 |
"ins",
|
| 1791 |
-
"insecurity",
|
| 1792 |
-
"insemination",
|
| 1793 |
-
"instagram",
|
| 1794 |
"install",
|
| 1795 |
"installation",
|
| 1796 |
"instituitions",
|
| 1797 |
-
"institutions",
|
| 1798 |
-
"intake",
|
| 1799 |
-
"intended",
|
| 1800 |
"interconnect",
|
| 1801 |
"interest",
|
| 1802 |
"interested",
|
| 1803 |
"interesting",
|
| 1804 |
"interface",
|
| 1805 |
"intern",
|
| 1806 |
-
"international",
|
| 1807 |
-
"internet",
|
| 1808 |
"internship",
|
| 1809 |
-
"into",
|
| 1810 |
"introduce",
|
| 1811 |
-
"introduced",
|
| 1812 |
-
"investigations",
|
| 1813 |
-
"iny",
|
| 1814 |
"in\u2019",
|
| 1815 |
"iod",
|
| 1816 |
"ion",
|
| 1817 |
-
"ior",
|
| 1818 |
"ios",
|
| 1819 |
"ip",
|
| 1820 |
-
"ipc",
|
| 1821 |
"ips",
|
| 1822 |
"ipt",
|
| 1823 |
"iro",
|
| 1824 |
-
"irrigation",
|
| 1825 |
"is",
|
| 1826 |
"is.",
|
|
|
|
| 1827 |
"ise",
|
| 1828 |
-
"ish",
|
| 1829 |
"isingiro",
|
| 1830 |
"iss",
|
| 1831 |
"issues",
|
| 1832 |
-
"ist",
|
| 1833 |
"it",
|
| 1834 |
"it's",
|
| 1835 |
"ite",
|
| 1836 |
"ith",
|
| 1837 |
-
"its",
|
| 1838 |
"ity",
|
| 1839 |
"it\u2019s",
|
|
|
|
| 1840 |
"ive",
|
| 1841 |
"iz.",
|
| 1842 |
"ize",
|
| 1843 |
"j",
|
| 1844 |
"j.",
|
|
|
|
|
|
|
|
|
|
| 1845 |
"jan",
|
| 1846 |
"jan.",
|
| 1847 |
-
"
|
|
|
|
| 1848 |
"javascript",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1849 |
"job",
|
| 1850 |
-
"joel",
|
| 1851 |
"john",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1852 |
"jquery",
|
| 1853 |
"jr",
|
| 1854 |
"jr.",
|
| 1855 |
"js",
|
| 1856 |
-
"judiciary",
|
| 1857 |
"jul",
|
| 1858 |
"jul.",
|
| 1859 |
-
"
|
| 1860 |
"jun",
|
| 1861 |
"jun.",
|
| 1862 |
-
"june",
|
| 1863 |
"justifiably",
|
|
|
|
| 1864 |
"k",
|
| 1865 |
"k.",
|
| 1866 |
-
"kainerugaba",
|
| 1867 |
"kan",
|
| 1868 |
"kan.",
|
| 1869 |
"kans",
|
| 1870 |
"kans.",
|
| 1871 |
-
"
|
|
|
|
|
|
|
| 1872 |
"ked",
|
| 1873 |
"keeper",
|
|
|
|
|
|
|
|
|
|
| 1874 |
"kenya",
|
| 1875 |
"kes",
|
| 1876 |
-
"
|
| 1877 |
-
"ket",
|
| 1878 |
"key",
|
|
|
|
| 1879 |
"kind",
|
| 1880 |
"kla",
|
| 1881 |
"kly",
|
|
@@ -1885,66 +2032,61 @@
|
|
| 1885 |
"knowledge",
|
| 1886 |
"knowledgeable",
|
| 1887 |
"knows",
|
| 1888 |
-
"
|
| 1889 |
"ky",
|
| 1890 |
"ky.",
|
|
|
|
| 1891 |
"l",
|
| 1892 |
"l.",
|
| 1893 |
"la",
|
| 1894 |
"la.",
|
| 1895 |
-
"labor",
|
| 1896 |
"lan",
|
| 1897 |
"language",
|
|
|
|
| 1898 |
"lar",
|
| 1899 |
-
"
|
|
|
|
| 1900 |
"last",
|
|
|
|
| 1901 |
"law",
|
| 1902 |
-
"lawmakers",
|
| 1903 |
"layout",
|
| 1904 |
-
"lds",
|
| 1905 |
-
"leading",
|
| 1906 |
-
"lean",
|
| 1907 |
"learn",
|
| 1908 |
"learned",
|
| 1909 |
"learner",
|
| 1910 |
"learning",
|
| 1911 |
"learns",
|
| 1912 |
"learnt",
|
| 1913 |
-
"least",
|
| 1914 |
"led",
|
| 1915 |
"lem",
|
|
|
|
|
|
|
| 1916 |
"les",
|
| 1917 |
-
"less",
|
| 1918 |
"let",
|
| 1919 |
"let's",
|
| 1920 |
-
"lethal",
|
| 1921 |
"let\u2019s",
|
| 1922 |
"level",
|
| 1923 |
-
"
|
| 1924 |
-
"
|
|
|
|
| 1925 |
"lif",
|
| 1926 |
"like",
|
| 1927 |
-
"
|
| 1928 |
"line",
|
| 1929 |
-
"linked",
|
| 1930 |
"links",
|
|
|
|
|
|
|
| 1931 |
"little",
|
| 1932 |
-
"livelihoods",
|
| 1933 |
-
"lives",
|
| 1934 |
-
"livestock",
|
| 1935 |
"ll",
|
| 1936 |
"ll.",
|
| 1937 |
"lla",
|
|
|
|
| 1938 |
"lls",
|
| 1939 |
"lly",
|
| 1940 |
"lo.",
|
| 1941 |
"local",
|
| 1942 |
"location",
|
| 1943 |
"look",
|
| 1944 |
-
"looking",
|
| 1945 |
"lop",
|
| 1946 |
-
"loss",
|
| 1947 |
-
"losses",
|
| 1948 |
"lot",
|
| 1949 |
"lovin",
|
| 1950 |
"lovin'",
|
|
@@ -1955,102 +2097,74 @@
|
|
| 1955 |
"ltd",
|
| 1956 |
"ltd.",
|
| 1957 |
"lth",
|
| 1958 |
-
"lts",
|
| 1959 |
"lty",
|
| 1960 |
"luck",
|
| 1961 |
-
"lue",
|
| 1962 |
-
"lum",
|
| 1963 |
"lve",
|
|
|
|
| 1964 |
"m",
|
| 1965 |
"m.",
|
| 1966 |
"ma'am",
|
| 1967 |
"madam",
|
| 1968 |
"made",
|
| 1969 |
"mahad",
|
|
|
|
| 1970 |
"main",
|
| 1971 |
"maintains",
|
| 1972 |
-
"maize",
|
| 1973 |
-
"mak",
|
| 1974 |
-
"make",
|
| 1975 |
"makerere",
|
| 1976 |
"makes",
|
| 1977 |
"mal",
|
| 1978 |
-
"
|
| 1979 |
-
"
|
| 1980 |
-
"malnutrition",
|
| 1981 |
-
"man",
|
| 1982 |
"management",
|
| 1983 |
-
"manager",
|
| 1984 |
"managing",
|
| 1985 |
-
"many",
|
| 1986 |
-
"mapping",
|
| 1987 |
"mar",
|
| 1988 |
"mar.",
|
| 1989 |
-
"
|
| 1990 |
-
"
|
| 1991 |
-
"markets",
|
| 1992 |
"mary",
|
|
|
|
| 1993 |
"mass",
|
| 1994 |
"mass.",
|
| 1995 |
"master",
|
|
|
|
|
|
|
| 1996 |
"may",
|
| 1997 |
"ma\u2019am",
|
| 1998 |
"md",
|
| 1999 |
"md.",
|
| 2000 |
"me",
|
| 2001 |
-
"meals",
|
| 2002 |
-
"meaningful",
|
| 2003 |
-
"means",
|
| 2004 |
-
"meantime",
|
| 2005 |
-
"meanwhile",
|
| 2006 |
"med",
|
| 2007 |
-
"
|
| 2008 |
-
"meet",
|
| 2009 |
"members",
|
| 2010 |
-
"men",
|
| 2011 |
"mes",
|
| 2012 |
"messrs",
|
| 2013 |
"messrs.",
|
| 2014 |
-
"method",
|
| 2015 |
-
"mic",
|
| 2016 |
"mich",
|
| 2017 |
"mich.",
|
| 2018 |
"michael",
|
| 2019 |
-
"
|
| 2020 |
-
"mid",
|
| 2021 |
"might",
|
| 2022 |
-
"milk",
|
| 2023 |
-
"million",
|
| 2024 |
"min",
|
| 2025 |
-
"mind",
|
| 2026 |
-
"mindset",
|
| 2027 |
"minimal",
|
| 2028 |
-
"minister",
|
| 2029 |
-
"ministry",
|
| 2030 |
"minn",
|
| 2031 |
"minn.",
|
| 2032 |
"miscalculations",
|
| 2033 |
"miss",
|
| 2034 |
"miss.",
|
| 2035 |
"mly",
|
|
|
|
| 2036 |
"mo",
|
| 2037 |
"mo.",
|
| 2038 |
"model",
|
| 2039 |
"momentum",
|
| 2040 |
"mon",
|
| 2041 |
-
"monetary",
|
| 2042 |
-
"money",
|
| 2043 |
"monitoring",
|
| 2044 |
"mont",
|
| 2045 |
"mont.",
|
| 2046 |
-
"month",
|
| 2047 |
-
"months",
|
| 2048 |
"more",
|
| 2049 |
-
"
|
| 2050 |
"most",
|
| 2051 |
"mostly",
|
| 2052 |
-
"motivates",
|
| 2053 |
-
"move",
|
| 2054 |
"mpt",
|
| 2055 |
"mr",
|
| 2056 |
"mr.",
|
|
@@ -2058,14 +2172,10 @@
|
|
| 2058 |
"mrs.",
|
| 2059 |
"ms",
|
| 2060 |
"ms.",
|
| 2061 |
-
"msu",
|
| 2062 |
"mt",
|
| 2063 |
"mt.",
|
| 2064 |
"mtn",
|
| 2065 |
"much",
|
| 2066 |
-
"muhoozi",
|
| 2067 |
-
"mukasa",
|
| 2068 |
-
"museveni",
|
| 2069 |
"must",
|
| 2070 |
"my",
|
| 2071 |
"mysql",
|
|
@@ -2080,83 +2190,74 @@
|
|
| 2080 |
"n.m.",
|
| 2081 |
"n.y.",
|
| 2082 |
"na",
|
| 2083 |
-
"
|
| 2084 |
-
"
|
| 2085 |
-
"
|
| 2086 |
-
"
|
|
|
|
| 2087 |
"nc.",
|
| 2088 |
"nce",
|
| 2089 |
"ncy",
|
| 2090 |
"nd.",
|
| 2091 |
"nda",
|
| 2092 |
-
"ndo",
|
| 2093 |
"nds",
|
| 2094 |
"neb",
|
| 2095 |
"neb.",
|
| 2096 |
"nebr",
|
| 2097 |
"nebr.",
|
|
|
|
| 2098 |
"ned",
|
| 2099 |
"need",
|
| 2100 |
"needed",
|
| 2101 |
"needs",
|
| 2102 |
-
"
|
| 2103 |
"nel",
|
| 2104 |
"ner",
|
| 2105 |
-
"nes",
|
| 2106 |
"net",
|
| 2107 |
"network",
|
| 2108 |
"networking",
|
| 2109 |
"networks",
|
| 2110 |
-
"neutralized",
|
| 2111 |
"nev",
|
| 2112 |
"nev.",
|
| 2113 |
"new",
|
| 2114 |
"next",
|
| 2115 |
-
"ney",
|
| 2116 |
"nge",
|
| 2117 |
"ngo",
|
| 2118 |
"ngs",
|
| 2119 |
"nia",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2120 |
"nit",
|
| 2121 |
-
"nix",
|
| 2122 |
-
"niyitegeka",
|
| 2123 |
-
"nja",
|
| 2124 |
"nks",
|
| 2125 |
"nly",
|
| 2126 |
"nn.",
|
|
|
|
|
|
|
| 2127 |
"no",
|
| 2128 |
-
"non",
|
| 2129 |
-
"nor",
|
| 2130 |
-
"normally",
|
| 2131 |
-
"north",
|
| 2132 |
-
"northern",
|
| 2133 |
"not",
|
| 2134 |
"notable",
|
| 2135 |
-
"
|
| 2136 |
"nothin",
|
| 2137 |
"nothin'",
|
| 2138 |
"nothing",
|
| 2139 |
"nothin\u2019",
|
| 2140 |
"nov",
|
| 2141 |
"nov.",
|
| 2142 |
-
"november",
|
| 2143 |
"now",
|
|
|
|
| 2144 |
"ns.",
|
| 2145 |
-
"nst",
|
| 2146 |
"nt",
|
| 2147 |
"nt.",
|
| 2148 |
-
"nth",
|
| 2149 |
-
"nto",
|
| 2150 |
"nts",
|
| 2151 |
-
"nue",
|
| 2152 |
"nuff",
|
| 2153 |
"nuthin",
|
| 2154 |
"nuthin'",
|
| 2155 |
"nuthin\u2019",
|
| 2156 |
-
"nutrition",
|
| 2157 |
"nya",
|
| 2158 |
-
"nyamuyanja",
|
| 2159 |
-
"nyi",
|
| 2160 |
"n\u2019s",
|
| 2161 |
"n\u2019t",
|
| 2162 |
"o",
|
|
@@ -2169,36 +2270,26 @@
|
|
| 2169 |
"o_0",
|
| 2170 |
"o_O",
|
| 2171 |
"o_o",
|
| 2172 |
-
"
|
| 2173 |
-
"obi",
|
| 2174 |
"ock",
|
| 2175 |
"oct",
|
| 2176 |
"oct.",
|
| 2177 |
"ode",
|
| 2178 |
-
"ods",
|
| 2179 |
-
"ody",
|
| 2180 |
-
"oel",
|
| 2181 |
"oes",
|
| 2182 |
"of",
|
| 2183 |
"of.",
|
| 2184 |
"off",
|
| 2185 |
-
"office",
|
| 2186 |
-
"officer",
|
| 2187 |
-
"ofwono",
|
| 2188 |
-
"oga",
|
| 2189 |
-
"ogwang",
|
| 2190 |
-
"ogy",
|
| 2191 |
"ohn",
|
| 2192 |
"oid",
|
| 2193 |
"oin",
|
| 2194 |
-
"oja",
|
| 2195 |
-
"ok",
|
| 2196 |
"okla",
|
| 2197 |
"okla.",
|
| 2198 |
"ol",
|
| 2199 |
"ol'",
|
|
|
|
| 2200 |
"old",
|
| 2201 |
"ole",
|
|
|
|
| 2202 |
"olo",
|
| 2203 |
"ols",
|
| 2204 |
"ol\u2019",
|
|
@@ -2206,68 +2297,49 @@
|
|
| 2206 |
"on",
|
| 2207 |
"ond",
|
| 2208 |
"one",
|
| 2209 |
-
"ong",
|
| 2210 |
"only",
|
| 2211 |
"onn",
|
| 2212 |
-
"ono",
|
| 2213 |
"ons",
|
| 2214 |
"ont",
|
|
|
|
| 2215 |
"ood",
|
| 2216 |
"ook",
|
| 2217 |
-
"ool",
|
| 2218 |
-
"oom",
|
| 2219 |
-
"oon",
|
| 2220 |
-
"oor",
|
| 2221 |
"oot",
|
| 2222 |
"ope",
|
| 2223 |
"operate",
|
| 2224 |
-
"opm",
|
| 2225 |
-
"opondo",
|
| 2226 |
-
"opponents",
|
| 2227 |
-
"opportunities",
|
| 2228 |
-
"opportunity",
|
| 2229 |
-
"opposition",
|
| 2230 |
-
"ops",
|
| 2231 |
"or",
|
| 2232 |
-
"ord",
|
| 2233 |
-
"ordered",
|
| 2234 |
"ore",
|
| 2235 |
"ore.",
|
| 2236 |
"org",
|
| 2237 |
"organization",
|
| 2238 |
-
"organizations",
|
| 2239 |
"organized",
|
| 2240 |
"oriented",
|
| 2241 |
"ork",
|
| 2242 |
"orm",
|
|
|
|
| 2243 |
"orp",
|
| 2244 |
-
"ors",
|
| 2245 |
"ort",
|
|
|
|
| 2246 |
"os.",
|
| 2247 |
"ose",
|
| 2248 |
-
"oss",
|
| 2249 |
"ost",
|
| 2250 |
"ote",
|
| 2251 |
"oth",
|
| 2252 |
"other",
|
| 2253 |
-
"others",
|
| 2254 |
"otherwise",
|
| 2255 |
"oti",
|
|
|
|
| 2256 |
"ought",
|
| 2257 |
"our",
|
| 2258 |
"ous",
|
| 2259 |
"out",
|
| 2260 |
-
"outcomes",
|
| 2261 |
"outlook",
|
| 2262 |
-
"outputs",
|
| 2263 |
-
"outside",
|
| 2264 |
"ov.",
|
| 2265 |
"ove",
|
| 2266 |
"over",
|
| 2267 |
"overcome",
|
| 2268 |
"own",
|
| 2269 |
"ows",
|
| 2270 |
-
"ozi",
|
| 2271 |
"o\u2019clock",
|
| 2272 |
"o\u2019s",
|
| 2273 |
"p",
|
|
@@ -2276,91 +2348,51 @@
|
|
| 2276 |
"p.m.",
|
| 2277 |
"pa",
|
| 2278 |
"pa.",
|
| 2279 |
-
"packaging",
|
| 2280 |
"page",
|
| 2281 |
"pages",
|
| 2282 |
-
"
|
| 2283 |
"pandas",
|
| 2284 |
-
"parliament",
|
| 2285 |
"part",
|
| 2286 |
"partial",
|
| 2287 |
"partially",
|
| 2288 |
"participated",
|
| 2289 |
"participative",
|
| 2290 |
-
"partner",
|
| 2291 |
-
"partners",
|
| 2292 |
-
"partnership",
|
| 2293 |
-
"partnerships",
|
| 2294 |
"parts",
|
| 2295 |
-
"
|
| 2296 |
-
"
|
| 2297 |
-
"
|
| 2298 |
-
"patents",
|
| 2299 |
-
"paying",
|
| 2300 |
"ped",
|
| 2301 |
-
"pen",
|
| 2302 |
"people",
|
| 2303 |
"per",
|
| 2304 |
-
"perceived",
|
| 2305 |
-
"percent",
|
| 2306 |
-
"percentage",
|
| 2307 |
-
"perennial",
|
| 2308 |
"perfection",
|
| 2309 |
-
"performance",
|
| 2310 |
"performed",
|
| 2311 |
"period",
|
| 2312 |
-
"persist",
|
| 2313 |
"person",
|
| 2314 |
"peter",
|
| 2315 |
"ph",
|
| 2316 |
"ph.d.",
|
| 2317 |
-
"
|
| 2318 |
"php",
|
| 2319 |
"pic",
|
| 2320 |
"picked",
|
| 2321 |
-
"pig",
|
| 2322 |
-
"place",
|
| 2323 |
"platform",
|
| 2324 |
-
"platforms",
|
| 2325 |
"ple",
|
|
|
|
| 2326 |
"pm",
|
| 2327 |
"points",
|
| 2328 |
-
"policy",
|
| 2329 |
-
"poor",
|
| 2330 |
-
"poorest",
|
| 2331 |
"popular",
|
| 2332 |
-
"populations",
|
| 2333 |
"possible",
|
| 2334 |
-
"post",
|
| 2335 |
-
"posts",
|
| 2336 |
-
"posture",
|
| 2337 |
-
"power",
|
| 2338 |
"ppy",
|
| 2339 |
"pr.",
|
| 2340 |
"practice",
|
| 2341 |
-
"presence",
|
| 2342 |
"presented",
|
| 2343 |
-
"president",
|
| 2344 |
-
"presidential",
|
| 2345 |
-
"pressure",
|
| 2346 |
-
"pretty",
|
| 2347 |
"previously",
|
| 2348 |
-
"price",
|
| 2349 |
-
"prices",
|
| 2350 |
-
"prime",
|
| 2351 |
-
"principal",
|
| 2352 |
"printer",
|
| 2353 |
"printers",
|
| 2354 |
-
"priorities",
|
| 2355 |
-
"private",
|
| 2356 |
"problem",
|
| 2357 |
"problems",
|
| 2358 |
"process",
|
| 2359 |
-
"processes",
|
| 2360 |
-
"producing",
|
| 2361 |
"production",
|
| 2362 |
-
"productivity",
|
| 2363 |
-
"products",
|
| 2364 |
"prof",
|
| 2365 |
"prof.",
|
| 2366 |
"program",
|
|
@@ -2369,24 +2401,12 @@
|
|
| 2369 |
"progressed",
|
| 2370 |
"progressing",
|
| 2371 |
"project",
|
| 2372 |
-
"projection",
|
| 2373 |
"projects",
|
| 2374 |
"promising",
|
| 2375 |
-
"promote",
|
| 2376 |
-
"promotion",
|
| 2377 |
-
"propaganda",
|
| 2378 |
-
"prospects",
|
| 2379 |
-
"provide",
|
| 2380 |
-
"providing",
|
| 2381 |
-
"provision",
|
| 2382 |
"pt.",
|
| 2383 |
"pts",
|
| 2384 |
-
"publications",
|
| 2385 |
"pull",
|
| 2386 |
-
"purchasing",
|
| 2387 |
-
"purposes",
|
| 2388 |
"put",
|
| 2389 |
-
"putting",
|
| 2390 |
"python",
|
| 2391 |
"q",
|
| 2392 |
"q.",
|
|
@@ -2398,175 +2418,123 @@
|
|
| 2398 |
"quite",
|
| 2399 |
"r",
|
| 2400 |
"r.",
|
| 2401 |
-
"
|
| 2402 |
-
"
|
| 2403 |
-
"
|
| 2404 |
-
"
|
| 2405 |
"ram",
|
| 2406 |
-
"
|
| 2407 |
-
"
|
| 2408 |
-
"
|
| 2409 |
"rch",
|
| 2410 |
-
"rd/",
|
| 2411 |
"rds",
|
| 2412 |
"re",
|
| 2413 |
"re.",
|
| 2414 |
"rea",
|
| 2415 |
-
"reach",
|
| 2416 |
"ready",
|
| 2417 |
"real",
|
| 2418 |
"realized",
|
| 2419 |
-
"
|
| 2420 |
-
"receive",
|
| 2421 |
-
"received",
|
| 2422 |
-
"record",
|
| 2423 |
-
"recorded",
|
| 2424 |
-
"recruit",
|
| 2425 |
"red",
|
| 2426 |
"reducing",
|
| 2427 |
-
"ree",
|
| 2428 |
-
"reference",
|
| 2429 |
-
"refugee",
|
| 2430 |
-
"refugees",
|
| 2431 |
"regard",
|
| 2432 |
-
"region",
|
| 2433 |
-
"regional",
|
| 2434 |
-
"regions",
|
| 2435 |
"relate",
|
| 2436 |
"related",
|
| 2437 |
"relationships",
|
| 2438 |
-
"released",
|
| 2439 |
-
"rely",
|
| 2440 |
-
"remain",
|
| 2441 |
"remotely",
|
| 2442 |
"ren",
|
| 2443 |
"rep",
|
| 2444 |
"rep.",
|
| 2445 |
"report",
|
| 2446 |
-
"reportedly",
|
| 2447 |
-
"reports",
|
| 2448 |
"request",
|
| 2449 |
"required",
|
| 2450 |
"requirements",
|
| 2451 |
-
"res",
|
| 2452 |
"research",
|
| 2453 |
-
"researchers",
|
| 2454 |
"resilience",
|
| 2455 |
"resolve",
|
| 2456 |
-
"resources",
|
| 2457 |
-
"restoration",
|
| 2458 |
-
"restored",
|
| 2459 |
"result",
|
| 2460 |
-
"
|
| 2461 |
-
"results",
|
| 2462 |
-
"retail",
|
| 2463 |
"rev",
|
| 2464 |
"rev.",
|
| 2465 |
"reviewed",
|
| 2466 |
"reviews",
|
| 2467 |
-
"
|
|
|
|
|
|
|
| 2468 |
"ria",
|
| 2469 |
-
"
|
| 2470 |
-
"
|
| 2471 |
-
"rights",
|
| 2472 |
-
"rip",
|
| 2473 |
-
"rising",
|
| 2474 |
"riz",
|
| 2475 |
"rk.",
|
| 2476 |
"rks",
|
| 2477 |
"rld",
|
| 2478 |
"rly",
|
| 2479 |
-
"rms",
|
| 2480 |
"rns",
|
| 2481 |
"rnt",
|
| 2482 |
-
"
|
| 2483 |
"rof",
|
| 2484 |
"rol",
|
| 2485 |
"rom",
|
| 2486 |
-
"
|
| 2487 |
-
"
|
| 2488 |
"ros",
|
|
|
|
| 2489 |
"rp.",
|
|
|
|
| 2490 |
"rry",
|
| 2491 |
"rs.",
|
| 2492 |
"rse",
|
| 2493 |
-
"rst",
|
| 2494 |
-
"rth",
|
| 2495 |
"rts",
|
| 2496 |
-
"rty",
|
| 2497 |
"rules",
|
| 2498 |
-
"
|
|
|
|
| 2499 |
"rwanda",
|
|
|
|
| 2500 |
"s",
|
| 2501 |
"s's",
|
| 2502 |
"s.",
|
| 2503 |
"s.c.",
|
| 2504 |
-
"
|
| 2505 |
"same",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2506 |
"satisfaction",
|
| 2507 |
"say",
|
| 2508 |
-
"
|
| 2509 |
-
"scholars",
|
| 2510 |
-
"school",
|
| 2511 |
-
"sciences",
|
| 2512 |
-
"screenshot",
|
| 2513 |
-
"season",
|
| 2514 |
-
"second",
|
| 2515 |
-
"sector",
|
| 2516 |
-
"secure",
|
| 2517 |
-
"security",
|
| 2518 |
"sed",
|
| 2519 |
"see",
|
| 2520 |
-
"seed",
|
| 2521 |
-
"seek",
|
| 2522 |
-
"seekers",
|
| 2523 |
-
"seeking",
|
| 2524 |
"seemed",
|
| 2525 |
-
"semen",
|
| 2526 |
"sen",
|
| 2527 |
"sen.",
|
| 2528 |
-
"senior",
|
| 2529 |
-
"senyonyi",
|
| 2530 |
"sep",
|
| 2531 |
"sep.",
|
| 2532 |
"sept",
|
| 2533 |
"sept.",
|
| 2534 |
-
"september",
|
| 2535 |
"serious",
|
| 2536 |
"seriously",
|
| 2537 |
-
"services",
|
| 2538 |
"servicing",
|
| 2539 |
"ses",
|
| 2540 |
-
"set",
|
| 2541 |
"setting",
|
| 2542 |
-
"settled",
|
| 2543 |
-
"settlements",
|
| 2544 |
"settles",
|
| 2545 |
"setup",
|
| 2546 |
-
"
|
| 2547 |
-
"severely",
|
| 2548 |
"sh.",
|
| 2549 |
"sha",
|
| 2550 |
"shall",
|
| 2551 |
-
"
|
| 2552 |
-
"shared",
|
| 2553 |
"she",
|
| 2554 |
"she's",
|
|
|
|
| 2555 |
"she\u2019s",
|
| 2556 |
-
"
|
| 2557 |
-
"shilling",
|
| 2558 |
-
"shortages",
|
| 2559 |
"should",
|
| 2560 |
-
"show",
|
| 2561 |
-
"showcase",
|
| 2562 |
"shown",
|
| 2563 |
-
"
|
| 2564 |
-
"shutdown",
|
| 2565 |
-
"significant",
|
| 2566 |
-
"significantly",
|
| 2567 |
"signs",
|
|
|
|
| 2568 |
"simon",
|
| 2569 |
-
"since",
|
| 2570 |
"sis",
|
| 2571 |
"site",
|
| 2572 |
"skill",
|
|
@@ -2578,7 +2546,6 @@
|
|
| 2578 |
"smart",
|
| 2579 |
"snippets",
|
| 2580 |
"so",
|
| 2581 |
-
"social",
|
| 2582 |
"software",
|
| 2583 |
"solutions",
|
| 2584 |
"solve",
|
|
@@ -2588,65 +2555,34 @@
|
|
| 2588 |
"somethin'",
|
| 2589 |
"something",
|
| 2590 |
"somethin\u2019",
|
| 2591 |
-
"somewhat",
|
| 2592 |
"son",
|
| 2593 |
-
"soon",
|
| 2594 |
"sor",
|
| 2595 |
-
"sorghum",
|
| 2596 |
"soroti",
|
| 2597 |
-
"sorted",
|
| 2598 |
-
"south",
|
| 2599 |
-
"southwest",
|
| 2600 |
-
"southwestern",
|
| 2601 |
"space",
|
| 2602 |
-
"specified",
|
| 2603 |
-
"speech",
|
| 2604 |
-
"spokesman",
|
| 2605 |
-
"spokesperson",
|
| 2606 |
"sql",
|
| 2607 |
"srs",
|
| 2608 |
"ss.",
|
| 2609 |
-
"
|
| 2610 |
"ssl",
|
| 2611 |
"st",
|
| 2612 |
"st.",
|
| 2613 |
-
"stage",
|
| 2614 |
-
"staple",
|
| 2615 |
-
"staples",
|
| 2616 |
"start",
|
| 2617 |
"started",
|
| 2618 |
"starting",
|
| 2619 |
-
"state",
|
| 2620 |
-
"stated",
|
| 2621 |
-
"statement",
|
| 2622 |
"steady",
|
|
|
|
| 2623 |
"stephen",
|
| 2624 |
-
"steps",
|
| 2625 |
"steven",
|
| 2626 |
"still",
|
| 2627 |
-
"stipulate",
|
| 2628 |
-
"stipulates",
|
| 2629 |
-
"stocks",
|
| 2630 |
-
"strategically",
|
| 2631 |
-
"strategy",
|
| 2632 |
-
"stressed",
|
| 2633 |
-
"stronger",
|
| 2634 |
"structure",
|
| 2635 |
"structured",
|
| 2636 |
-
"sts",
|
| 2637 |
"student",
|
| 2638 |
"students",
|
| 2639 |
"submitted",
|
| 2640 |
-
"
|
| 2641 |
-
"such",
|
| 2642 |
-
"sudan",
|
| 2643 |
-
"suggests",
|
| 2644 |
"supervision",
|
| 2645 |
"supervisor",
|
| 2646 |
-
"
|
| 2647 |
-
"supplies",
|
| 2648 |
-
"support",
|
| 2649 |
-
"supported",
|
| 2650 |
"symbols",
|
| 2651 |
"system",
|
| 2652 |
"s\u2019s",
|
|
@@ -2654,102 +2590,72 @@
|
|
| 2654 |
"t's",
|
| 2655 |
"t.",
|
| 2656 |
"ta",
|
|
|
|
| 2657 |
"take",
|
|
|
|
| 2658 |
"taking",
|
| 2659 |
-
"
|
| 2660 |
-
"tangible",
|
| 2661 |
-
"tanzania",
|
| 2662 |
-
"tap",
|
| 2663 |
-
"target",
|
| 2664 |
-
"targeted",
|
| 2665 |
"task",
|
| 2666 |
"tasks",
|
| 2667 |
-
"tax",
|
| 2668 |
-
"tch",
|
| 2669 |
"td.",
|
| 2670 |
"team",
|
| 2671 |
-
"teams",
|
| 2672 |
"teamwork",
|
| 2673 |
"tech",
|
| 2674 |
"technical",
|
| 2675 |
-
"technologies",
|
| 2676 |
-
"technology",
|
| 2677 |
"ted",
|
| 2678 |
-
"tee",
|
| 2679 |
"tem",
|
| 2680 |
-
"temperatures",
|
| 2681 |
"tenn",
|
| 2682 |
"tenn.",
|
| 2683 |
"ter",
|
| 2684 |
"terminating",
|
| 2685 |
"terminations",
|
| 2686 |
-
"
|
| 2687 |
-
"
|
| 2688 |
-
"than",
|
| 2689 |
"that",
|
| 2690 |
"that's",
|
| 2691 |
"that\u2019s",
|
| 2692 |
"the",
|
| 2693 |
"their",
|
| 2694 |
"them",
|
| 2695 |
-
"then",
|
| 2696 |
-
"therapeutic",
|
| 2697 |
"there",
|
| 2698 |
"there's",
|
| 2699 |
-
"thereafter",
|
| 2700 |
"therefore",
|
| 2701 |
"there\u2019s",
|
| 2702 |
"these",
|
| 2703 |
"they",
|
| 2704 |
"things",
|
| 2705 |
-
"think",
|
| 2706 |
-
"thinking",
|
| 2707 |
"this",
|
| 2708 |
"this's",
|
| 2709 |
"this\u2019s",
|
|
|
|
| 2710 |
"those",
|
| 2711 |
-
"though",
|
| 2712 |
-
"threat",
|
| 2713 |
-
"threats",
|
| 2714 |
-
"three",
|
| 2715 |
"through",
|
| 2716 |
-
"throughout",
|
| 2717 |
"ths",
|
| 2718 |
"thy",
|
| 2719 |
-
"tic",
|
| 2720 |
-
"tie",
|
| 2721 |
-
"tight",
|
| 2722 |
-
"til",
|
| 2723 |
"time",
|
| 2724 |
-
"
|
|
|
|
| 2725 |
"tle",
|
| 2726 |
"tly",
|
| 2727 |
"tml",
|
| 2728 |
"to",
|
| 2729 |
"together",
|
| 2730 |
-
"too",
|
| 2731 |
"took",
|
|
|
|
| 2732 |
"topic",
|
| 2733 |
"tor",
|
| 2734 |
-
"total",
|
| 2735 |
-
"towards",
|
| 2736 |
"transfer",
|
| 2737 |
-
"transformation",
|
| 2738 |
-
"tre",
|
| 2739 |
-
"treatment",
|
| 2740 |
"tries",
|
| 2741 |
"troubleshoot",
|
| 2742 |
"troubleshooting",
|
| 2743 |
-
"try",
|
| 2744 |
"tty",
|
| 2745 |
"tum",
|
|
|
|
| 2746 |
"tup",
|
| 2747 |
-
"
|
| 2748 |
-
"
|
| 2749 |
-
"tweeted",
|
| 2750 |
-
"twitter",
|
| 2751 |
"two",
|
| 2752 |
-
"
|
| 2753 |
"t\u2019s",
|
| 2754 |
"u",
|
| 2755 |
"u.",
|
|
@@ -2757,54 +2663,39 @@
|
|
| 2757 |
"uce",
|
| 2758 |
"uch",
|
| 2759 |
"uck",
|
|
|
|
| 2760 |
"ude",
|
|
|
|
| 2761 |
"ues",
|
| 2762 |
"uff",
|
| 2763 |
"ug.",
|
| 2764 |
"uganda",
|
| 2765 |
-
"ugandan",
|
| 2766 |
-
"ugandans",
|
| 2767 |
"ugh",
|
| 2768 |
-
"ugs",
|
| 2769 |
-
"uit",
|
| 2770 |
"ul.",
|
| 2771 |
"uld",
|
| 2772 |
"ull",
|
| 2773 |
"ult",
|
| 2774 |
-
"uly",
|
| 2775 |
"un.",
|
| 2776 |
-
"unable",
|
| 2777 |
"und",
|
| 2778 |
"understand",
|
| 2779 |
"understanding",
|
| 2780 |
"understands",
|
| 2781 |
"understood",
|
| 2782 |
-
"une",
|
| 2783 |
-
"unfavorable",
|
| 2784 |
-
"unhcr",
|
| 2785 |
"unit",
|
| 2786 |
-
"
|
| 2787 |
"university",
|
| 2788 |
-
"unix",
|
| 2789 |
-
"unlikely",
|
| 2790 |
-
"unt",
|
| 2791 |
-
"until",
|
| 2792 |
-
"unwanted",
|
| 2793 |
"up",
|
| 2794 |
"uploaded",
|
| 2795 |
"ups",
|
| 2796 |
-
"
|
| 2797 |
"ure",
|
| 2798 |
-
"urs",
|
| 2799 |
"us",
|
|
|
|
| 2800 |
"usd",
|
| 2801 |
"use",
|
| 2802 |
-
"used",
|
| 2803 |
"using",
|
| 2804 |
"ust",
|
| 2805 |
"uth",
|
| 2806 |
-
"utilizing",
|
| 2807 |
-
"uts",
|
| 2808 |
"v",
|
| 2809 |
"v.",
|
| 2810 |
"v.s",
|
|
@@ -2813,60 +2704,44 @@
|
|
| 2813 |
"v_v",
|
| 2814 |
"va",
|
| 2815 |
"va.",
|
| 2816 |
-
"value",
|
| 2817 |
-
"various",
|
| 2818 |
"ve",
|
| 2819 |
-
"ved",
|
| 2820 |
-
"vegetation",
|
| 2821 |
"vel",
|
| 2822 |
"ven",
|
| 2823 |
"ver",
|
| 2824 |
"very",
|
| 2825 |
-
"ves",
|
| 2826 |
"via",
|
| 2827 |
-
"
|
|
|
|
| 2828 |
"vin",
|
| 2829 |
-
"
|
| 2830 |
-
"
|
| 2831 |
-
"visiting",
|
| 2832 |
"visualizations",
|
| 2833 |
"vs",
|
| 2834 |
"vs.",
|
| 2835 |
"vue",
|
| 2836 |
-
"vulnerable",
|
| 2837 |
"w",
|
| 2838 |
"w's",
|
| 2839 |
"w.",
|
| 2840 |
"w/o",
|
| 2841 |
-
"want",
|
| 2842 |
"wanted",
|
| 2843 |
-
"war",
|
| 2844 |
"warmly",
|
| 2845 |
"was",
|
| 2846 |
"wash",
|
| 2847 |
"wash.",
|
| 2848 |
-
"water",
|
| 2849 |
-
"way",
|
| 2850 |
-
"ways",
|
| 2851 |
"we",
|
| 2852 |
-
"
|
|
|
|
| 2853 |
"wed",
|
| 2854 |
-
"wednesday",
|
| 2855 |
"week",
|
| 2856 |
-
"week day",
|
| 2857 |
"weekly",
|
| 2858 |
"weeks",
|
| 2859 |
-
"weighed",
|
| 2860 |
"welcomed",
|
| 2861 |
"well",
|
| 2862 |
"went",
|
| 2863 |
"wer",
|
| 2864 |
"were",
|
| 2865 |
-
"western",
|
| 2866 |
-
"wfp",
|
| 2867 |
"what",
|
| 2868 |
"what's",
|
| 2869 |
-
"whatsapp",
|
| 2870 |
"what\u2019s",
|
| 2871 |
"when",
|
| 2872 |
"when's",
|
|
@@ -2875,7 +2750,6 @@
|
|
| 2875 |
"where's",
|
| 2876 |
"where\u2019s",
|
| 2877 |
"which",
|
| 2878 |
-
"while",
|
| 2879 |
"who",
|
| 2880 |
"who's",
|
| 2881 |
"whole",
|
|
@@ -2883,20 +2757,14 @@
|
|
| 2883 |
"why",
|
| 2884 |
"why's",
|
| 2885 |
"why\u2019s",
|
| 2886 |
-
"widening",
|
| 2887 |
-
"widespread",
|
| 2888 |
"will",
|
|
|
|
| 2889 |
"willing",
|
| 2890 |
-
"willingness",
|
| 2891 |
-
"wilted",
|
| 2892 |
-
"wine",
|
| 2893 |
"wireless",
|
| 2894 |
"wis",
|
| 2895 |
"wis.",
|
| 2896 |
"with",
|
| 2897 |
-
"within",
|
| 2898 |
"without",
|
| 2899 |
-
"witness",
|
| 2900 |
"wo",
|
| 2901 |
"wordpress",
|
| 2902 |
"work",
|
|
@@ -2904,8 +2772,6 @@
|
|
| 2904 |
"workplace",
|
| 2905 |
"workplan",
|
| 2906 |
"world",
|
| 2907 |
-
"worse",
|
| 2908 |
-
"worsening",
|
| 2909 |
"would",
|
| 2910 |
"w\u2019s",
|
| 2911 |
"x",
|
|
@@ -2941,8 +2807,6 @@
|
|
| 2941 |
"xxxx'",
|
| 2942 |
"xxxx'x",
|
| 2943 |
"xxxx.",
|
| 2944 |
-
"xxxx://xxx.xxx.xx.xx/.",
|
| 2945 |
-
"xxxx://xxx.xxxx.xxx.xxx/xxxx/",
|
| 2946 |
"xxxx\u2019",
|
| 2947 |
"xxxx\u2019x",
|
| 2948 |
"xxx\u2019x",
|
|
@@ -2958,20 +2822,17 @@
|
|
| 2958 |
"y's",
|
| 2959 |
"y.",
|
| 2960 |
"yan",
|
| 2961 |
-
"
|
| 2962 |
"year",
|
| 2963 |
"years",
|
| 2964 |
-
"yed",
|
| 2965 |
-
"yield",
|
| 2966 |
-
"yielding",
|
| 2967 |
"you",
|
| 2968 |
-
"yoweri",
|
| 2969 |
"y\u2019",
|
| 2970 |
"y\u2019s",
|
| 2971 |
"z",
|
| 2972 |
"z.",
|
| 2973 |
-
"
|
| 2974 |
"zed",
|
|
|
|
| 2975 |
"|",
|
| 2976 |
"}",
|
| 2977 |
"\u00a0",
|
|
@@ -3035,8 +2896,6 @@
|
|
| 3035 |
"\u2019xxxx",
|
| 3036 |
"\u2019y",
|
| 3037 |
"\u2019\u2019",
|
| 3038 |
-
"\u201c",
|
| 3039 |
-
"\u201d",
|
| 3040 |
"\u2501",
|
| 3041 |
"\u253b",
|
| 3042 |
"\u253b\u2501\u253b",
|
|
|
|
| 4 |
"\r",
|
| 5 |
" ",
|
| 6 |
" ",
|
|
|
|
| 7 |
"\"",
|
| 8 |
"'",
|
| 9 |
"''",
|
|
|
|
| 105 |
"0.0",
|
| 106 |
"0.o",
|
| 107 |
"000",
|
|
|
|
| 108 |
"010",
|
| 109 |
+
"015",
|
| 110 |
"018",
|
| 111 |
+
"020",
|
| 112 |
"021",
|
| 113 |
"022",
|
| 114 |
+
"031",
|
| 115 |
+
"032",
|
| 116 |
+
"035",
|
| 117 |
+
"044",
|
| 118 |
+
"054",
|
| 119 |
+
"063",
|
| 120 |
+
"064",
|
| 121 |
+
"072",
|
| 122 |
"0_0",
|
| 123 |
"0_o",
|
| 124 |
"1",
|
| 125 |
+
"1,041,127",
|
| 126 |
+
"1,047,000",
|
| 127 |
+
"1,060,576",
|
| 128 |
+
"1,072,270",
|
| 129 |
+
"1,072,620",
|
| 130 |
+
"1,083,300",
|
| 131 |
+
"1,103,018",
|
| 132 |
+
"1,110,560",
|
| 133 |
+
"1,169,267",
|
| 134 |
+
"1,176,784",
|
| 135 |
+
"1,212,646",
|
| 136 |
+
"1,226,213",
|
| 137 |
+
"1,246,700",
|
| 138 |
+
"1,255,723",
|
| 139 |
+
"1,263,912",
|
| 140 |
+
"1,265",
|
| 141 |
+
"1,283,686",
|
| 142 |
+
"1,323,467",
|
| 143 |
+
"1,348,322",
|
| 144 |
+
"1,391,959",
|
| 145 |
+
"1,407,623",
|
| 146 |
+
"1,411,916",
|
| 147 |
+
"1,448,283",
|
| 148 |
+
"1,469,031",
|
| 149 |
+
"1,555,054",
|
| 150 |
+
"1,614,109",
|
| 151 |
+
"1,701,575",
|
| 152 |
+
"1,900,488",
|
| 153 |
"10",
|
| 154 |
+
"10,010",
|
| 155 |
+
"10,139,177",
|
| 156 |
"100",
|
| 157 |
+
"104",
|
| 158 |
+
"105",
|
| 159 |
+
"108",
|
| 160 |
+
"108,560",
|
| 161 |
+
"109",
|
| 162 |
"10a.m",
|
| 163 |
"10a.m.",
|
| 164 |
"10p.m",
|
| 165 |
"10p.m.",
|
| 166 |
"11",
|
| 167 |
+
"11,589,623",
|
| 168 |
+
"11,673,021",
|
| 169 |
+
"112",
|
| 170 |
+
"112,760",
|
| 171 |
+
"117",
|
| 172 |
"11a.m",
|
| 173 |
"11a.m.",
|
| 174 |
"11p.m",
|
| 175 |
"11p.m.",
|
| 176 |
"12",
|
| 177 |
+
"12,123,200",
|
| 178 |
+
"123",
|
| 179 |
+
"127",
|
| 180 |
"12a.m",
|
| 181 |
"12a.m.",
|
| 182 |
"12p.m",
|
| 183 |
"12p.m.",
|
| 184 |
+
"13",
|
| 185 |
+
"130,170",
|
| 186 |
+
"133",
|
| 187 |
"14",
|
| 188 |
+
"140",
|
| 189 |
+
"144",
|
| 190 |
+
"15",
|
| 191 |
+
"153",
|
| 192 |
+
"16",
|
| 193 |
+
"162",
|
| 194 |
+
"164",
|
| 195 |
+
"164,689,383",
|
| 196 |
+
"165",
|
| 197 |
"17",
|
| 198 |
+
"170",
|
| 199 |
+
"171",
|
| 200 |
+
"172,053,794",
|
| 201 |
+
"173",
|
| 202 |
+
"177",
|
| 203 |
+
"177,238,032",
|
| 204 |
+
"18",
|
| 205 |
+
"181",
|
| 206 |
+
"19",
|
| 207 |
+
"1922",
|
| 208 |
"1a.m",
|
| 209 |
"1a.m.",
|
| 210 |
"1p.m",
|
| 211 |
"1p.m.",
|
| 212 |
"2",
|
| 213 |
+
"2,044,437",
|
| 214 |
+
"2,060,835",
|
| 215 |
+
"2,143,281",
|
| 216 |
+
"2,239",
|
| 217 |
+
"2,317,860",
|
| 218 |
+
"2,351,627",
|
| 219 |
+
"2,381,740",
|
| 220 |
+
"2,439,835",
|
| 221 |
+
"2,736,690",
|
| 222 |
+
"2,877,797",
|
| 223 |
+
"2,963,243",
|
| 224 |
"20",
|
| 225 |
+
"20,903,273",
|
| 226 |
+
"200",
|
| 227 |
"2010",
|
| 228 |
+
"202,910",
|
| 229 |
"2021",
|
| 230 |
+
"205",
|
| 231 |
+
"208",
|
| 232 |
+
"21",
|
| 233 |
+
"212,559,417",
|
| 234 |
+
"213",
|
| 235 |
"22",
|
| 236 |
+
"22,810",
|
| 237 |
+
"223",
|
| 238 |
+
"23",
|
| 239 |
+
"239",
|
| 240 |
+
"24",
|
| 241 |
+
"243",
|
| 242 |
+
"244",
|
| 243 |
+
"25",
|
| 244 |
+
"25,499,884",
|
| 245 |
+
"258",
|
| 246 |
"26",
|
| 247 |
+
"265",
|
| 248 |
+
"267",
|
| 249 |
+
"27",
|
| 250 |
+
"27,400",
|
| 251 |
"270",
|
| 252 |
+
"272",
|
| 253 |
+
"273",
|
| 254 |
+
"276",
|
| 255 |
+
"277",
|
| 256 |
+
"28",
|
| 257 |
+
"28,470",
|
| 258 |
+
"280",
|
| 259 |
+
"281",
|
| 260 |
+
"283",
|
| 261 |
+
"287,375",
|
| 262 |
+
"288",
|
| 263 |
+
"29",
|
| 264 |
+
"299",
|
| 265 |
"2a.m",
|
| 266 |
"2a.m.",
|
|
|
|
| 267 |
"2p.m",
|
| 268 |
"2p.m.",
|
|
|
|
| 269 |
"3",
|
| 270 |
+
"3,124,584",
|
| 271 |
+
"3,280,819",
|
| 272 |
+
"3,524,670",
|
| 273 |
+
"3,564,313",
|
| 274 |
"30",
|
| 275 |
+
"30,280",
|
| 276 |
+
"300",
|
| 277 |
+
"302",
|
| 278 |
"31",
|
| 279 |
+
"313",
|
| 280 |
"32",
|
| 281 |
+
"32,866,272",
|
| 282 |
+
"322",
|
| 283 |
+
"323",
|
| 284 |
"33",
|
| 285 |
"333",
|
| 286 |
+
"334",
|
| 287 |
+
"34",
|
| 288 |
+
"346",
|
| 289 |
+
"347",
|
| 290 |
+
"35",
|
| 291 |
+
"36",
|
| 292 |
+
"368",
|
| 293 |
+
"37",
|
| 294 |
+
"375",
|
| 295 |
+
"377",
|
| 296 |
+
"38",
|
| 297 |
+
"38,117",
|
| 298 |
+
"38,928,346",
|
| 299 |
+
"383",
|
| 300 |
+
"39",
|
| 301 |
+
"393,244",
|
| 302 |
+
"395",
|
| 303 |
+
"397,628",
|
| 304 |
+
"398",
|
| 305 |
"3a.m",
|
| 306 |
"3a.m.",
|
| 307 |
"3p.m",
|
| 308 |
"3p.m.",
|
| 309 |
"4",
|
| 310 |
+
"4,340,931",
|
| 311 |
+
"4,403,862",
|
| 312 |
+
"4,407,377",
|
| 313 |
+
"4,663,035",
|
| 314 |
"40",
|
| 315 |
+
"400",
|
| 316 |
+
"400USD",
|
| 317 |
+
"400usd",
|
| 318 |
+
"409",
|
| 319 |
+
"41",
|
| 320 |
+
"414",
|
| 321 |
+
"417",
|
| 322 |
+
"42",
|
| 323 |
+
"43",
|
| 324 |
+
"43,851,044",
|
| 325 |
+
"430",
|
| 326 |
+
"437",
|
| 327 |
+
"437,479",
|
| 328 |
+
"44",
|
| 329 |
+
"440",
|
| 330 |
+
"442",
|
| 331 |
+
"443",
|
| 332 |
+
"445",
|
| 333 |
+
"447",
|
| 334 |
+
"45",
|
| 335 |
+
"45,195,774",
|
| 336 |
+
"46",
|
| 337 |
+
"461",
|
| 338 |
+
"467",
|
| 339 |
"47",
|
| 340 |
+
"470",
|
| 341 |
+
"471,945",
|
| 342 |
+
"479",
|
| 343 |
+
"48",
|
| 344 |
+
"483",
|
| 345 |
+
"488",
|
| 346 |
+
"489,302",
|
| 347 |
+
"49",
|
| 348 |
+
"496,631",
|
| 349 |
+
"497,784",
|
| 350 |
+
"498,779",
|
| 351 |
"4a.m",
|
| 352 |
"4a.m.",
|
| 353 |
"4p.m",
|
| 354 |
"4p.m.",
|
| 355 |
"5",
|
| 356 |
+
"5,270",
|
| 357 |
+
"50",
|
| 358 |
+
"501",
|
| 359 |
+
"506,856",
|
| 360 |
+
"51",
|
| 361 |
+
"51,000",
|
| 362 |
+
"514,443",
|
| 363 |
+
"515,112",
|
| 364 |
+
"52",
|
| 365 |
+
"520",
|
| 366 |
+
"524,171",
|
| 367 |
+
"529,993",
|
| 368 |
+
"53",
|
| 369 |
+
"530",
|
| 370 |
+
"534,876",
|
| 371 |
+
"537,105",
|
| 372 |
+
"539,223",
|
| 373 |
+
"54",
|
| 374 |
+
"543,288",
|
| 375 |
+
"545,873",
|
| 376 |
+
"546,783",
|
| 377 |
+
"548,281",
|
| 378 |
+
"55",
|
| 379 |
+
"552,869",
|
| 380 |
+
"554,162",
|
| 381 |
+
"557,653",
|
| 382 |
+
"558,861",
|
| 383 |
+
"56",
|
| 384 |
+
"560",
|
| 385 |
+
"565,276",
|
| 386 |
+
"566,730",
|
| 387 |
+
"568,258",
|
| 388 |
+
"57",
|
| 389 |
+
"575",
|
| 390 |
+
"576",
|
| 391 |
+
"577",
|
| 392 |
+
"58",
|
| 393 |
+
"581,626",
|
| 394 |
+
"584",
|
| 395 |
+
"584,461",
|
| 396 |
+
"588,205",
|
| 397 |
+
"590,414",
|
| 398 |
+
"591,173",
|
| 399 |
+
"592,699",
|
| 400 |
+
"594,971",
|
| 401 |
+
"597",
|
| 402 |
"5a.m",
|
| 403 |
"5a.m.",
|
| 404 |
"5p.m",
|
| 405 |
"5p.m.",
|
| 406 |
"6",
|
| 407 |
+
"6,948,445",
|
|
|
|
| 408 |
"60",
|
| 409 |
+
"601,368",
|
| 410 |
+
"606,299",
|
| 411 |
+
"607,022",
|
| 412 |
+
"608",
|
| 413 |
+
"610,810",
|
| 414 |
+
"620",
|
| 415 |
+
"623",
|
| 416 |
+
"626",
|
| 417 |
+
"627",
|
| 418 |
+
"628",
|
| 419 |
+
"631",
|
| 420 |
+
"634",
|
| 421 |
+
"635,483",
|
| 422 |
+
"64",
|
| 423 |
+
"646",
|
| 424 |
+
"651",
|
| 425 |
+
"652,860",
|
| 426 |
+
"653",
|
| 427 |
+
"655",
|
| 428 |
+
"657,165",
|
| 429 |
+
"657,764",
|
| 430 |
+
"658",
|
| 431 |
+
"659,597",
|
| 432 |
+
"665,520",
|
| 433 |
+
"668",
|
| 434 |
+
"670",
|
| 435 |
+
"675,530",
|
| 436 |
+
"682,347",
|
| 437 |
+
"683,064",
|
| 438 |
+
"683,727",
|
| 439 |
+
"686",
|
| 440 |
+
"690",
|
| 441 |
+
"699",
|
| 442 |
"6a.m",
|
| 443 |
"6a.m.",
|
| 444 |
"6p.m",
|
| 445 |
"6p.m.",
|
| 446 |
"7",
|
| 447 |
+
"7,682,300",
|
| 448 |
+
"700",
|
| 449 |
+
"705,778",
|
| 450 |
+
"707,931",
|
| 451 |
+
"714,847",
|
| 452 |
+
"717,912",
|
| 453 |
+
"720,831",
|
| 454 |
+
"723",
|
| 455 |
+
"727",
|
| 456 |
+
"729,447",
|
| 457 |
+
"730",
|
| 458 |
+
"738,905",
|
| 459 |
+
"740",
|
| 460 |
+
"740,223",
|
| 461 |
+
"749,881",
|
| 462 |
+
"754,784",
|
| 463 |
+
"756",
|
| 464 |
+
"760",
|
| 465 |
+
"763,634",
|
| 466 |
+
"764",
|
| 467 |
+
"77,265",
|
| 468 |
+
"770,208",
|
| 469 |
+
"771,608",
|
| 470 |
+
"772,958",
|
| 471 |
+
"773,501",
|
| 472 |
+
"774",
|
| 473 |
+
"778",
|
| 474 |
+
"779",
|
| 475 |
+
"781,577",
|
| 476 |
+
"783",
|
| 477 |
+
"784",
|
| 478 |
+
"794",
|
| 479 |
+
"797",
|
| 480 |
"7a.m",
|
| 481 |
"7a.m.",
|
| 482 |
"7p.m",
|
| 483 |
"7p.m.",
|
| 484 |
"8",
|
| 485 |
"8)",
|
| 486 |
+
"8,358,140",
|
| 487 |
"8-",
|
| 488 |
"8-)",
|
| 489 |
"8-D",
|
| 490 |
"8-d",
|
| 491 |
+
"802,063",
|
| 492 |
+
"804,807",
|
| 493 |
+
"807",
|
| 494 |
+
"810",
|
| 495 |
+
"813,153",
|
| 496 |
+
"819",
|
| 497 |
+
"82,409",
|
| 498 |
+
"82,658",
|
| 499 |
+
"821,223",
|
| 500 |
+
"83",
|
| 501 |
+
"831",
|
| 502 |
+
"833",
|
| 503 |
+
"835",
|
| 504 |
+
"835,442",
|
| 505 |
+
"838,395",
|
| 506 |
+
"841,144",
|
| 507 |
+
"847",
|
| 508 |
+
"851,020",
|
| 509 |
+
"853,162",
|
| 510 |
+
"856",
|
| 511 |
+
"860",
|
| 512 |
+
"861",
|
| 513 |
+
"862",
|
| 514 |
+
"869",
|
| 515 |
+
"873",
|
| 516 |
+
"873,655",
|
| 517 |
+
"874",
|
| 518 |
+
"876",
|
| 519 |
+
"880,874",
|
| 520 |
+
"881",
|
| 521 |
+
"884",
|
| 522 |
+
"892,334",
|
| 523 |
+
"896,856",
|
| 524 |
"8D",
|
| 525 |
"8a.m",
|
| 526 |
"8a.m.",
|
|
|
|
| 528 |
"8p.m",
|
| 529 |
"8p.m.",
|
| 530 |
"9",
|
| 531 |
+
"9,006,398",
|
| 532 |
+
"9,449,323",
|
| 533 |
+
"900,277",
|
| 534 |
+
"905",
|
| 535 |
+
"906,997",
|
| 536 |
+
"910",
|
| 537 |
+
"912",
|
| 538 |
+
"916",
|
| 539 |
+
"922",
|
| 540 |
+
"929",
|
| 541 |
+
"931",
|
| 542 |
+
"941,181",
|
| 543 |
+
"945",
|
| 544 |
+
"947,756",
|
| 545 |
+
"958",
|
| 546 |
+
"959",
|
| 547 |
+
"963,833",
|
| 548 |
+
"965,015",
|
| 549 |
+
"97,929",
|
| 550 |
+
"971",
|
| 551 |
+
"976,651",
|
| 552 |
+
"986,072",
|
| 553 |
+
"989,810",
|
| 554 |
+
"993",
|
| 555 |
+
"997",
|
| 556 |
"9a.m",
|
| 557 |
"9a.m.",
|
| 558 |
"9p.m",
|
|
|
|
| 654 |
">:o",
|
| 655 |
">:x",
|
| 656 |
"><(((*>",
|
|
|
|
| 657 |
"@",
|
| 658 |
"@_@",
|
| 659 |
"A",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 660 |
"API",
|
| 661 |
"APPLICATIONS",
|
| 662 |
+
"Aaron",
|
| 663 |
+
"Adam",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 664 |
"Adm",
|
| 665 |
"Adm.",
|
| 666 |
+
"Afghanistan",
|
|
|
|
|
|
|
|
|
|
| 667 |
"Ai",
|
| 668 |
"Ak",
|
| 669 |
"Ak.",
|
|
|
|
| 671 |
"Ala.",
|
| 672 |
"Alabama",
|
| 673 |
"Alaska",
|
| 674 |
+
"Albania",
|
| 675 |
+
"Alexander",
|
| 676 |
+
"Algeria",
|
| 677 |
"Also",
|
| 678 |
+
"Amanda",
|
| 679 |
+
"Amy",
|
| 680 |
+
"Andorra",
|
| 681 |
+
"Andrew",
|
| 682 |
+
"Angela",
|
| 683 |
"Angella",
|
| 684 |
+
"Angola",
|
| 685 |
+
"Anna",
|
| 686 |
+
"Anthony",
|
| 687 |
+
"Antigua",
|
| 688 |
"Apr",
|
| 689 |
"Apr.",
|
| 690 |
"April",
|
| 691 |
"Are",
|
| 692 |
+
"Argentina",
|
| 693 |
"Ariz",
|
| 694 |
"Ariz.",
|
| 695 |
"Arizona",
|
| 696 |
"Ark",
|
| 697 |
"Ark.",
|
| 698 |
"Arkansas",
|
| 699 |
+
"Armenia",
|
| 700 |
+
"Ashley",
|
| 701 |
"Aug",
|
| 702 |
"Aug.",
|
| 703 |
"August",
|
| 704 |
+
"Australia",
|
| 705 |
+
"Austria",
|
| 706 |
+
"Azerbaijan",
|
| 707 |
"B",
|
| 708 |
+
"Bahamas",
|
| 709 |
+
"Bahrain",
|
| 710 |
+
"Bangladesh",
|
| 711 |
+
"Barbados",
|
| 712 |
+
"Barbara",
|
| 713 |
+
"Barbuda",
|
| 714 |
+
"Belarus",
|
| 715 |
+
"Belgium",
|
| 716 |
+
"Belize",
|
| 717 |
+
"Benin",
|
| 718 |
"Benjamin",
|
| 719 |
+
"Betty",
|
| 720 |
+
"Bhutan",
|
| 721 |
+
"Bolivia",
|
| 722 |
+
"Bosnia",
|
| 723 |
+
"Botswana",
|
| 724 |
+
"Brandon",
|
| 725 |
+
"Brazil",
|
| 726 |
+
"Brenda",
|
| 727 |
+
"Brian",
|
| 728 |
"Bros",
|
| 729 |
"Bros.",
|
| 730 |
+
"Brunei",
|
| 731 |
+
"Bulgaria",
|
| 732 |
+
"Burkina",
|
| 733 |
"But",
|
| 734 |
"C",
|
| 735 |
"C'm",
|
| 736 |
"C++",
|
| 737 |
"C.",
|
| 738 |
+
"CIS",
|
| 739 |
+
"COLLEGE",
|
| 740 |
+
"COMMENT",
|
| 741 |
+
"CONAS",
|
| 742 |
+
"COSCIS",
|
| 743 |
"CSS",
|
| 744 |
"CURRENCY",
|
| 745 |
"Ca",
|
|
|
|
| 747 |
"Calif.",
|
| 748 |
"California",
|
| 749 |
"Can",
|
| 750 |
+
"Carol",
|
| 751 |
+
"Carolyn",
|
| 752 |
+
"Catherine",
|
| 753 |
"Cause",
|
| 754 |
+
"Charles",
|
| 755 |
+
"Christine",
|
| 756 |
+
"Christopher",
|
| 757 |
"Co",
|
| 758 |
"Co.",
|
|
|
|
| 759 |
"Colo",
|
| 760 |
"Colo.",
|
| 761 |
"Colorado",
|
|
|
|
|
|
|
|
|
|
| 762 |
"Conn",
|
| 763 |
"Conn.",
|
| 764 |
"Connecticut",
|
| 765 |
+
"Conrad",
|
| 766 |
"Corp",
|
| 767 |
"Corp.",
|
| 768 |
"Cos",
|
| 769 |
"Could",
|
| 770 |
"Coz",
|
|
|
|
|
|
|
| 771 |
"Cuz",
|
| 772 |
+
"Cynthia",
|
| 773 |
"C\u2019m",
|
| 774 |
"D",
|
| 775 |
"D.",
|
| 776 |
"D.C.",
|
| 777 |
+
"Daniel",
|
|
|
|
| 778 |
"Dare",
|
| 779 |
+
"David",
|
| 780 |
+
"Davis",
|
| 781 |
+
"Deborah",
|
| 782 |
+
"Debra",
|
| 783 |
"Dec",
|
| 784 |
"Dec.",
|
| 785 |
"December",
|
| 786 |
"Del",
|
| 787 |
"Del.",
|
| 788 |
"Delaware",
|
| 789 |
+
"Dennis",
|
| 790 |
+
"Diane",
|
| 791 |
"Did",
|
|
|
|
|
|
|
| 792 |
"Django",
|
| 793 |
"Do",
|
| 794 |
+
"Doctor",
|
| 795 |
"Does",
|
| 796 |
"Doin",
|
| 797 |
"Doin'",
|
| 798 |
"Doin\u2019",
|
| 799 |
+
"Donald",
|
| 800 |
"Done",
|
| 801 |
+
"Donna",
|
| 802 |
"Dorothy",
|
| 803 |
+
"Douglas",
|
| 804 |
"Dr",
|
| 805 |
"Dr.",
|
| 806 |
"E",
|
|
|
|
| 808 |
"E.g",
|
| 809 |
"E.g.",
|
| 810 |
"EAR",
|
| 811 |
+
"EGE",
|
| 812 |
+
"ENT",
|
| 813 |
+
"Edward",
|
| 814 |
+
"Einstein",
|
| 815 |
+
"Elizabeth",
|
| 816 |
+
"Emily",
|
| 817 |
+
"Emma",
|
| 818 |
+
"England",
|
| 819 |
+
"Eric",
|
| 820 |
+
"Evening",
|
| 821 |
"F",
|
| 822 |
"F.",
|
| 823 |
"FIGURE",
|
| 824 |
+
"FURNITURE",
|
|
|
|
| 825 |
"Faith",
|
| 826 |
+
"Faso",
|
| 827 |
"Feb",
|
| 828 |
"Feb.",
|
| 829 |
"February",
|
| 830 |
+
"Females",
|
| 831 |
"Fla",
|
| 832 |
"Fla.",
|
| 833 |
+
"Flavia",
|
| 834 |
"Florida",
|
| 835 |
+
"For",
|
| 836 |
+
"Frank",
|
|
|
|
|
|
|
| 837 |
"G",
|
| 838 |
+
"GADGET",
|
| 839 |
+
"GET",
|
| 840 |
"Ga",
|
| 841 |
"Ga.",
|
| 842 |
+
"Gary",
|
| 843 |
"Gen",
|
| 844 |
"Gen.",
|
| 845 |
+
"George",
|
| 846 |
"Georgia",
|
|
|
|
| 847 |
"Git",
|
| 848 |
"Github",
|
|
|
|
|
|
|
| 849 |
"Goin",
|
| 850 |
"Goin'",
|
| 851 |
"Goin\u2019",
|
| 852 |
"Gon",
|
| 853 |
"Good",
|
|
|
|
| 854 |
"Got",
|
| 855 |
"Gov",
|
| 856 |
"Gov.",
|
| 857 |
+
"Gregory",
|
|
|
|
|
|
|
|
|
|
| 858 |
"H",
|
|
|
|
| 859 |
"HTML",
|
| 860 |
"Had",
|
| 861 |
"Has",
|
|
|
|
| 866 |
"He",
|
| 867 |
"He's",
|
| 868 |
"Health",
|
| 869 |
+
"Heather",
|
| 870 |
+
"Helen",
|
| 871 |
+
"Henry",
|
| 872 |
+
"Herzegovina",
|
| 873 |
"He\u2019s",
|
|
|
|
| 874 |
"Hopefully",
|
| 875 |
"How",
|
| 876 |
"How's",
|
|
|
|
| 877 |
"How\u2019s",
|
| 878 |
"I",
|
| 879 |
"I.E.",
|
| 880 |
"I.e",
|
| 881 |
"I.e.",
|
|
|
|
| 882 |
"ICT",
|
| 883 |
+
"ILL",
|
| 884 |
+
"IME",
|
| 885 |
"INSTITUITIONS",
|
| 886 |
+
"IOD",
|
| 887 |
"ION",
|
| 888 |
"IP",
|
|
|
|
| 889 |
"Ia",
|
| 890 |
"Ia.",
|
| 891 |
"Id",
|
|
|
|
| 894 |
"Ill",
|
| 895 |
"Ill.",
|
| 896 |
"Illinois",
|
|
|
|
| 897 |
"Inc",
|
| 898 |
"Inc.",
|
| 899 |
"Ind",
|
| 900 |
"Ind.",
|
| 901 |
"Indiana",
|
|
|
|
| 902 |
"Infrastructure",
|
|
|
|
|
|
|
|
|
|
| 903 |
"Intern",
|
|
|
|
| 904 |
"Internship",
|
| 905 |
"Iowa",
|
| 906 |
"Is",
|
|
|
|
| 910 |
"It\u2019s",
|
| 911 |
"J",
|
| 912 |
"JS",
|
| 913 |
+
"Jack",
|
| 914 |
+
"Jacob",
|
| 915 |
+
"James",
|
| 916 |
"Jan",
|
| 917 |
"Jan.",
|
| 918 |
+
"Janet",
|
| 919 |
"January",
|
| 920 |
+
"Jason",
|
| 921 |
"Javascript",
|
| 922 |
+
"Jeffrey",
|
| 923 |
+
"Jennifer",
|
| 924 |
+
"Jerry",
|
| 925 |
+
"Jessica",
|
| 926 |
"John",
|
| 927 |
+
"Jonathan",
|
| 928 |
+
"Jose",
|
| 929 |
+
"Joseph",
|
| 930 |
+
"Joshua",
|
| 931 |
+
"Joyce",
|
| 932 |
"Jquery",
|
| 933 |
"Jr",
|
| 934 |
"Jr.",
|
| 935 |
"Jul",
|
| 936 |
"Jul.",
|
| 937 |
+
"Julie",
|
| 938 |
"July",
|
| 939 |
"Jun",
|
| 940 |
"Jun.",
|
| 941 |
"June",
|
| 942 |
+
"Justin",
|
| 943 |
"K",
|
| 944 |
"K.",
|
|
|
|
| 945 |
"Kan",
|
| 946 |
"Kan.",
|
| 947 |
"Kans",
|
| 948 |
"Kans.",
|
| 949 |
"Kansas",
|
| 950 |
+
"Karen",
|
| 951 |
+
"Katherine",
|
| 952 |
+
"Kathleen",
|
| 953 |
+
"Kelly",
|
| 954 |
+
"Kenneth",
|
| 955 |
"Kentucky",
|
| 956 |
"Kenya",
|
| 957 |
+
"Kevin",
|
| 958 |
+
"Kimberly",
|
| 959 |
+
"Komugisha",
|
| 960 |
"Ky",
|
| 961 |
"Ky.",
|
| 962 |
+
"Kyomugisha",
|
| 963 |
"L",
|
| 964 |
"LOCATION",
|
| 965 |
"La",
|
| 966 |
"La.",
|
| 967 |
+
"Larry",
|
| 968 |
+
"Laura",
|
| 969 |
"Let",
|
| 970 |
"Let's",
|
| 971 |
"Let\u2019s",
|
| 972 |
+
"Linda",
|
| 973 |
+
"Lisa",
|
| 974 |
"Louisiana",
|
| 975 |
"Lovin",
|
| 976 |
"Lovin'",
|
| 977 |
"Lovin\u2019",
|
|
|
|
| 978 |
"Ltd",
|
| 979 |
"Ltd.",
|
| 980 |
"M",
|
|
|
|
|
|
|
| 981 |
"MS",
|
|
|
|
| 982 |
"MTN",
|
| 983 |
"Ma'am",
|
| 984 |
"Mahad",
|
| 985 |
+
"Maiga",
|
| 986 |
"Maintains",
|
|
|
|
| 987 |
"Makerere",
|
| 988 |
+
"Males",
|
|
|
|
|
|
|
| 989 |
"Mar",
|
| 990 |
"Mar.",
|
| 991 |
"March",
|
| 992 |
+
"Margaret",
|
| 993 |
+
"Maria",
|
| 994 |
+
"Mark",
|
| 995 |
"Mary",
|
| 996 |
"Mass",
|
| 997 |
"Mass.",
|
| 998 |
"Massachusetts",
|
| 999 |
+
"Matthew",
|
| 1000 |
"May",
|
| 1001 |
"Ma\u2019am",
|
| 1002 |
"Md",
|
| 1003 |
"Md.",
|
| 1004 |
+
"Melissa",
|
| 1005 |
"Messrs",
|
| 1006 |
"Messrs.",
|
| 1007 |
"Mich",
|
| 1008 |
"Mich.",
|
| 1009 |
"Michael",
|
| 1010 |
+
"Michelle",
|
| 1011 |
"Michigan",
|
| 1012 |
"Might",
|
|
|
|
|
|
|
|
|
|
| 1013 |
"Minn",
|
| 1014 |
"Minn.",
|
| 1015 |
"Minnesota",
|
|
|
|
| 1018 |
"Mississippi",
|
| 1019 |
"Mo",
|
| 1020 |
"Mo.",
|
|
|
|
| 1021 |
"Mont",
|
| 1022 |
"Mont.",
|
| 1023 |
"More",
|
| 1024 |
+
"Morning",
|
| 1025 |
"Mount",
|
| 1026 |
"Mr",
|
| 1027 |
"Mr.",
|
|
|
|
| 1031 |
"Ms.",
|
| 1032 |
"Mt",
|
| 1033 |
"Mt.",
|
|
|
|
|
|
|
|
|
|
| 1034 |
"Must",
|
| 1035 |
"MySQL",
|
| 1036 |
"N",
|
|
|
|
| 1040 |
"N.J.",
|
| 1041 |
"N.M.",
|
| 1042 |
"N.Y.",
|
| 1043 |
+
"NAS",
|
| 1044 |
"NCY",
|
| 1045 |
+
"Nancy",
|
| 1046 |
+
"Nathan",
|
|
|
|
|
|
|
|
|
|
| 1047 |
"Neb",
|
| 1048 |
"Neb.",
|
| 1049 |
"Nebr",
|
|
|
|
| 1058 |
"New Mexico",
|
| 1059 |
"New York",
|
| 1060 |
"Next",
|
| 1061 |
+
"Nicholas",
|
| 1062 |
+
"Nicole",
|
| 1063 |
+
"Night",
|
| 1064 |
"No",
|
|
|
|
| 1065 |
"North Carolina",
|
| 1066 |
"North Dakota",
|
| 1067 |
"Not",
|
|
|
|
|
|
|
| 1068 |
"Nothin",
|
| 1069 |
"Nothin'",
|
| 1070 |
"Nothin\u2019",
|
|
|
|
| 1074 |
"Nuthin",
|
| 1075 |
"Nuthin'",
|
| 1076 |
"Nuthin\u2019",
|
|
|
|
| 1077 |
"O",
|
| 1078 |
"O'clock",
|
| 1079 |
"O.O",
|
| 1080 |
"O.o",
|
|
|
|
| 1081 |
"ONS",
|
|
|
|
|
|
|
| 1082 |
"O_O",
|
| 1083 |
"O_o",
|
| 1084 |
"Oct",
|
| 1085 |
"Oct.",
|
| 1086 |
"October",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1087 |
"Okla",
|
| 1088 |
"Okla.",
|
| 1089 |
"Oklahoma",
|
| 1090 |
"Ol",
|
| 1091 |
"Ol'",
|
| 1092 |
+
"Olivia",
|
| 1093 |
"Ol\u2019",
|
|
|
|
| 1094 |
"One",
|
|
|
|
| 1095 |
"Ore",
|
| 1096 |
"Ore.",
|
| 1097 |
"Oregon",
|
| 1098 |
"Ought",
|
| 1099 |
"O\u2019clock",
|
| 1100 |
"P",
|
| 1101 |
+
"PEOPLE",
|
| 1102 |
+
"PERIOD",
|
| 1103 |
"PHP",
|
| 1104 |
+
"PLE",
|
| 1105 |
+
"PROGRAM",
|
| 1106 |
"Pa",
|
| 1107 |
"Pa.",
|
| 1108 |
+
"Pamela",
|
| 1109 |
"Partially",
|
| 1110 |
+
"Patricia",
|
| 1111 |
+
"Patrick",
|
| 1112 |
+
"Paul",
|
| 1113 |
"Pennsylvania",
|
| 1114 |
"Peter",
|
| 1115 |
"Ph",
|
| 1116 |
"Ph.D.",
|
| 1117 |
+
"Please",
|
| 1118 |
+
"Popular",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1119 |
"Prof",
|
| 1120 |
"Prof.",
|
|
|
|
| 1121 |
"Python",
|
| 1122 |
"R",
|
| 1123 |
"RAM",
|
|
|
|
|
|
|
| 1124 |
"ROOT",
|
| 1125 |
+
"Rachel",
|
| 1126 |
+
"Raymond",
|
| 1127 |
+
"Rebecca",
|
| 1128 |
"Rep",
|
| 1129 |
"Rep.",
|
|
|
|
|
|
|
| 1130 |
"Rev",
|
| 1131 |
"Rev.",
|
| 1132 |
+
"Richard",
|
| 1133 |
+
"Robert",
|
| 1134 |
+
"Ronald",
|
| 1135 |
+
"Rose",
|
| 1136 |
+
"Ruth",
|
| 1137 |
"Rwanda",
|
| 1138 |
+
"Ryan",
|
| 1139 |
"S",
|
| 1140 |
"S.C.",
|
| 1141 |
+
"SHELTER",
|
| 1142 |
+
"SKILL",
|
| 1143 |
"SON",
|
| 1144 |
"SQL",
|
| 1145 |
"SSL",
|
| 1146 |
+
"Samantha",
|
| 1147 |
+
"Samuel",
|
| 1148 |
+
"Sandra",
|
| 1149 |
+
"Sarah",
|
| 1150 |
+
"Scott",
|
| 1151 |
"Sen",
|
| 1152 |
"Sen.",
|
|
|
|
|
|
|
| 1153 |
"Sep",
|
| 1154 |
"Sep.",
|
| 1155 |
"Sept",
|
| 1156 |
"Sept.",
|
| 1157 |
"September",
|
|
|
|
| 1158 |
"Sha",
|
| 1159 |
+
"Sharon",
|
| 1160 |
"She",
|
| 1161 |
"She's",
|
| 1162 |
"She\u2019s",
|
| 1163 |
+
"Shirley",
|
| 1164 |
"Should",
|
| 1165 |
+
"Similarly",
|
| 1166 |
"Simon",
|
|
|
|
|
|
|
| 1167 |
"Some",
|
| 1168 |
"Somethin",
|
| 1169 |
"Somethin'",
|
| 1170 |
"Somethin\u2019",
|
| 1171 |
"Soroti",
|
|
|
|
| 1172 |
"South Carolina",
|
| 1173 |
"St",
|
| 1174 |
"St.",
|
| 1175 |
+
"Stephanie",
|
|
|
|
| 1176 |
"Stephen",
|
| 1177 |
"Steven",
|
|
|
|
| 1178 |
"Student",
|
| 1179 |
+
"Students",
|
| 1180 |
+
"Susan",
|
| 1181 |
"T",
|
| 1182 |
+
"TER",
|
| 1183 |
"TML",
|
|
|
|
|
|
|
| 1184 |
"Tasks",
|
|
|
|
| 1185 |
"Tenn",
|
| 1186 |
"Tenn.",
|
| 1187 |
"Tennessee",
|
|
|
|
| 1188 |
"That",
|
| 1189 |
"That's",
|
| 1190 |
"That\u2019s",
|
|
|
|
| 1194 |
"There\u2019s",
|
| 1195 |
"These",
|
| 1196 |
"They",
|
|
|
|
|
|
|
| 1197 |
"This",
|
| 1198 |
"This's",
|
| 1199 |
"This\u2019s",
|
| 1200 |
+
"Thomas",
|
| 1201 |
"Those",
|
| 1202 |
+
"Timothy",
|
| 1203 |
+
"Tumushabe",
|
| 1204 |
+
"Turyagyenda",
|
| 1205 |
+
"Tusiime",
|
| 1206 |
+
"Tyler",
|
| 1207 |
"U",
|
|
|
|
|
|
|
| 1208 |
"UPS",
|
| 1209 |
"URE",
|
| 1210 |
+
"USA",
|
| 1211 |
"USD",
|
| 1212 |
"Uganda",
|
|
|
|
|
|
|
| 1213 |
"Understands",
|
|
|
|
|
|
|
| 1214 |
"University",
|
|
|
|
| 1215 |
"V",
|
| 1216 |
"V.V",
|
| 1217 |
"V_V",
|
| 1218 |
"Va",
|
| 1219 |
"Va.",
|
| 1220 |
"Very",
|
| 1221 |
+
"Victoria",
|
| 1222 |
"Virginia",
|
| 1223 |
"Vue",
|
| 1224 |
"W",
|
| 1225 |
+
"WEATHER CONDITION",
|
|
|
|
| 1226 |
"Was",
|
| 1227 |
"Wash",
|
| 1228 |
"Wash.",
|
| 1229 |
"Washington",
|
| 1230 |
"We",
|
|
|
|
|
|
|
| 1231 |
"Were",
|
| 1232 |
"What",
|
| 1233 |
"What's",
|
|
|
|
| 1234 |
"What\u2019s",
|
| 1235 |
"When",
|
| 1236 |
"When's",
|
|
|
|
| 1244 |
"Why",
|
| 1245 |
"Why's",
|
| 1246 |
"Why\u2019s",
|
| 1247 |
+
"William",
|
| 1248 |
"Wis",
|
| 1249 |
"Wis.",
|
| 1250 |
"Wisconsin",
|
| 1251 |
"With",
|
|
|
|
| 1252 |
"Wo",
|
| 1253 |
"Would",
|
| 1254 |
"X'x",
|
|
|
|
| 1264 |
"XX",
|
| 1265 |
"XXX",
|
| 1266 |
"XXXX",
|
| 1267 |
+
"XXXX XXXX",
|
| 1268 |
"X_X",
|
| 1269 |
"X_x",
|
| 1270 |
"Xx",
|
|
|
|
| 1297 |
"X\u2019xxxx",
|
| 1298 |
"Y",
|
| 1299 |
"YEAR",
|
|
|
|
| 1300 |
"You",
|
|
|
|
| 1301 |
"Z",
|
| 1302 |
+
"Zachary",
|
| 1303 |
"[",
|
| 1304 |
"[-:",
|
| 1305 |
"[:",
|
|
|
|
| 1328 |
"a.",
|
| 1329 |
"a.m",
|
| 1330 |
"a.m.",
|
| 1331 |
+
"aaron",
|
| 1332 |
+
"abe",
|
| 1333 |
"able",
|
|
|
|
| 1334 |
"about",
|
|
|
|
|
|
|
| 1335 |
"access",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1336 |
"ace",
|
|
|
|
| 1337 |
"ach",
|
| 1338 |
+
"ack",
|
|
|
|
| 1339 |
"acquired",
|
|
|
|
|
|
|
| 1340 |
"activity",
|
| 1341 |
+
"adam",
|
| 1342 |
"adapted",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1343 |
"addresses",
|
| 1344 |
"ade",
|
| 1345 |
"adm",
|
|
|
|
| 1349 |
"advised",
|
| 1350 |
"ady",
|
| 1351 |
"ael",
|
| 1352 |
+
"afghanistan",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1353 |
"age",
|
|
|
|
|
|
|
| 1354 |
"ahead",
|
| 1355 |
"ai",
|
|
|
|
|
|
|
| 1356 |
"ain",
|
| 1357 |
"air",
|
| 1358 |
"ak",
|
|
|
|
| 1360 |
"ake",
|
| 1361 |
"ala",
|
| 1362 |
"ala.",
|
| 1363 |
+
"albania",
|
| 1364 |
+
"ald",
|
| 1365 |
+
"ale",
|
| 1366 |
+
"alexander",
|
| 1367 |
+
"algeria",
|
| 1368 |
"all",
|
| 1369 |
"alm",
|
|
|
|
| 1370 |
"already",
|
|
|
|
| 1371 |
"also",
|
| 1372 |
"am",
|
| 1373 |
+
"amanda",
|
| 1374 |
"ame",
|
| 1375 |
+
"amy",
|
|
|
|
|
|
|
|
|
|
| 1376 |
"an",
|
| 1377 |
"an.",
|
| 1378 |
"ana",
|
| 1379 |
"analysis",
|
| 1380 |
"and",
|
| 1381 |
"and/or",
|
| 1382 |
+
"andorra",
|
| 1383 |
+
"andrew",
|
| 1384 |
+
"ane",
|
| 1385 |
+
"angela",
|
| 1386 |
"angella",
|
| 1387 |
+
"angola",
|
| 1388 |
"ank",
|
| 1389 |
+
"anna",
|
|
|
|
|
|
|
|
|
|
| 1390 |
"ans",
|
| 1391 |
"ant",
|
| 1392 |
+
"anthony",
|
| 1393 |
+
"antigua",
|
| 1394 |
"any",
|
| 1395 |
"api",
|
|
|
|
|
|
|
|
|
|
| 1396 |
"application",
|
| 1397 |
"applications",
|
| 1398 |
"apr",
|
| 1399 |
"apr.",
|
|
|
|
| 1400 |
"ar.",
|
| 1401 |
+
"ara",
|
| 1402 |
"architecture",
|
| 1403 |
"ard",
|
| 1404 |
"are",
|
| 1405 |
"area",
|
| 1406 |
+
"argentina",
|
| 1407 |
"ariz",
|
| 1408 |
"ariz.",
|
| 1409 |
"ark",
|
| 1410 |
"ark.",
|
| 1411 |
+
"armenia",
|
| 1412 |
"arn",
|
|
|
|
| 1413 |
"ars",
|
| 1414 |
"art",
|
| 1415 |
"articulate",
|
|
|
|
| 1416 |
"ary",
|
| 1417 |
"as",
|
|
|
|
| 1418 |
"ase",
|
| 1419 |
"ash",
|
| 1420 |
+
"ashley",
|
| 1421 |
"ask",
|
| 1422 |
"asked",
|
| 1423 |
"asking",
|
| 1424 |
"asm",
|
| 1425 |
+
"aso",
|
| 1426 |
"aspects",
|
| 1427 |
"ass",
|
| 1428 |
"assessment",
|
|
|
|
| 1429 |
"assigned",
|
|
|
|
| 1430 |
"associated",
|
| 1431 |
"ast",
|
|
|
|
| 1432 |
"at",
|
| 1433 |
"ata",
|
| 1434 |
"ate",
|
|
|
|
|
|
|
| 1435 |
"attachment",
|
| 1436 |
"attempt",
|
|
|
|
| 1437 |
"attention",
|
| 1438 |
"attitude",
|
|
|
|
| 1439 |
"aug",
|
| 1440 |
"aug.",
|
| 1441 |
+
"aul",
|
| 1442 |
+
"australia",
|
| 1443 |
+
"austria",
|
|
|
|
|
|
|
| 1444 |
"ave",
|
|
|
|
|
|
|
|
|
|
| 1445 |
"avoid",
|
|
|
|
|
|
|
| 1446 |
"ays",
|
| 1447 |
+
"azerbaijan",
|
| 1448 |
"b",
|
| 1449 |
"b.",
|
| 1450 |
+
"babies",
|
| 1451 |
"backups",
|
| 1452 |
+
"bahamas",
|
| 1453 |
+
"bahrain",
|
| 1454 |
+
"bangladesh",
|
| 1455 |
+
"barbados",
|
| 1456 |
+
"barbara",
|
| 1457 |
+
"barbuda",
|
| 1458 |
"based",
|
| 1459 |
"basics",
|
| 1460 |
"basis",
|
| 1461 |
"be",
|
|
|
|
| 1462 |
"because",
|
| 1463 |
"been",
|
| 1464 |
"before",
|
|
|
|
| 1465 |
"being",
|
| 1466 |
+
"belarus",
|
| 1467 |
+
"belgium",
|
| 1468 |
"believe",
|
| 1469 |
+
"belize",
|
| 1470 |
"below",
|
| 1471 |
+
"benin",
|
| 1472 |
"benjamin",
|
| 1473 |
"ber",
|
| 1474 |
"best",
|
| 1475 |
"better",
|
| 1476 |
+
"betty",
|
| 1477 |
+
"bhutan",
|
|
|
|
|
|
|
| 1478 |
"bios",
|
| 1479 |
+
"births",
|
| 1480 |
"ble",
|
|
|
|
| 1481 |
"bly",
|
| 1482 |
+
"bolivia",
|
| 1483 |
+
"born",
|
| 1484 |
+
"bosnia",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1485 |
"both",
|
| 1486 |
+
"botswana",
|
| 1487 |
"bout",
|
| 1488 |
"br.",
|
| 1489 |
+
"bra",
|
| 1490 |
+
"brandon",
|
| 1491 |
+
"brazil",
|
| 1492 |
+
"brenda",
|
| 1493 |
+
"brian",
|
| 1494 |
"bros",
|
| 1495 |
"bros.",
|
| 1496 |
+
"brunei",
|
| 1497 |
"bug",
|
|
|
|
|
|
|
| 1498 |
"building",
|
| 1499 |
+
"bulgaria",
|
| 1500 |
+
"burkina",
|
| 1501 |
"but",
|
| 1502 |
"by",
|
|
|
|
| 1503 |
"c",
|
| 1504 |
"c'm",
|
| 1505 |
"c++",
|
|
|
|
| 1507 |
"cPanel",
|
| 1508 |
"ca",
|
| 1509 |
"cables",
|
|
|
|
| 1510 |
"cal",
|
| 1511 |
"calif",
|
| 1512 |
"calif.",
|
|
|
|
|
|
|
| 1513 |
"calm",
|
| 1514 |
"came",
|
| 1515 |
"can",
|
| 1516 |
+
"carol",
|
| 1517 |
+
"carolyn",
|
| 1518 |
+
"catherine",
|
|
|
|
| 1519 |
"cause",
|
| 1520 |
+
"cca",
|
| 1521 |
"ce>",
|
| 1522 |
"ced",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1523 |
"ces",
|
|
|
|
| 1524 |
"ch.",
|
| 1525 |
+
"chair",
|
| 1526 |
"challenge",
|
|
|
|
| 1527 |
"challenging",
|
|
|
|
| 1528 |
"characterized",
|
| 1529 |
+
"charles",
|
| 1530 |
+
"christine",
|
| 1531 |
+
"christopher",
|
| 1532 |
+
"cia",
|
| 1533 |
+
"cis",
|
|
|
|
| 1534 |
"co",
|
| 1535 |
"co.",
|
| 1536 |
+
"cob",
|
| 1537 |
"code",
|
|
|
|
|
|
|
|
|
|
| 1538 |
"college",
|
| 1539 |
"colo",
|
| 1540 |
"colo.",
|
|
|
|
| 1541 |
"combining",
|
| 1542 |
"come",
|
| 1543 |
"commands",
|
| 1544 |
+
"comment",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1545 |
"company",
|
| 1546 |
"compatible",
|
| 1547 |
"completed",
|
| 1548 |
"components",
|
| 1549 |
"computer",
|
| 1550 |
"computers",
|
| 1551 |
+
"conas",
|
| 1552 |
"concepts",
|
| 1553 |
"conceptual",
|
|
|
|
| 1554 |
"configuration",
|
| 1555 |
"configurations",
|
| 1556 |
"configure",
|
|
|
|
| 1557 |
"conflicts",
|
| 1558 |
"conn",
|
| 1559 |
"conn.",
|
| 1560 |
+
"conrad",
|
| 1561 |
+
"consistently",
|
| 1562 |
"constant",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1563 |
"contributing",
|
|
|
|
|
|
|
| 1564 |
"copying",
|
| 1565 |
"core",
|
| 1566 |
"corp",
|
| 1567 |
"corp.",
|
| 1568 |
"corporate",
|
|
|
|
| 1569 |
"cos",
|
| 1570 |
+
"coscis",
|
| 1571 |
"could",
|
|
|
|
|
|
|
| 1572 |
"coworkers",
|
| 1573 |
"coz",
|
| 1574 |
"cpanel",
|
|
|
|
| 1575 |
"create",
|
| 1576 |
"creating",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1577 |
"css",
|
| 1578 |
"ct.",
|
| 1579 |
"cts",
|
| 1580 |
"currency",
|
|
|
|
|
|
|
|
|
|
| 1581 |
"cuz",
|
| 1582 |
+
"cynthia",
|
| 1583 |
"c\u2019m",
|
| 1584 |
"d",
|
| 1585 |
"d)",
|
| 1586 |
+
"d,ddd",
|
| 1587 |
+
"d,ddd,ddd",
|
| 1588 |
"d-",
|
| 1589 |
"d-)",
|
| 1590 |
"d-X",
|
|
|
|
| 1595 |
"dX",
|
| 1596 |
"d_d",
|
| 1597 |
"d_x",
|
| 1598 |
+
"dam",
|
| 1599 |
+
"daniel",
|
| 1600 |
"dare",
|
| 1601 |
"das",
|
| 1602 |
"dashboards",
|
| 1603 |
"data",
|
| 1604 |
+
"david",
|
| 1605 |
+
"davis",
|
| 1606 |
"dd",
|
| 1607 |
"dd,ddd",
|
| 1608 |
+
"dd,ddd,ddd",
|
| 1609 |
"ddd",
|
| 1610 |
+
"ddd,ddd",
|
| 1611 |
+
"ddd,ddd,ddd",
|
| 1612 |
+
"dddXXX",
|
| 1613 |
"dddd",
|
| 1614 |
+
"dddxxx",
|
| 1615 |
"ddx.x",
|
| 1616 |
"ddx.x.",
|
|
|
|
| 1617 |
"dea",
|
| 1618 |
"deal",
|
| 1619 |
+
"deborah",
|
| 1620 |
+
"debra",
|
| 1621 |
"debt",
|
| 1622 |
"dec",
|
| 1623 |
"dec.",
|
|
|
|
| 1624 |
"ded",
|
| 1625 |
"del",
|
| 1626 |
"del.",
|
|
|
|
| 1627 |
"delays",
|
|
|
|
| 1628 |
"demonstrate",
|
| 1629 |
"demonstrated",
|
| 1630 |
"den",
|
| 1631 |
+
"dennis",
|
| 1632 |
+
"der",
|
|
|
|
| 1633 |
"derailed",
|
| 1634 |
+
"des",
|
| 1635 |
"design",
|
|
|
|
| 1636 |
"develop",
|
| 1637 |
"developed",
|
| 1638 |
"developing",
|
| 1639 |
"development",
|
| 1640 |
"devices",
|
| 1641 |
"dge",
|
| 1642 |
+
"diane",
|
| 1643 |
"did",
|
| 1644 |
"different",
|
| 1645 |
"difficulty",
|
|
|
|
| 1646 |
"diligent",
|
|
|
|
| 1647 |
"direction",
|
|
|
|
|
|
|
| 1648 |
"discovering",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1649 |
"django",
|
|
|
|
| 1650 |
"dm.",
|
| 1651 |
"do",
|
| 1652 |
+
"doctor",
|
| 1653 |
"does",
|
| 1654 |
"doin",
|
| 1655 |
"doin'",
|
| 1656 |
"doing",
|
| 1657 |
"doin\u2019",
|
| 1658 |
+
"don",
|
| 1659 |
+
"donald",
|
| 1660 |
"done",
|
| 1661 |
+
"donna",
|
|
|
|
| 1662 |
"dorothy",
|
| 1663 |
+
"dos",
|
| 1664 |
+
"douglas",
|
| 1665 |
"dr",
|
| 1666 |
"dr.",
|
| 1667 |
+
"dra",
|
| 1668 |
"drafted",
|
|
|
|
|
|
|
| 1669 |
"drivers",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1670 |
"due",
|
|
|
|
| 1671 |
"during",
|
| 1672 |
"dx.x",
|
| 1673 |
"dx.x.",
|
|
|
|
| 1674 |
"e",
|
| 1675 |
"e's",
|
| 1676 |
"e.",
|
|
|
|
| 1680 |
"ead",
|
| 1681 |
"eal",
|
| 1682 |
"eam",
|
|
|
|
| 1683 |
"ear",
|
|
|
|
| 1684 |
"eas",
|
|
|
|
| 1685 |
"eat",
|
| 1686 |
"eb.",
|
| 1687 |
"ebr",
|
| 1688 |
"ebt",
|
| 1689 |
"ec.",
|
| 1690 |
"ech",
|
|
|
|
| 1691 |
"ect",
|
|
|
|
| 1692 |
"eds",
|
| 1693 |
+
"edward",
|
| 1694 |
"eed",
|
| 1695 |
"eek",
|
| 1696 |
"een",
|
|
|
|
|
|
|
|
|
|
| 1697 |
"effort",
|
| 1698 |
+
"ein",
|
| 1699 |
+
"einstein",
|
|
|
|
| 1700 |
"eir",
|
|
|
|
| 1701 |
"eks",
|
| 1702 |
"el.",
|
| 1703 |
+
"ela",
|
| 1704 |
"eld",
|
| 1705 |
+
"elizabeth",
|
|
|
|
|
|
|
|
|
|
| 1706 |
"ell",
|
| 1707 |
"elp",
|
|
|
|
| 1708 |
"ely",
|
| 1709 |
"em",
|
| 1710 |
"emails",
|
| 1711 |
+
"emily",
|
| 1712 |
+
"emma",
|
| 1713 |
"ems",
|
| 1714 |
"en",
|
| 1715 |
"en.",
|
| 1716 |
"enabled",
|
| 1717 |
"encouraged",
|
| 1718 |
"end",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1719 |
"engineering",
|
| 1720 |
+
"england",
|
|
|
|
| 1721 |
"enn",
|
| 1722 |
"enough",
|
| 1723 |
"ent",
|
| 1724 |
"enter",
|
| 1725 |
"enthusiasm",
|
|
|
|
| 1726 |
"environments",
|
| 1727 |
"ep.",
|
| 1728 |
+
"eph",
|
| 1729 |
"ept",
|
|
|
|
| 1730 |
"ere",
|
| 1731 |
+
"eric",
|
| 1732 |
"ern",
|
|
|
|
|
|
|
| 1733 |
"ers",
|
| 1734 |
"ert",
|
| 1735 |
"ery",
|
| 1736 |
"ese",
|
| 1737 |
+
"esh",
|
| 1738 |
"especially",
|
| 1739 |
"ess",
|
|
|
|
| 1740 |
"est",
|
| 1741 |
+
"eth",
|
|
|
|
| 1742 |
"ets",
|
|
|
|
| 1743 |
"ev.",
|
| 1744 |
"eve",
|
| 1745 |
+
"evening",
|
| 1746 |
"every",
|
|
|
|
| 1747 |
"ews",
|
|
|
|
|
|
|
| 1748 |
"example",
|
|
|
|
| 1749 |
"execution",
|
|
|
|
| 1750 |
"exhibited",
|
| 1751 |
"existing",
|
| 1752 |
"expect",
|
| 1753 |
"expected",
|
|
|
|
| 1754 |
"experienced",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1755 |
"ext",
|
|
|
|
|
|
|
| 1756 |
"e\u2019s",
|
| 1757 |
"f",
|
| 1758 |
"f.",
|
| 1759 |
"face",
|
|
|
|
| 1760 |
"faced",
|
|
|
|
|
|
|
|
|
|
| 1761 |
"faith",
|
| 1762 |
+
"faso",
|
| 1763 |
"faster",
|
|
|
|
| 1764 |
"feb",
|
| 1765 |
"feb.",
|
| 1766 |
+
"female",
|
| 1767 |
+
"females",
|
| 1768 |
"fer",
|
| 1769 |
"few",
|
| 1770 |
"field",
|
|
|
|
| 1775 |
"find",
|
| 1776 |
"finds",
|
| 1777 |
"finished",
|
|
|
|
|
|
|
|
|
|
| 1778 |
"fixes",
|
| 1779 |
"fla",
|
| 1780 |
"fla.",
|
| 1781 |
+
"flavia",
|
| 1782 |
"flaw",
|
|
|
|
| 1783 |
"folders",
|
| 1784 |
"following",
|
| 1785 |
"follows",
|
|
|
|
|
|
|
| 1786 |
"for",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1787 |
"forward",
|
| 1788 |
"found",
|
| 1789 |
+
"frank",
|
|
|
|
|
|
|
| 1790 |
"from",
|
| 1791 |
"front",
|
| 1792 |
+
"furniture",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1793 |
"future",
|
| 1794 |
"g",
|
| 1795 |
"g.",
|
|
|
|
| 1796 |
"ga",
|
| 1797 |
"ga.",
|
| 1798 |
+
"gadget",
|
| 1799 |
+
"garden",
|
| 1800 |
+
"gary",
|
| 1801 |
"gave",
|
| 1802 |
"ged",
|
|
|
|
| 1803 |
"gen",
|
| 1804 |
"gen.",
|
|
|
|
| 1805 |
"generally",
|
| 1806 |
+
"george",
|
| 1807 |
"ges",
|
| 1808 |
"get",
|
| 1809 |
"gets",
|
| 1810 |
"getting",
|
|
|
|
| 1811 |
"ght",
|
| 1812 |
"git",
|
| 1813 |
"github",
|
| 1814 |
"given",
|
|
|
|
| 1815 |
"gns",
|
| 1816 |
"go",
|
| 1817 |
"goes",
|
|
|
|
| 1822 |
"gon",
|
| 1823 |
"gonna",
|
| 1824 |
"good",
|
|
|
|
|
|
|
| 1825 |
"got",
|
| 1826 |
"gov",
|
| 1827 |
"gov.",
|
|
|
|
| 1828 |
"gpe",
|
|
|
|
| 1829 |
"grails",
|
|
|
|
|
|
|
|
|
|
| 1830 |
"great",
|
| 1831 |
+
"gregory",
|
| 1832 |
+
"gua",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1833 |
"h",
|
| 1834 |
"h.",
|
| 1835 |
"had",
|
|
|
|
|
|
|
| 1836 |
"han",
|
| 1837 |
"hand",
|
| 1838 |
"hands",
|
|
|
|
| 1839 |
"happy",
|
| 1840 |
"hardship",
|
| 1841 |
"hardware",
|
|
|
|
|
|
|
|
|
|
| 1842 |
"has",
|
| 1843 |
"hat",
|
| 1844 |
"have",
|
|
|
|
| 1846 |
"havin'",
|
| 1847 |
"having",
|
| 1848 |
"havin\u2019",
|
|
|
|
| 1849 |
"he",
|
| 1850 |
"he's",
|
|
|
|
| 1851 |
"health",
|
| 1852 |
+
"heather",
|
| 1853 |
"hed",
|
| 1854 |
+
"hel",
|
| 1855 |
+
"helen",
|
| 1856 |
"help",
|
| 1857 |
"hem",
|
| 1858 |
"hen",
|
| 1859 |
"hence",
|
| 1860 |
+
"henry",
|
| 1861 |
"her",
|
| 1862 |
+
"herzegovina",
|
| 1863 |
+
"hew",
|
| 1864 |
"hey",
|
| 1865 |
"he\u2019s",
|
| 1866 |
+
"hia",
|
|
|
|
| 1867 |
"him",
|
| 1868 |
"hin",
|
| 1869 |
"hip",
|
| 1870 |
"his",
|
|
|
|
| 1871 |
"hon",
|
| 1872 |
"hope",
|
| 1873 |
"hopefully",
|
| 1874 |
+
"house",
|
|
|
|
|
|
|
|
|
|
| 1875 |
"how",
|
| 1876 |
"how's",
|
| 1877 |
"however",
|
| 1878 |
"how\u2019s",
|
| 1879 |
"html",
|
| 1880 |
+
"hua",
|
|
|
|
|
|
|
| 1881 |
"hub",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1882 |
"i",
|
| 1883 |
"i.",
|
| 1884 |
"i.e",
|
|
|
|
| 1886 |
"ia",
|
| 1887 |
"ia.",
|
| 1888 |
"ial",
|
| 1889 |
+
"iam",
|
| 1890 |
"ian",
|
| 1891 |
"ica",
|
| 1892 |
"ice",
|
|
|
|
| 1894 |
"ick",
|
| 1895 |
"ics",
|
| 1896 |
"ict",
|
|
|
|
| 1897 |
"id",
|
| 1898 |
"id.",
|
|
|
|
| 1899 |
"idea",
|
| 1900 |
"ideas",
|
| 1901 |
"identification",
|
| 1902 |
"identify",
|
| 1903 |
"identifying",
|
| 1904 |
"identity",
|
| 1905 |
+
"iel",
|
|
|
|
| 1906 |
"ies",
|
| 1907 |
"if",
|
| 1908 |
"if.",
|
|
|
|
| 1909 |
"ify",
|
| 1910 |
+
"iga",
|
| 1911 |
"ign",
|
| 1912 |
"ike",
|
|
|
|
| 1913 |
"ile",
|
|
|
|
| 1914 |
"ill",
|
| 1915 |
"ill.",
|
| 1916 |
"ils",
|
| 1917 |
+
"ily",
|
| 1918 |
"ime",
|
|
|
|
| 1919 |
"implement",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1920 |
"improve",
|
| 1921 |
"improving",
|
| 1922 |
"in",
|
| 1923 |
"in'",
|
| 1924 |
+
"ina",
|
| 1925 |
"inc",
|
| 1926 |
"inc.",
|
| 1927 |
+
"includes",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1928 |
"increase",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1929 |
"ind",
|
| 1930 |
"ind.",
|
| 1931 |
"independently",
|
| 1932 |
"ine",
|
|
|
|
|
|
|
|
|
|
| 1933 |
"infrastructure",
|
| 1934 |
"ing",
|
|
|
|
| 1935 |
"inn",
|
|
|
|
|
|
|
| 1936 |
"innovative",
|
| 1937 |
"inquisitive",
|
| 1938 |
"ins",
|
|
|
|
|
|
|
|
|
|
| 1939 |
"install",
|
| 1940 |
"installation",
|
| 1941 |
"instituitions",
|
|
|
|
|
|
|
|
|
|
| 1942 |
"interconnect",
|
| 1943 |
"interest",
|
| 1944 |
"interested",
|
| 1945 |
"interesting",
|
| 1946 |
"interface",
|
| 1947 |
"intern",
|
|
|
|
|
|
|
| 1948 |
"internship",
|
|
|
|
| 1949 |
"introduce",
|
|
|
|
|
|
|
|
|
|
| 1950 |
"in\u2019",
|
| 1951 |
"iod",
|
| 1952 |
"ion",
|
|
|
|
| 1953 |
"ios",
|
| 1954 |
"ip",
|
|
|
|
| 1955 |
"ips",
|
| 1956 |
"ipt",
|
| 1957 |
"iro",
|
|
|
|
| 1958 |
"is",
|
| 1959 |
"is.",
|
| 1960 |
+
"isa",
|
| 1961 |
"ise",
|
|
|
|
| 1962 |
"isingiro",
|
| 1963 |
"iss",
|
| 1964 |
"issues",
|
|
|
|
| 1965 |
"it",
|
| 1966 |
"it's",
|
| 1967 |
"ite",
|
| 1968 |
"ith",
|
|
|
|
| 1969 |
"ity",
|
| 1970 |
"it\u2019s",
|
| 1971 |
+
"ium",
|
| 1972 |
"ive",
|
| 1973 |
"iz.",
|
| 1974 |
"ize",
|
| 1975 |
"j",
|
| 1976 |
"j.",
|
| 1977 |
+
"jack",
|
| 1978 |
+
"jacob",
|
| 1979 |
+
"james",
|
| 1980 |
"jan",
|
| 1981 |
"jan.",
|
| 1982 |
+
"janet",
|
| 1983 |
+
"jason",
|
| 1984 |
"javascript",
|
| 1985 |
+
"jeffrey",
|
| 1986 |
+
"jennifer",
|
| 1987 |
+
"jerry",
|
| 1988 |
+
"jessica",
|
| 1989 |
"job",
|
|
|
|
| 1990 |
"john",
|
| 1991 |
+
"jonathan",
|
| 1992 |
+
"jose",
|
| 1993 |
+
"joseph",
|
| 1994 |
+
"joshua",
|
| 1995 |
+
"joyce",
|
| 1996 |
"jquery",
|
| 1997 |
"jr",
|
| 1998 |
"jr.",
|
| 1999 |
"js",
|
|
|
|
| 2000 |
"jul",
|
| 2001 |
"jul.",
|
| 2002 |
+
"julie",
|
| 2003 |
"jun",
|
| 2004 |
"jun.",
|
|
|
|
| 2005 |
"justifiably",
|
| 2006 |
+
"justin",
|
| 2007 |
"k",
|
| 2008 |
"k.",
|
|
|
|
| 2009 |
"kan",
|
| 2010 |
"kan.",
|
| 2011 |
"kans",
|
| 2012 |
"kans.",
|
| 2013 |
+
"karen",
|
| 2014 |
+
"katherine",
|
| 2015 |
+
"kathleen",
|
| 2016 |
"ked",
|
| 2017 |
"keeper",
|
| 2018 |
+
"kelly",
|
| 2019 |
+
"ken",
|
| 2020 |
+
"kenneth",
|
| 2021 |
"kenya",
|
| 2022 |
"kes",
|
| 2023 |
+
"kevin",
|
|
|
|
| 2024 |
"key",
|
| 2025 |
+
"kimberly",
|
| 2026 |
"kind",
|
| 2027 |
"kla",
|
| 2028 |
"kly",
|
|
|
|
| 2032 |
"knowledge",
|
| 2033 |
"knowledgeable",
|
| 2034 |
"knows",
|
| 2035 |
+
"komugisha",
|
| 2036 |
"ky",
|
| 2037 |
"ky.",
|
| 2038 |
+
"kyomugisha",
|
| 2039 |
"l",
|
| 2040 |
"l.",
|
| 2041 |
"la",
|
| 2042 |
"la.",
|
|
|
|
| 2043 |
"lan",
|
| 2044 |
"language",
|
| 2045 |
+
"laptop",
|
| 2046 |
"lar",
|
| 2047 |
+
"larry",
|
| 2048 |
+
"las",
|
| 2049 |
"last",
|
| 2050 |
+
"laura",
|
| 2051 |
"law",
|
|
|
|
| 2052 |
"layout",
|
|
|
|
|
|
|
|
|
|
| 2053 |
"learn",
|
| 2054 |
"learned",
|
| 2055 |
"learner",
|
| 2056 |
"learning",
|
| 2057 |
"learns",
|
| 2058 |
"learnt",
|
|
|
|
| 2059 |
"led",
|
| 2060 |
"lem",
|
| 2061 |
+
"len",
|
| 2062 |
+
"ler",
|
| 2063 |
"les",
|
|
|
|
| 2064 |
"let",
|
| 2065 |
"let's",
|
|
|
|
| 2066 |
"let\u2019s",
|
| 2067 |
"level",
|
| 2068 |
+
"ley",
|
| 2069 |
+
"lia",
|
| 2070 |
+
"lie",
|
| 2071 |
"lif",
|
| 2072 |
"like",
|
| 2073 |
+
"linda",
|
| 2074 |
"line",
|
|
|
|
| 2075 |
"links",
|
| 2076 |
+
"lisa",
|
| 2077 |
+
"listed",
|
| 2078 |
"little",
|
|
|
|
|
|
|
|
|
|
| 2079 |
"ll",
|
| 2080 |
"ll.",
|
| 2081 |
"lla",
|
| 2082 |
+
"lle",
|
| 2083 |
"lls",
|
| 2084 |
"lly",
|
| 2085 |
"lo.",
|
| 2086 |
"local",
|
| 2087 |
"location",
|
| 2088 |
"look",
|
|
|
|
| 2089 |
"lop",
|
|
|
|
|
|
|
| 2090 |
"lot",
|
| 2091 |
"lovin",
|
| 2092 |
"lovin'",
|
|
|
|
| 2097 |
"ltd",
|
| 2098 |
"ltd.",
|
| 2099 |
"lth",
|
|
|
|
| 2100 |
"lty",
|
| 2101 |
"luck",
|
|
|
|
|
|
|
| 2102 |
"lve",
|
| 2103 |
+
"lyn",
|
| 2104 |
"m",
|
| 2105 |
"m.",
|
| 2106 |
"ma'am",
|
| 2107 |
"madam",
|
| 2108 |
"made",
|
| 2109 |
"mahad",
|
| 2110 |
+
"maiga",
|
| 2111 |
"main",
|
| 2112 |
"maintains",
|
|
|
|
|
|
|
|
|
|
| 2113 |
"makerere",
|
| 2114 |
"makes",
|
| 2115 |
"mal",
|
| 2116 |
+
"male",
|
| 2117 |
+
"males",
|
|
|
|
|
|
|
| 2118 |
"management",
|
|
|
|
| 2119 |
"managing",
|
|
|
|
|
|
|
| 2120 |
"mar",
|
| 2121 |
"mar.",
|
| 2122 |
+
"margaret",
|
| 2123 |
+
"maria",
|
|
|
|
| 2124 |
"mary",
|
| 2125 |
+
"mas",
|
| 2126 |
"mass",
|
| 2127 |
"mass.",
|
| 2128 |
"master",
|
| 2129 |
+
"mastered",
|
| 2130 |
+
"matthew",
|
| 2131 |
"may",
|
| 2132 |
"ma\u2019am",
|
| 2133 |
"md",
|
| 2134 |
"md.",
|
| 2135 |
"me",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2136 |
"med",
|
| 2137 |
+
"melissa",
|
|
|
|
| 2138 |
"members",
|
|
|
|
| 2139 |
"mes",
|
| 2140 |
"messrs",
|
| 2141 |
"messrs.",
|
|
|
|
|
|
|
| 2142 |
"mich",
|
| 2143 |
"mich.",
|
| 2144 |
"michael",
|
| 2145 |
+
"michelle",
|
|
|
|
| 2146 |
"might",
|
|
|
|
|
|
|
| 2147 |
"min",
|
|
|
|
|
|
|
| 2148 |
"minimal",
|
|
|
|
|
|
|
| 2149 |
"minn",
|
| 2150 |
"minn.",
|
| 2151 |
"miscalculations",
|
| 2152 |
"miss",
|
| 2153 |
"miss.",
|
| 2154 |
"mly",
|
| 2155 |
+
"mma",
|
| 2156 |
"mo",
|
| 2157 |
"mo.",
|
| 2158 |
"model",
|
| 2159 |
"momentum",
|
| 2160 |
"mon",
|
|
|
|
|
|
|
| 2161 |
"monitoring",
|
| 2162 |
"mont",
|
| 2163 |
"mont.",
|
|
|
|
|
|
|
| 2164 |
"more",
|
| 2165 |
+
"morning",
|
| 2166 |
"most",
|
| 2167 |
"mostly",
|
|
|
|
|
|
|
| 2168 |
"mpt",
|
| 2169 |
"mr",
|
| 2170 |
"mr.",
|
|
|
|
| 2172 |
"mrs.",
|
| 2173 |
"ms",
|
| 2174 |
"ms.",
|
|
|
|
| 2175 |
"mt",
|
| 2176 |
"mt.",
|
| 2177 |
"mtn",
|
| 2178 |
"much",
|
|
|
|
|
|
|
|
|
|
| 2179 |
"must",
|
| 2180 |
"my",
|
| 2181 |
"mysql",
|
|
|
|
| 2190 |
"n.m.",
|
| 2191 |
"n.y.",
|
| 2192 |
"na",
|
| 2193 |
+
"name",
|
| 2194 |
+
"names",
|
| 2195 |
+
"nancy",
|
| 2196 |
+
"nas",
|
| 2197 |
+
"nathan",
|
| 2198 |
"nc.",
|
| 2199 |
"nce",
|
| 2200 |
"ncy",
|
| 2201 |
"nd.",
|
| 2202 |
"nda",
|
|
|
|
| 2203 |
"nds",
|
| 2204 |
"neb",
|
| 2205 |
"neb.",
|
| 2206 |
"nebr",
|
| 2207 |
"nebr.",
|
| 2208 |
+
"necessarily",
|
| 2209 |
"ned",
|
| 2210 |
"need",
|
| 2211 |
"needed",
|
| 2212 |
"needs",
|
| 2213 |
+
"nei",
|
| 2214 |
"nel",
|
| 2215 |
"ner",
|
|
|
|
| 2216 |
"net",
|
| 2217 |
"network",
|
| 2218 |
"networking",
|
| 2219 |
"networks",
|
|
|
|
| 2220 |
"nev",
|
| 2221 |
"nev.",
|
| 2222 |
"new",
|
| 2223 |
"next",
|
|
|
|
| 2224 |
"nge",
|
| 2225 |
"ngo",
|
| 2226 |
"ngs",
|
| 2227 |
"nia",
|
| 2228 |
+
"nicholas",
|
| 2229 |
+
"nicole",
|
| 2230 |
+
"nie",
|
| 2231 |
+
"night",
|
| 2232 |
+
"nin",
|
| 2233 |
+
"nis",
|
| 2234 |
"nit",
|
|
|
|
|
|
|
|
|
|
| 2235 |
"nks",
|
| 2236 |
"nly",
|
| 2237 |
"nn.",
|
| 2238 |
+
"nna",
|
| 2239 |
+
"nny",
|
| 2240 |
"no",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2241 |
"not",
|
| 2242 |
"notable",
|
| 2243 |
+
"note",
|
| 2244 |
"nothin",
|
| 2245 |
"nothin'",
|
| 2246 |
"nothing",
|
| 2247 |
"nothin\u2019",
|
| 2248 |
"nov",
|
| 2249 |
"nov.",
|
|
|
|
| 2250 |
"now",
|
| 2251 |
+
"nry",
|
| 2252 |
"ns.",
|
|
|
|
| 2253 |
"nt",
|
| 2254 |
"nt.",
|
|
|
|
|
|
|
| 2255 |
"nts",
|
|
|
|
| 2256 |
"nuff",
|
| 2257 |
"nuthin",
|
| 2258 |
"nuthin'",
|
| 2259 |
"nuthin\u2019",
|
|
|
|
| 2260 |
"nya",
|
|
|
|
|
|
|
| 2261 |
"n\u2019s",
|
| 2262 |
"n\u2019t",
|
| 2263 |
"o",
|
|
|
|
| 2270 |
"o_0",
|
| 2271 |
"o_O",
|
| 2272 |
"o_o",
|
| 2273 |
+
"occurrences",
|
|
|
|
| 2274 |
"ock",
|
| 2275 |
"oct",
|
| 2276 |
"oct.",
|
| 2277 |
"ode",
|
|
|
|
|
|
|
|
|
|
| 2278 |
"oes",
|
| 2279 |
"of",
|
| 2280 |
"of.",
|
| 2281 |
"off",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2282 |
"ohn",
|
| 2283 |
"oid",
|
| 2284 |
"oin",
|
|
|
|
|
|
|
| 2285 |
"okla",
|
| 2286 |
"okla.",
|
| 2287 |
"ol",
|
| 2288 |
"ol'",
|
| 2289 |
+
"ola",
|
| 2290 |
"old",
|
| 2291 |
"ole",
|
| 2292 |
+
"olivia",
|
| 2293 |
"olo",
|
| 2294 |
"ols",
|
| 2295 |
"ol\u2019",
|
|
|
|
| 2297 |
"on",
|
| 2298 |
"ond",
|
| 2299 |
"one",
|
|
|
|
| 2300 |
"only",
|
| 2301 |
"onn",
|
|
|
|
| 2302 |
"ons",
|
| 2303 |
"ont",
|
| 2304 |
+
"ony",
|
| 2305 |
"ood",
|
| 2306 |
"ook",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2307 |
"oot",
|
| 2308 |
"ope",
|
| 2309 |
"operate",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2310 |
"or",
|
|
|
|
|
|
|
| 2311 |
"ore",
|
| 2312 |
"ore.",
|
| 2313 |
"org",
|
| 2314 |
"organization",
|
|
|
|
| 2315 |
"organized",
|
| 2316 |
"oriented",
|
| 2317 |
"ork",
|
| 2318 |
"orm",
|
| 2319 |
+
"orn",
|
| 2320 |
"orp",
|
|
|
|
| 2321 |
"ort",
|
| 2322 |
+
"ory",
|
| 2323 |
"os.",
|
| 2324 |
"ose",
|
|
|
|
| 2325 |
"ost",
|
| 2326 |
"ote",
|
| 2327 |
"oth",
|
| 2328 |
"other",
|
|
|
|
| 2329 |
"otherwise",
|
| 2330 |
"oti",
|
| 2331 |
+
"ott",
|
| 2332 |
"ought",
|
| 2333 |
"our",
|
| 2334 |
"ous",
|
| 2335 |
"out",
|
|
|
|
| 2336 |
"outlook",
|
|
|
|
|
|
|
| 2337 |
"ov.",
|
| 2338 |
"ove",
|
| 2339 |
"over",
|
| 2340 |
"overcome",
|
| 2341 |
"own",
|
| 2342 |
"ows",
|
|
|
|
| 2343 |
"o\u2019clock",
|
| 2344 |
"o\u2019s",
|
| 2345 |
"p",
|
|
|
|
| 2348 |
"p.m.",
|
| 2349 |
"pa",
|
| 2350 |
"pa.",
|
|
|
|
| 2351 |
"page",
|
| 2352 |
"pages",
|
| 2353 |
+
"pamela",
|
| 2354 |
"pandas",
|
|
|
|
| 2355 |
"part",
|
| 2356 |
"partial",
|
| 2357 |
"partially",
|
| 2358 |
"participated",
|
| 2359 |
"participative",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2360 |
"parts",
|
| 2361 |
+
"patricia",
|
| 2362 |
+
"patrick",
|
| 2363 |
+
"paul",
|
|
|
|
|
|
|
| 2364 |
"ped",
|
|
|
|
| 2365 |
"people",
|
| 2366 |
"per",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2367 |
"perfection",
|
|
|
|
| 2368 |
"performed",
|
| 2369 |
"period",
|
|
|
|
| 2370 |
"person",
|
| 2371 |
"peter",
|
| 2372 |
"ph",
|
| 2373 |
"ph.d.",
|
| 2374 |
+
"phone",
|
| 2375 |
"php",
|
| 2376 |
"pic",
|
| 2377 |
"picked",
|
|
|
|
|
|
|
| 2378 |
"platform",
|
|
|
|
| 2379 |
"ple",
|
| 2380 |
+
"please",
|
| 2381 |
"pm",
|
| 2382 |
"points",
|
|
|
|
|
|
|
|
|
|
| 2383 |
"popular",
|
|
|
|
| 2384 |
"possible",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2385 |
"ppy",
|
| 2386 |
"pr.",
|
| 2387 |
"practice",
|
|
|
|
| 2388 |
"presented",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2389 |
"previously",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2390 |
"printer",
|
| 2391 |
"printers",
|
|
|
|
|
|
|
| 2392 |
"problem",
|
| 2393 |
"problems",
|
| 2394 |
"process",
|
|
|
|
|
|
|
| 2395 |
"production",
|
|
|
|
|
|
|
| 2396 |
"prof",
|
| 2397 |
"prof.",
|
| 2398 |
"program",
|
|
|
|
| 2401 |
"progressed",
|
| 2402 |
"progressing",
|
| 2403 |
"project",
|
|
|
|
| 2404 |
"projects",
|
| 2405 |
"promising",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2406 |
"pt.",
|
| 2407 |
"pts",
|
|
|
|
| 2408 |
"pull",
|
|
|
|
|
|
|
| 2409 |
"put",
|
|
|
|
| 2410 |
"python",
|
| 2411 |
"q",
|
| 2412 |
"q.",
|
|
|
|
| 2418 |
"quite",
|
| 2419 |
"r",
|
| 2420 |
"r.",
|
| 2421 |
+
"rachel",
|
| 2422 |
+
"rad",
|
| 2423 |
+
"rah",
|
| 2424 |
+
"rain",
|
| 2425 |
"ram",
|
| 2426 |
+
"rank",
|
| 2427 |
+
"ranked",
|
| 2428 |
+
"raymond",
|
| 2429 |
"rch",
|
|
|
|
| 2430 |
"rds",
|
| 2431 |
"re",
|
| 2432 |
"re.",
|
| 2433 |
"rea",
|
|
|
|
| 2434 |
"ready",
|
| 2435 |
"real",
|
| 2436 |
"realized",
|
| 2437 |
+
"rebecca",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2438 |
"red",
|
| 2439 |
"reducing",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2440 |
"regard",
|
|
|
|
|
|
|
|
|
|
| 2441 |
"relate",
|
| 2442 |
"related",
|
| 2443 |
"relationships",
|
|
|
|
|
|
|
|
|
|
| 2444 |
"remotely",
|
| 2445 |
"ren",
|
| 2446 |
"rep",
|
| 2447 |
"rep.",
|
| 2448 |
"report",
|
|
|
|
|
|
|
| 2449 |
"request",
|
| 2450 |
"required",
|
| 2451 |
"requirements",
|
|
|
|
| 2452 |
"research",
|
|
|
|
| 2453 |
"resilience",
|
| 2454 |
"resolve",
|
|
|
|
|
|
|
|
|
|
| 2455 |
"result",
|
| 2456 |
+
"ret",
|
|
|
|
|
|
|
| 2457 |
"rev",
|
| 2458 |
"rev.",
|
| 2459 |
"reviewed",
|
| 2460 |
"reviews",
|
| 2461 |
+
"rew",
|
| 2462 |
+
"rey",
|
| 2463 |
+
"rge",
|
| 2464 |
"ria",
|
| 2465 |
+
"ric",
|
| 2466 |
+
"richard",
|
|
|
|
|
|
|
|
|
|
| 2467 |
"riz",
|
| 2468 |
"rk.",
|
| 2469 |
"rks",
|
| 2470 |
"rld",
|
| 2471 |
"rly",
|
|
|
|
| 2472 |
"rns",
|
| 2473 |
"rnt",
|
| 2474 |
+
"robert",
|
| 2475 |
"rof",
|
| 2476 |
"rol",
|
| 2477 |
"rom",
|
| 2478 |
+
"ron",
|
| 2479 |
+
"ronald",
|
| 2480 |
"ros",
|
| 2481 |
+
"rose",
|
| 2482 |
"rp.",
|
| 2483 |
+
"rra",
|
| 2484 |
"rry",
|
| 2485 |
"rs.",
|
| 2486 |
"rse",
|
|
|
|
|
|
|
| 2487 |
"rts",
|
|
|
|
| 2488 |
"rules",
|
| 2489 |
+
"rus",
|
| 2490 |
+
"ruth",
|
| 2491 |
"rwanda",
|
| 2492 |
+
"ryan",
|
| 2493 |
"s",
|
| 2494 |
"s's",
|
| 2495 |
"s.",
|
| 2496 |
"s.c.",
|
| 2497 |
+
"samantha",
|
| 2498 |
"same",
|
| 2499 |
+
"samuel",
|
| 2500 |
+
"san",
|
| 2501 |
+
"sandra",
|
| 2502 |
+
"sarah",
|
| 2503 |
"satisfaction",
|
| 2504 |
"say",
|
| 2505 |
+
"scott",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2506 |
"sed",
|
| 2507 |
"see",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2508 |
"seemed",
|
|
|
|
| 2509 |
"sen",
|
| 2510 |
"sen.",
|
|
|
|
|
|
|
| 2511 |
"sep",
|
| 2512 |
"sep.",
|
| 2513 |
"sept",
|
| 2514 |
"sept.",
|
|
|
|
| 2515 |
"serious",
|
| 2516 |
"seriously",
|
|
|
|
| 2517 |
"servicing",
|
| 2518 |
"ses",
|
|
|
|
| 2519 |
"setting",
|
|
|
|
|
|
|
| 2520 |
"settles",
|
| 2521 |
"setup",
|
| 2522 |
+
"sex",
|
|
|
|
| 2523 |
"sh.",
|
| 2524 |
"sha",
|
| 2525 |
"shall",
|
| 2526 |
+
"sharon",
|
|
|
|
| 2527 |
"she",
|
| 2528 |
"she's",
|
| 2529 |
+
"shelter",
|
| 2530 |
"she\u2019s",
|
| 2531 |
+
"shirley",
|
|
|
|
|
|
|
| 2532 |
"should",
|
|
|
|
|
|
|
| 2533 |
"shown",
|
| 2534 |
+
"shows",
|
|
|
|
|
|
|
|
|
|
| 2535 |
"signs",
|
| 2536 |
+
"similarly",
|
| 2537 |
"simon",
|
|
|
|
| 2538 |
"sis",
|
| 2539 |
"site",
|
| 2540 |
"skill",
|
|
|
|
| 2546 |
"smart",
|
| 2547 |
"snippets",
|
| 2548 |
"so",
|
|
|
|
| 2549 |
"software",
|
| 2550 |
"solutions",
|
| 2551 |
"solve",
|
|
|
|
| 2555 |
"somethin'",
|
| 2556 |
"something",
|
| 2557 |
"somethin\u2019",
|
|
|
|
| 2558 |
"son",
|
|
|
|
| 2559 |
"sor",
|
|
|
|
| 2560 |
"soroti",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2561 |
"space",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2562 |
"sql",
|
| 2563 |
"srs",
|
| 2564 |
"ss.",
|
| 2565 |
+
"ssa",
|
| 2566 |
"ssl",
|
| 2567 |
"st",
|
| 2568 |
"st.",
|
|
|
|
|
|
|
|
|
|
| 2569 |
"start",
|
| 2570 |
"started",
|
| 2571 |
"starting",
|
|
|
|
|
|
|
|
|
|
| 2572 |
"steady",
|
| 2573 |
+
"stephanie",
|
| 2574 |
"stephen",
|
|
|
|
| 2575 |
"steven",
|
| 2576 |
"still",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2577 |
"structure",
|
| 2578 |
"structured",
|
|
|
|
| 2579 |
"student",
|
| 2580 |
"students",
|
| 2581 |
"submitted",
|
| 2582 |
+
"sunny",
|
|
|
|
|
|
|
|
|
|
| 2583 |
"supervision",
|
| 2584 |
"supervisor",
|
| 2585 |
+
"susan",
|
|
|
|
|
|
|
|
|
|
| 2586 |
"symbols",
|
| 2587 |
"system",
|
| 2588 |
"s\u2019s",
|
|
|
|
| 2590 |
"t's",
|
| 2591 |
"t.",
|
| 2592 |
"ta",
|
| 2593 |
+
"table",
|
| 2594 |
"take",
|
| 2595 |
+
"taken",
|
| 2596 |
"taking",
|
| 2597 |
+
"tan",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2598 |
"task",
|
| 2599 |
"tasks",
|
|
|
|
|
|
|
| 2600 |
"td.",
|
| 2601 |
"team",
|
|
|
|
| 2602 |
"teamwork",
|
| 2603 |
"tech",
|
| 2604 |
"technical",
|
|
|
|
|
|
|
| 2605 |
"ted",
|
|
|
|
| 2606 |
"tem",
|
|
|
|
| 2607 |
"tenn",
|
| 2608 |
"tenn.",
|
| 2609 |
"ter",
|
| 2610 |
"terminating",
|
| 2611 |
"terminations",
|
| 2612 |
+
"tested",
|
| 2613 |
+
"tha",
|
|
|
|
| 2614 |
"that",
|
| 2615 |
"that's",
|
| 2616 |
"that\u2019s",
|
| 2617 |
"the",
|
| 2618 |
"their",
|
| 2619 |
"them",
|
|
|
|
|
|
|
| 2620 |
"there",
|
| 2621 |
"there's",
|
|
|
|
| 2622 |
"therefore",
|
| 2623 |
"there\u2019s",
|
| 2624 |
"these",
|
| 2625 |
"they",
|
| 2626 |
"things",
|
|
|
|
|
|
|
| 2627 |
"this",
|
| 2628 |
"this's",
|
| 2629 |
"this\u2019s",
|
| 2630 |
+
"thomas",
|
| 2631 |
"those",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2632 |
"through",
|
|
|
|
| 2633 |
"ths",
|
| 2634 |
"thy",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2635 |
"time",
|
| 2636 |
+
"timothy",
|
| 2637 |
+
"tin",
|
| 2638 |
"tle",
|
| 2639 |
"tly",
|
| 2640 |
"tml",
|
| 2641 |
"to",
|
| 2642 |
"together",
|
|
|
|
| 2643 |
"took",
|
| 2644 |
+
"top",
|
| 2645 |
"topic",
|
| 2646 |
"tor",
|
|
|
|
|
|
|
| 2647 |
"transfer",
|
|
|
|
|
|
|
|
|
|
| 2648 |
"tries",
|
| 2649 |
"troubleshoot",
|
| 2650 |
"troubleshooting",
|
|
|
|
| 2651 |
"tty",
|
| 2652 |
"tum",
|
| 2653 |
+
"tumushabe",
|
| 2654 |
"tup",
|
| 2655 |
+
"turyagyenda",
|
| 2656 |
+
"tusiime",
|
|
|
|
|
|
|
| 2657 |
"two",
|
| 2658 |
+
"tyler",
|
| 2659 |
"t\u2019s",
|
| 2660 |
"u",
|
| 2661 |
"u.",
|
|
|
|
| 2663 |
"uce",
|
| 2664 |
"uch",
|
| 2665 |
"uck",
|
| 2666 |
+
"uda",
|
| 2667 |
"ude",
|
| 2668 |
+
"uel",
|
| 2669 |
"ues",
|
| 2670 |
"uff",
|
| 2671 |
"ug.",
|
| 2672 |
"uganda",
|
|
|
|
|
|
|
| 2673 |
"ugh",
|
|
|
|
|
|
|
| 2674 |
"ul.",
|
| 2675 |
"uld",
|
| 2676 |
"ull",
|
| 2677 |
"ult",
|
|
|
|
| 2678 |
"un.",
|
|
|
|
| 2679 |
"und",
|
| 2680 |
"understand",
|
| 2681 |
"understanding",
|
| 2682 |
"understands",
|
| 2683 |
"understood",
|
|
|
|
|
|
|
|
|
|
| 2684 |
"unit",
|
| 2685 |
+
"universe",
|
| 2686 |
"university",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2687 |
"up",
|
| 2688 |
"uploaded",
|
| 2689 |
"ups",
|
| 2690 |
+
"ura",
|
| 2691 |
"ure",
|
|
|
|
| 2692 |
"us",
|
| 2693 |
+
"usa",
|
| 2694 |
"usd",
|
| 2695 |
"use",
|
|
|
|
| 2696 |
"using",
|
| 2697 |
"ust",
|
| 2698 |
"uth",
|
|
|
|
|
|
|
| 2699 |
"v",
|
| 2700 |
"v.",
|
| 2701 |
"v.s",
|
|
|
|
| 2704 |
"v_v",
|
| 2705 |
"va",
|
| 2706 |
"va.",
|
|
|
|
|
|
|
| 2707 |
"ve",
|
|
|
|
|
|
|
| 2708 |
"vel",
|
| 2709 |
"ven",
|
| 2710 |
"ver",
|
| 2711 |
"very",
|
|
|
|
| 2712 |
"via",
|
| 2713 |
+
"victoria",
|
| 2714 |
+
"vid",
|
| 2715 |
"vin",
|
| 2716 |
+
"virginia",
|
| 2717 |
+
"vis",
|
|
|
|
| 2718 |
"visualizations",
|
| 2719 |
"vs",
|
| 2720 |
"vs.",
|
| 2721 |
"vue",
|
|
|
|
| 2722 |
"w",
|
| 2723 |
"w's",
|
| 2724 |
"w.",
|
| 2725 |
"w/o",
|
|
|
|
| 2726 |
"wanted",
|
|
|
|
| 2727 |
"warmly",
|
| 2728 |
"was",
|
| 2729 |
"wash",
|
| 2730 |
"wash.",
|
|
|
|
|
|
|
|
|
|
| 2731 |
"we",
|
| 2732 |
+
"weather",
|
| 2733 |
+
"weather condition",
|
| 2734 |
"wed",
|
|
|
|
| 2735 |
"week",
|
|
|
|
| 2736 |
"weekly",
|
| 2737 |
"weeks",
|
|
|
|
| 2738 |
"welcomed",
|
| 2739 |
"well",
|
| 2740 |
"went",
|
| 2741 |
"wer",
|
| 2742 |
"were",
|
|
|
|
|
|
|
| 2743 |
"what",
|
| 2744 |
"what's",
|
|
|
|
| 2745 |
"what\u2019s",
|
| 2746 |
"when",
|
| 2747 |
"when's",
|
|
|
|
| 2750 |
"where's",
|
| 2751 |
"where\u2019s",
|
| 2752 |
"which",
|
|
|
|
| 2753 |
"who",
|
| 2754 |
"who's",
|
| 2755 |
"whole",
|
|
|
|
| 2757 |
"why",
|
| 2758 |
"why's",
|
| 2759 |
"why\u2019s",
|
|
|
|
|
|
|
| 2760 |
"will",
|
| 2761 |
+
"william",
|
| 2762 |
"willing",
|
|
|
|
|
|
|
|
|
|
| 2763 |
"wireless",
|
| 2764 |
"wis",
|
| 2765 |
"wis.",
|
| 2766 |
"with",
|
|
|
|
| 2767 |
"without",
|
|
|
|
| 2768 |
"wo",
|
| 2769 |
"wordpress",
|
| 2770 |
"work",
|
|
|
|
| 2772 |
"workplace",
|
| 2773 |
"workplan",
|
| 2774 |
"world",
|
|
|
|
|
|
|
| 2775 |
"would",
|
| 2776 |
"w\u2019s",
|
| 2777 |
"x",
|
|
|
|
| 2807 |
"xxxx'",
|
| 2808 |
"xxxx'x",
|
| 2809 |
"xxxx.",
|
|
|
|
|
|
|
| 2810 |
"xxxx\u2019",
|
| 2811 |
"xxxx\u2019x",
|
| 2812 |
"xxx\u2019x",
|
|
|
|
| 2822 |
"y's",
|
| 2823 |
"y.",
|
| 2824 |
"yan",
|
| 2825 |
+
"yce",
|
| 2826 |
"year",
|
| 2827 |
"years",
|
|
|
|
|
|
|
|
|
|
| 2828 |
"you",
|
|
|
|
| 2829 |
"y\u2019",
|
| 2830 |
"y\u2019s",
|
| 2831 |
"z",
|
| 2832 |
"z.",
|
| 2833 |
+
"zachary",
|
| 2834 |
"zed",
|
| 2835 |
+
"zil",
|
| 2836 |
"|",
|
| 2837 |
"}",
|
| 2838 |
"\u00a0",
|
|
|
|
| 2896 |
"\u2019xxxx",
|
| 2897 |
"\u2019y",
|
| 2898 |
"\u2019\u2019",
|
|
|
|
|
|
|
| 2899 |
"\u2501",
|
| 2900 |
"\u253b",
|
| 2901 |
"\u253b\u2501\u253b",
|