Update spaCy pipeline
Browse files- README.md +10 -10
- en_Spacy_Custom_ner-any-py3-none-any.whl +2 -2
- meta.json +25 -13
- ner/model +0 -0
- ner/moves +1 -1
- tok2vec/model +1 -1
- vocab/strings.json +82 -0
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`** | `BOOK`, `COMODITY`, `CONTAINER COUNT`, `CONTAINER SIZE`, `CONTAINER SIZE-COUNT`, `DESTINATION`, `ENQUIRY`, `HELP`, `INCOTERM`, `KYC`, `ORIGIN`, `SEARCH RATES`, `SHIP`, `SHIPMENT TYPE` |
|
45 |
|
46 |
</details>
|
47 |
|
@@ -49,8 +49,8 @@ model-index:
|
|
49 |
|
50 |
| Type | Score |
|
51 |
| --- | --- |
|
52 |
-
| `ENTS_F` | 99.
|
53 |
-
| `ENTS_P` | 99.
|
54 |
-
| `ENTS_R` | 99.
|
55 |
-
| `TOK2VEC_LOSS` |
|
56 |
-
| `NER_LOSS` |
|
|
|
13 |
metrics:
|
14 |
- name: NER Precision
|
15 |
type: precision
|
16 |
+
value: 0.9918793503
|
17 |
- name: NER Recall
|
18 |
type: recall
|
19 |
+
value: 0.9965034965
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
+
value: 0.9941860465
|
23 |
---
|
24 |
| Feature | Description |
|
25 |
| --- | --- |
|
|
|
37 |
|
38 |
<details>
|
39 |
|
40 |
+
<summary>View label scheme (16 labels for 1 components)</summary>
|
41 |
|
42 |
| Component | Labels |
|
43 |
| --- | --- |
|
44 |
+
| **`ner`** | `AGENT_FALLBACK`, `BOOK`, `COMODITY`, `CONTAINER COUNT`, `CONTAINER SIZE`, `CONTAINER SIZE-COUNT`, `DESTINATION`, `ENQUIRY`, `HELP`, `INCOTERM`, `KYC`, `ORIGIN`, `SEARCH RATES`, `SHIP`, `SHIPMENT TYPE`, `WELCOME_MSG` |
|
45 |
|
46 |
</details>
|
47 |
|
|
|
49 |
|
50 |
| Type | Score |
|
51 |
| --- | --- |
|
52 |
+
| `ENTS_F` | 99.42 |
|
53 |
+
| `ENTS_P` | 99.19 |
|
54 |
+
| `ENTS_R` | 99.65 |
|
55 |
+
| `TOK2VEC_LOSS` | 1794.25 |
|
56 |
+
| `NER_LOSS` | 53209.43 |
|
en_Spacy_Custom_ner-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:6c1dfad1de671b67c459dd222393bda59cb8b55935047966fae7f871ef4e92a5
|
3 |
+
size 606745566
|
meta.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20 |
|
21 |
],
|
22 |
"ner":[
|
|
|
23 |
"BOOK",
|
24 |
"COMODITY",
|
25 |
"CONTAINER COUNT",
|
@@ -33,7 +34,8 @@
|
|
33 |
"ORIGIN",
|
34 |
"SEARCH RATES",
|
35 |
"SHIP",
|
36 |
-
"SHIPMENT TYPE"
|
|
|
37 |
]
|
38 |
},
|
39 |
"pipeline":[
|
@@ -48,9 +50,9 @@
|
|
48 |
|
49 |
],
|
50 |
"performance":{
|
51 |
-
"ents_f":0.
|
52 |
-
"ents_p":0.
|
53 |
-
"ents_r":0.
|
54 |
"ents_per_type":{
|
55 |
"SEARCH RATES":{
|
56 |
"p":1.0,
|
@@ -63,9 +65,9 @@
|
|
63 |
"f":1.0
|
64 |
},
|
65 |
"DESTINATION":{
|
66 |
-
"p":0.
|
67 |
-
"r":0
|
68 |
-
"f":0.
|
69 |
},
|
70 |
"BOOK":{
|
71 |
"p":1.0,
|
@@ -88,9 +90,9 @@
|
|
88 |
"f":1.0
|
89 |
},
|
90 |
"ENQUIRY":{
|
91 |
-
"p":0.
|
92 |
"r":1.0,
|
93 |
-
"f":0.
|
94 |
},
|
95 |
"HELP":{
|
96 |
"p":1.0,
|
@@ -118,13 +120,23 @@
|
|
118 |
"f":1.0
|
119 |
},
|
120 |
"CONTAINER SIZE-COUNT":{
|
121 |
-
"p":0
|
|
|
|
|
|
|
|
|
|
|
122 |
"r":1.0,
|
123 |
-
"f":0
|
|
|
|
|
|
|
|
|
|
|
124 |
}
|
125 |
},
|
126 |
-
"tok2vec_loss":
|
127 |
-
"ner_loss":
|
128 |
},
|
129 |
"requirements":[
|
130 |
|
|
|
20 |
|
21 |
],
|
22 |
"ner":[
|
23 |
+
"AGENT_FALLBACK",
|
24 |
"BOOK",
|
25 |
"COMODITY",
|
26 |
"CONTAINER COUNT",
|
|
|
34 |
"ORIGIN",
|
35 |
"SEARCH RATES",
|
36 |
"SHIP",
|
37 |
+
"SHIPMENT TYPE",
|
38 |
+
"WELCOME_MSG"
|
39 |
]
|
40 |
},
|
41 |
"pipeline":[
|
|
|
50 |
|
51 |
],
|
52 |
"performance":{
|
53 |
+
"ents_f":0.9941860465,
|
54 |
+
"ents_p":0.9918793503,
|
55 |
+
"ents_r":0.9965034965,
|
56 |
"ents_per_type":{
|
57 |
"SEARCH RATES":{
|
58 |
"p":1.0,
|
|
|
65 |
"f":1.0
|
66 |
},
|
67 |
"DESTINATION":{
|
68 |
+
"p":0.9903846154,
|
69 |
+
"r":1.0,
|
70 |
+
"f":0.9951690821
|
71 |
},
|
72 |
"BOOK":{
|
73 |
"p":1.0,
|
|
|
90 |
"f":1.0
|
91 |
},
|
92 |
"ENQUIRY":{
|
93 |
+
"p":0.8823529412,
|
94 |
"r":1.0,
|
95 |
+
"f":0.9375
|
96 |
},
|
97 |
"HELP":{
|
98 |
"p":1.0,
|
|
|
120 |
"f":1.0
|
121 |
},
|
122 |
"CONTAINER SIZE-COUNT":{
|
123 |
+
"p":1.0,
|
124 |
+
"r":0.9615384615,
|
125 |
+
"f":0.9803921569
|
126 |
+
},
|
127 |
+
"AGENT_FALLBACK":{
|
128 |
+
"p":1.0,
|
129 |
"r":1.0,
|
130 |
+
"f":1.0
|
131 |
+
},
|
132 |
+
"WELCOME_MSG":{
|
133 |
+
"p":1.0,
|
134 |
+
"r":1.0,
|
135 |
+
"f":1.0
|
136 |
}
|
137 |
},
|
138 |
+
"tok2vec_loss":17.9424619099,
|
139 |
+
"ner_loss":532.0943451776
|
140 |
},
|
141 |
"requirements":[
|
142 |
|
ner/model
CHANGED
Binary files a/ner/model and b/ner/model differ
|
|
ner/moves
CHANGED
@@ -1 +1 @@
|
|
1 |
-
��moves
|
|
|
1 |
+
��moves�{"0":{},"1":{"DESTINATION":321,"ORIGIN":303,"CONTAINER SIZE":188,"WELCOME_MSG":178,"SHIP":81,"AGENT_FALLBACK":79,"SHIPMENT TYPE":58,"CONTAINER SIZE-COUNT":39,"COMODITY":31,"BOOK":28,"ENQUIRY":18,"SEARCH RATES":14,"CONTAINER COUNT":10,"INCOTERM":9,"HELP":8,"KYC":2},"2":{"DESTINATION":321,"ORIGIN":303,"CONTAINER SIZE":188,"WELCOME_MSG":178,"SHIP":81,"AGENT_FALLBACK":79,"SHIPMENT TYPE":58,"CONTAINER SIZE-COUNT":39,"COMODITY":31,"BOOK":28,"ENQUIRY":18,"SEARCH RATES":14,"CONTAINER COUNT":10,"INCOTERM":9,"HELP":8,"KYC":2},"3":{"DESTINATION":321,"ORIGIN":303,"CONTAINER SIZE":188,"WELCOME_MSG":178,"SHIP":81,"AGENT_FALLBACK":79,"SHIPMENT TYPE":58,"CONTAINER SIZE-COUNT":39,"COMODITY":31,"BOOK":28,"ENQUIRY":18,"SEARCH RATES":14,"CONTAINER COUNT":10,"INCOTERM":9,"HELP":8,"KYC":2},"4":{"DESTINATION":321,"ORIGIN":303,"CONTAINER SIZE":188,"WELCOME_MSG":178,"SHIP":81,"AGENT_FALLBACK":79,"SHIPMENT TYPE":58,"CONTAINER SIZE-COUNT":39,"COMODITY":31,"BOOK":28,"ENQUIRY":18,"SEARCH RATES":14,"CONTAINER COUNT":10,"INCOTERM":9,"HELP":8,"KYC":2,"":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 34434008
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e2f3e2fab9f568a5c3e23cbe9aa9f9e7e51da3c44d61ed32c617696964b45eb
|
3 |
size 34434008
|
vocab/strings.json
CHANGED
@@ -41039,11 +41039,13 @@
|
|
41039 |
"AGE",
|
41040 |
"AGED",
|
41041 |
"AGENCIES",
|
|
|
41042 |
"AGENCY",
|
41043 |
"AGENDA",
|
41044 |
"AGENOR",
|
41045 |
"AGENT",
|
41046 |
"AGENTS",
|
|
|
41047 |
"AGES",
|
41048 |
"AGEs",
|
41049 |
"AGF",
|
@@ -43300,6 +43302,7 @@
|
|
43300 |
"Aadhi",
|
43301 |
"Aadi",
|
43302 |
"Aadil",
|
|
|
43303 |
"Aaditya",
|
43304 |
"Aadland",
|
43305 |
"Aadmi",
|
@@ -47093,6 +47096,7 @@
|
|
47093 |
"Agros",
|
47094 |
"Agrostis",
|
47095 |
"Agrostophyllum",
|
|
|
47096 |
"Agrotera",
|
47097 |
"Agrotis",
|
47098 |
"Agrupaci\u00f3n",
|
@@ -53338,6 +53342,7 @@
|
|
53338 |
"Annapolis",
|
53339 |
"Annapoorna",
|
53340 |
"Annapurna",
|
|
|
53341 |
"Annarella",
|
53342 |
"Annas",
|
53343 |
"Annasaheb",
|
@@ -58472,6 +58477,7 @@
|
|
58472 |
"Astrodynamics",
|
58473 |
"Astrof\u00edsica",
|
58474 |
"Astroglide",
|
|
|
58475 |
"Astrolabe",
|
58476 |
"Astroloba",
|
58477 |
"Astrologer",
|
@@ -111061,6 +111067,7 @@
|
|
111061 |
"DINE",
|
111062 |
"DINER",
|
111063 |
"DINESH",
|
|
|
111064 |
"DING",
|
111065 |
"DINGING",
|
111066 |
"DINGO",
|
@@ -135710,6 +135717,7 @@
|
|
135710 |
"Exposure",
|
135711 |
"Exposures",
|
135712 |
"Expos\u00e9",
|
|
|
135713 |
"Expounding",
|
135714 |
"Expreso",
|
135715 |
"Express",
|
@@ -147828,6 +147836,7 @@
|
|
147828 |
"GARDNER",
|
147829 |
"GARETH",
|
147830 |
"GARFIELD",
|
|
|
147831 |
"GARLAND",
|
147832 |
"GARLIC",
|
147833 |
"GARMENT",
|
@@ -149242,6 +149251,7 @@
|
|
149242 |
"GWB",
|
149243 |
"GWC",
|
149244 |
"GWD",
|
|
|
149245 |
"GWEN",
|
149246 |
"GWF",
|
149247 |
"GWG",
|
@@ -159674,6 +159684,7 @@
|
|
159674 |
"Gruffudd",
|
159675 |
"Gruffydd",
|
159676 |
"Grug",
|
|
|
159677 |
"Gruhn",
|
159678 |
"Gruidae",
|
159679 |
"Gruiformes",
|
@@ -162940,6 +162951,7 @@
|
|
162940 |
"HITCHCOCK",
|
162941 |
"HITEC",
|
162942 |
"HITECH",
|
|
|
162943 |
"HITLER",
|
162944 |
"HITMAN",
|
162945 |
"HITRUST",
|
@@ -168842,6 +168854,7 @@
|
|
168842 |
"Hellner",
|
168843 |
"Hello",
|
168844 |
"Hello!",
|
|
|
168845 |
"Hello-",
|
168846 |
"Hello--",
|
168847 |
"HelloFresh",
|
@@ -177196,6 +177209,7 @@
|
|
177196 |
"IGTV",
|
177197 |
"IGU",
|
177198 |
"IGV",
|
|
|
177199 |
"IGY",
|
177200 |
"IGZO",
|
177201 |
"IGs",
|
@@ -181067,6 +181081,7 @@
|
|
181067 |
"Indivisible",
|
181068 |
"Indi\u00eb",
|
181069 |
"Indo",
|
|
|
181070 |
"Indochina",
|
181071 |
"Indochine",
|
181072 |
"Indochinese",
|
@@ -181163,6 +181178,7 @@
|
|
181163 |
"Indur\u00e1in",
|
181164 |
"Indus",
|
181165 |
"IndusInd",
|
|
|
181166 |
"Industri",
|
181167 |
"IndustriALL",
|
181168 |
"Industria",
|
@@ -181185,6 +181201,7 @@
|
|
181185 |
"Industrielle",
|
181186 |
"Industriels",
|
181187 |
"Industries",
|
|
|
181188 |
"Industrija",
|
181189 |
"Industrious",
|
181190 |
"Industriously",
|
@@ -182033,6 +182050,7 @@
|
|
182033 |
"Insitu",
|
182034 |
"Insitute",
|
182035 |
"Insitutional",
|
|
|
182036 |
"Inskeep",
|
182037 |
"Inski",
|
182038 |
"Inskip",
|
@@ -185283,6 +185301,7 @@
|
|
185283 |
"JIF",
|
185284 |
"JIG",
|
185285 |
"JIGGER",
|
|
|
185286 |
"JIGSAW",
|
185287 |
"JIL",
|
185288 |
"JIL-1",
|
@@ -187399,6 +187418,7 @@
|
|
187399 |
"Jayadeva",
|
187400 |
"Jayadevan",
|
187401 |
"Jayadratha",
|
|
|
187402 |
"Jayakanthan",
|
187403 |
"Jayakar",
|
187404 |
"Jayakody",
|
@@ -207058,6 +207078,7 @@
|
|
207058 |
"LOG",
|
207059 |
"LOGAN",
|
207060 |
"LOGCAP",
|
|
|
207061 |
"LOGIC",
|
207062 |
"LOGICAL",
|
207063 |
"LOGIN",
|
@@ -263233,6 +263254,7 @@
|
|
263233 |
"PARAMEDIC",
|
263234 |
"PARAMETERS",
|
263235 |
"PARAMOUNT",
|
|
|
263236 |
"PARANOIA",
|
263237 |
"PARANOID",
|
263238 |
"PARANORMAL",
|
@@ -281066,6 +281088,7 @@
|
|
281066 |
"Provato",
|
281067 |
"Prove",
|
281068 |
"Proved",
|
|
|
281069 |
"Proven",
|
281070 |
"Provenance",
|
281071 |
"Provencal",
|
@@ -285204,6 +285227,7 @@
|
|
285204 |
"RATES",
|
285205 |
"RATH",
|
285206 |
"RATHER",
|
|
|
285207 |
"RATING",
|
285208 |
"RATINGS",
|
285209 |
"RATIO",
|
@@ -285924,6 +285948,7 @@
|
|
285924 |
"REWINDING",
|
285925 |
"REWRITE",
|
285926 |
"REX",
|
|
|
285927 |
"REXX",
|
285928 |
"REY",
|
285929 |
"REYES",
|
@@ -286574,6 +286599,7 @@
|
|
286574 |
"ROTC",
|
286575 |
"ROTH",
|
286576 |
"ROTJ",
|
|
|
286577 |
"ROTOR",
|
286578 |
"ROTTEN",
|
286579 |
"ROU",
|
@@ -286882,6 +286908,7 @@
|
|
286882 |
"RUDI",
|
286883 |
"RUDN",
|
286884 |
"RUDOLPH",
|
|
|
286885 |
"RUDY",
|
286886 |
"RUE",
|
286887 |
"RUF",
|
@@ -288297,6 +288324,7 @@
|
|
288297 |
"Rajshri",
|
288298 |
"Rajsich",
|
288299 |
"Rajskub",
|
|
|
288300 |
"Raju",
|
288301 |
"Rajula",
|
288302 |
"Rajvansh",
|
@@ -302778,6 +302806,7 @@
|
|
302778 |
"SRHR",
|
302779 |
"SRI",
|
302780 |
"SRINAGAR",
|
|
|
302781 |
"SRK",
|
302782 |
"SRL",
|
302783 |
"SRM",
|
@@ -316596,6 +316625,7 @@
|
|
316596 |
"Shreds",
|
316597 |
"Shree",
|
316598 |
"Shreeram",
|
|
|
316599 |
"Shreeve",
|
316600 |
"Shreeves",
|
316601 |
"Shrek",
|
@@ -334664,6 +334694,7 @@
|
|
334664 |
"TRANSPLANT",
|
334665 |
"TRANSPORT",
|
334666 |
"TRANSPORTATION",
|
|
|
334667 |
"TRAP",
|
334668 |
"TRAPPED",
|
334669 |
"TRAPPIST-1",
|
@@ -360359,6 +360390,7 @@
|
|
360359 |
"Visker",
|
360360 |
"Visma",
|
360361 |
"Vismara",
|
|
|
360362 |
"Visme",
|
360363 |
"Visnu",
|
360364 |
"Viso",
|
@@ -362704,6 +362736,7 @@
|
|
362704 |
"WELCH",
|
362705 |
"WELCOME",
|
362706 |
"WELCOMES",
|
|
|
362707 |
"WELD",
|
362708 |
"WELDED",
|
362709 |
"WELDING",
|
@@ -372419,6 +372452,7 @@
|
|
372419 |
"XXXXXXX",
|
372420 |
"XXXXXXXXXX",
|
372421 |
"XXXX]/xxxx",
|
|
|
372422 |
"XXXX_XXXX",
|
372423 |
"XXXX_XXXX_XXXX_XXXX",
|
372424 |
"XXXX_XXXX}-",
|
@@ -373870,6 +373904,7 @@
|
|
373870 |
"Xxxxx+Xxx",
|
373871 |
"Xxxxx+Xxxx",
|
373872 |
"Xxxxx+Xxxxx",
|
|
|
373873 |
"Xxxxx,-xxx",
|
373874 |
"Xxxxx-",
|
373875 |
"Xxxxx-'Xxx",
|
@@ -375764,6 +375799,7 @@
|
|
375764 |
"Yeliseyev",
|
375765 |
"Yeliz",
|
375766 |
"Yelizaveta",
|
|
|
375767 |
"Yell",
|
375768 |
"Yell.com",
|
375769 |
"Yella",
|
@@ -381988,6 +382024,7 @@
|
|
381988 |
"aadhi",
|
381989 |
"aadi",
|
381990 |
"aadil",
|
|
|
381991 |
"aaditya",
|
381992 |
"aadl",
|
381993 |
"aadland",
|
@@ -387073,6 +387110,7 @@
|
|
387073 |
"agencia",
|
387074 |
"agencias",
|
387075 |
"agencies",
|
|
|
387076 |
"agencja",
|
387077 |
"agency",
|
387078 |
"agencys",
|
@@ -387084,6 +387122,7 @@
|
|
387084 |
"agenor",
|
387085 |
"agent(s",
|
387086 |
"agent--",
|
|
|
387087 |
"agente",
|
387088 |
"agentes",
|
387089 |
"agentic",
|
@@ -387524,6 +387563,7 @@
|
|
387524 |
"agrosciences",
|
387525 |
"agrostis",
|
387526 |
"agrostophyllum",
|
|
|
387527 |
"agrotera",
|
387528 |
"agrotis",
|
387529 |
"aground",
|
@@ -395048,6 +395088,7 @@
|
|
395048 |
"annapolis",
|
395049 |
"annapoorna",
|
395050 |
"annapurna",
|
|
|
395051 |
"annarella",
|
395052 |
"annas",
|
395053 |
"annasaheb",
|
@@ -401991,6 +402032,7 @@
|
|
401991 |
"astroglial",
|
401992 |
"astroglide",
|
401993 |
"astrogliosis",
|
|
|
401994 |
"astrolabe",
|
401995 |
"astrolabes",
|
401996 |
"astroloba",
|
@@ -470889,6 +470931,7 @@
|
|
470889 |
"dinescu",
|
470890 |
"dinesen",
|
470891 |
"dinesh",
|
|
|
470892 |
"dinette",
|
470893 |
"ding",
|
470894 |
"dinga",
|
@@ -491797,6 +491840,7 @@
|
|
491797 |
"expos\u00e9",
|
491798 |
"expos\u00e9es",
|
491799 |
"expos\u00e9s",
|
|
|
491800 |
"expound",
|
491801 |
"expounded",
|
491802 |
"expounding",
|
@@ -518410,6 +518454,7 @@
|
|
518410 |
"gruffudd",
|
518411 |
"gruffydd",
|
518412 |
"grug",
|
|
|
518413 |
"gruhn",
|
518414 |
"gruidae",
|
518415 |
"gruiformes",
|
@@ -527471,6 +527516,7 @@
|
|
527471 |
"hello!",
|
527472 |
"hello!,I",
|
527473 |
"hello!,i",
|
|
|
527474 |
"hello-",
|
527475 |
"hello--",
|
527476 |
"hellofresh",
|
@@ -530816,6 +530862,7 @@
|
|
530816 |
"hitei",
|
530817 |
"hiten",
|
530818 |
"hitesh",
|
|
|
530819 |
"hitfix",
|
530820 |
"hither",
|
530821 |
"hitherto",
|
@@ -542061,6 +542108,7 @@
|
|
542061 |
"indology",
|
542062 |
"indomalaya",
|
542063 |
"indomalayan",
|
|
|
542064 |
"indomethacin",
|
542065 |
"indomie",
|
542066 |
"indominus",
|
@@ -542191,6 +542239,7 @@
|
|
542191 |
"industrielles",
|
542192 |
"industriels",
|
542193 |
"industries",
|
|
|
542194 |
"industrija",
|
542195 |
"industrious",
|
542196 |
"industriously",
|
@@ -543552,6 +543601,7 @@
|
|
543552 |
"insitu",
|
543553 |
"insitute",
|
543554 |
"insitutional",
|
|
|
543555 |
"inskeep",
|
543556 |
"inski",
|
543557 |
"inskip",
|
@@ -549999,6 +550049,8 @@
|
|
549999 |
"jayadeva",
|
550000 |
"jayadevan",
|
550001 |
"jayadratha",
|
|
|
|
|
550002 |
"jayakanthan",
|
550003 |
"jayakar",
|
550004 |
"jayakody",
|
@@ -661630,6 +661682,7 @@
|
|
661630 |
"rajshri",
|
661631 |
"rajsich",
|
661632 |
"rajskub",
|
|
|
661633 |
"raju",
|
661634 |
"rajula",
|
661635 |
"rajvansh",
|
@@ -669739,6 +669792,7 @@
|
|
669739 |
"rexie",
|
669740 |
"rexinger",
|
669741 |
"rexona",
|
|
|
669742 |
"rexroth",
|
669743 |
"rexton",
|
669744 |
"rexx",
|
@@ -674349,6 +674403,7 @@
|
|
674349 |
"rotj",
|
674350 |
"rotman",
|
674351 |
"roto",
|
|
|
674352 |
"rotogravure",
|
674353 |
"rotoiti",
|
674354 |
"rotolo",
|
@@ -675513,6 +675568,7 @@
|
|
675513 |
"rudraprayag",
|
675514 |
"rudrapur",
|
675515 |
"rudras",
|
|
|
675516 |
"rudresh",
|
675517 |
"rudsar",
|
675518 |
"rudy",
|
@@ -679387,6 +679443,7 @@
|
|
679387 |
"saleroom",
|
679388 |
"salers",
|
679389 |
"sales",
|
|
|
679390 |
"salesbury",
|
679391 |
"salesclerk",
|
679392 |
"salesclerks",
|
@@ -693063,6 +693120,7 @@
|
|
693063 |
"shreds",
|
693064 |
"shree",
|
693065 |
"shreeram",
|
|
|
693066 |
"shreeve",
|
693067 |
"shreeves",
|
693068 |
"shrek",
|
@@ -704050,6 +704108,7 @@
|
|
704050 |
"srinivas",
|
704051 |
"srinivasa",
|
704052 |
"srinivasan",
|
|
|
704053 |
"srinu",
|
704054 |
"sripada",
|
704055 |
"sriperumbudur",
|
@@ -711930,6 +711989,7 @@
|
|
711930 |
"surges",
|
711931 |
"surgical",
|
711932 |
"surgically",
|
|
|
711933 |
"surging",
|
711934 |
"surgisphere",
|
711935 |
"surguja",
|
@@ -746192,6 +746252,7 @@
|
|
746192 |
"vism",
|
746193 |
"visma",
|
746194 |
"vismara",
|
|
|
746195 |
"visme",
|
746196 |
"visnu",
|
746197 |
"viso",
|
@@ -752242,6 +752303,7 @@
|
|
752242 |
"welco",
|
752243 |
"welcoat",
|
752244 |
"welcome",
|
|
|
752245 |
"welcomed",
|
752246 |
"welcomes",
|
752247 |
"welcoming",
|
@@ -758390,6 +758452,7 @@
|
|
758390 |
"www.google.com",
|
758391 |
"www.gymnasticsresults.com",
|
758392 |
"www.ibb.gov/editorials",
|
|
|
758393 |
"www.mcoa.cn",
|
758394 |
"www.minorplanet.info",
|
758395 |
"www.mysitesname.com/home",
|
@@ -760549,6 +760612,7 @@
|
|
760549 |
"xxxx+xxxx+xxxx",
|
760550 |
"xxxx,\"xxx",
|
760551 |
"xxxx,\"xxxx",
|
|
|
760552 |
"xxxx,-xxx",
|
760553 |
"xxxx,d",
|
760554 |
"xxxx,ddd",
|
@@ -760619,6 +760683,7 @@
|
|
760619 |
"xxxx.xxx.xxxx(xxxx",
|
760620 |
"xxxx.xxx/x/xxx/xxxx/d",
|
760621 |
"xxxx.xxx/xxxx",
|
|
|
760622 |
"xxxx.xxxXxxx.xxxx.xxxx",
|
760623 |
"xxxx.xxxXxxxxXxXx(\"xxxx\").xxxXxxxx",
|
760624 |
"xxxx.xxxx",
|
@@ -762547,6 +762612,7 @@
|
|
762547 |
"yeliseyev",
|
762548 |
"yeliz",
|
762549 |
"yelizaveta",
|
|
|
762550 |
"yell",
|
762551 |
"yell.com",
|
762552 |
"yella",
|
@@ -776300,7 +776366,10 @@
|
|
776300 |
"\ufe0e",
|
776301 |
"\ufe0f",
|
776302 |
"\ufe0f.",
|
|
|
|
|
776303 |
"\ufe0fphone",
|
|
|
776304 |
"\ufe0fxxxx",
|
776305 |
"\ufe0f\u200d",
|
776306 |
"\ufe0f\ufe0f",
|
@@ -776359,6 +776428,12 @@
|
|
776359 |
"\uffe5dd",
|
776360 |
"\ufffc",
|
776361 |
"\ufffd",
|
|
|
|
|
|
|
|
|
|
|
|
|
776362 |
"\ud835\udc65",
|
776363 |
"\ud83c\udde6",
|
776364 |
"\ud83c\udde7",
|
@@ -776429,8 +776504,13 @@
|
|
776429 |
"\ud83c\udfc8",
|
776430 |
"\ud83c\udfe1",
|
776431 |
"\ud83c\udfe2",
|
|
|
776432 |
"\ud83c\udff3",
|
776433 |
"\ud83c\udffb",
|
|
|
|
|
|
|
|
|
776434 |
"\ud83c\udffb\u200d",
|
776435 |
"\ud83c\udffc",
|
776436 |
"\ud83c\udffc\u200d",
|
@@ -776570,6 +776650,8 @@
|
|
776570 |
"\ud83d\ude4f",
|
776571 |
"\ud83d\ude80",
|
776572 |
"\ud83d\ude97",
|
|
|
|
|
776573 |
"\ud83d\udea8",
|
776574 |
"\ud83d\udeab",
|
776575 |
"\ud83e\udc80",
|
|
|
41039 |
"AGE",
|
41040 |
"AGED",
|
41041 |
"AGENCIES",
|
41042 |
+
"AGENCIEZ",
|
41043 |
"AGENCY",
|
41044 |
"AGENDA",
|
41045 |
"AGENOR",
|
41046 |
"AGENT",
|
41047 |
"AGENTS",
|
41048 |
+
"AGENT_FALLBACK",
|
41049 |
"AGES",
|
41050 |
"AGEs",
|
41051 |
"AGF",
|
|
|
43302 |
"Aadhi",
|
43303 |
"Aadi",
|
43304 |
"Aadil",
|
43305 |
+
"Aaditi",
|
43306 |
"Aaditya",
|
43307 |
"Aadland",
|
43308 |
"Aadmi",
|
|
|
47096 |
"Agros",
|
47097 |
"Agrostis",
|
47098 |
"Agrostophyllum",
|
47099 |
+
"Agrotech",
|
47100 |
"Agrotera",
|
47101 |
"Agrotis",
|
47102 |
"Agrupaci\u00f3n",
|
|
|
53342 |
"Annapolis",
|
53343 |
"Annapoorna",
|
53344 |
"Annapurna",
|
53345 |
+
"Annapushti",
|
53346 |
"Annarella",
|
53347 |
"Annas",
|
53348 |
"Annasaheb",
|
|
|
58477 |
"Astrodynamics",
|
58478 |
"Astrof\u00edsica",
|
58479 |
"Astroglide",
|
58480 |
+
"Astrokidz",
|
58481 |
"Astrolabe",
|
58482 |
"Astroloba",
|
58483 |
"Astrologer",
|
|
|
111067 |
"DINE",
|
111068 |
"DINER",
|
111069 |
"DINESH",
|
111070 |
+
"DINESHKUMAR",
|
111071 |
"DING",
|
111072 |
"DINGING",
|
111073 |
"DINGO",
|
|
|
135717 |
"Exposure",
|
135718 |
"Exposures",
|
135719 |
"Expos\u00e9",
|
135720 |
+
"Expoter",
|
135721 |
"Expounding",
|
135722 |
"Expreso",
|
135723 |
"Express",
|
|
|
147836 |
"GARDNER",
|
147837 |
"GARETH",
|
147838 |
"GARFIELD",
|
147839 |
+
"GARG",
|
147840 |
"GARLAND",
|
147841 |
"GARLIC",
|
147842 |
"GARMENT",
|
|
|
149251 |
"GWB",
|
149252 |
"GWC",
|
149253 |
"GWD",
|
149254 |
+
"GWE",
|
149255 |
"GWEN",
|
149256 |
"GWF",
|
149257 |
"GWG",
|
|
|
159684 |
"Gruffudd",
|
159685 |
"Gruffydd",
|
159686 |
"Grug",
|
159687 |
+
"Gruh",
|
159688 |
"Gruhn",
|
159689 |
"Gruidae",
|
159690 |
"Gruiformes",
|
|
|
162951 |
"HITCHCOCK",
|
162952 |
"HITEC",
|
162953 |
"HITECH",
|
162954 |
+
"HITESHKUMAR",
|
162955 |
"HITLER",
|
162956 |
"HITMAN",
|
162957 |
"HITRUST",
|
|
|
168854 |
"Hellner",
|
168855 |
"Hello",
|
168856 |
"Hello!",
|
168857 |
+
"Hello,,Welcome",
|
168858 |
"Hello-",
|
168859 |
"Hello--",
|
168860 |
"HelloFresh",
|
|
|
177209 |
"IGTV",
|
177210 |
"IGU",
|
177211 |
"IGV",
|
177212 |
+
"IGWE",
|
177213 |
"IGY",
|
177214 |
"IGZO",
|
177215 |
"IGs",
|
|
|
181081 |
"Indivisible",
|
181082 |
"Indi\u00eb",
|
181083 |
"Indo",
|
181084 |
+
"IndoMart",
|
181085 |
"Indochina",
|
181086 |
"Indochine",
|
181087 |
"Indochinese",
|
|
|
181178 |
"Indur\u00e1in",
|
181179 |
"Indus",
|
181180 |
"IndusInd",
|
181181 |
+
"Industires",
|
181182 |
"Industri",
|
181183 |
"IndustriALL",
|
181184 |
"Industria",
|
|
|
181201 |
"Industrielle",
|
181202 |
"Industriels",
|
181203 |
"Industries",
|
181204 |
+
"IndustriesPlease",
|
181205 |
"Industrija",
|
181206 |
"Industrious",
|
181207 |
"Industriously",
|
|
|
182050 |
"Insitu",
|
182051 |
"Insitute",
|
182052 |
"Insitutional",
|
182053 |
+
"Insiya",
|
182054 |
"Inskeep",
|
182055 |
"Inski",
|
182056 |
"Inskip",
|
|
|
185301 |
"JIF",
|
185302 |
"JIG",
|
185303 |
"JIGGER",
|
185304 |
+
"JIGNESH",
|
185305 |
"JIGSAW",
|
185306 |
"JIL",
|
185307 |
"JIL-1",
|
|
|
187418 |
"Jayadeva",
|
187419 |
"Jayadevan",
|
187420 |
"Jayadratha",
|
187421 |
+
"Jayaesh",
|
187422 |
"Jayakanthan",
|
187423 |
"Jayakar",
|
187424 |
"Jayakody",
|
|
|
207078 |
"LOG",
|
207079 |
"LOGAN",
|
207080 |
"LOGCAP",
|
207081 |
+
"LOGI",
|
207082 |
"LOGIC",
|
207083 |
"LOGICAL",
|
207084 |
"LOGIN",
|
|
|
263254 |
"PARAMEDIC",
|
263255 |
"PARAMETERS",
|
263256 |
"PARAMOUNT",
|
263257 |
+
"PARAMPARA",
|
263258 |
"PARANOIA",
|
263259 |
"PARANOID",
|
263260 |
"PARANORMAL",
|
|
|
281088 |
"Provato",
|
281089 |
"Prove",
|
281090 |
"Proved",
|
281091 |
+
"Proveg",
|
281092 |
"Proven",
|
281093 |
"Provenance",
|
281094 |
"Provencal",
|
|
|
285227 |
"RATES",
|
285228 |
"RATH",
|
285229 |
"RATHER",
|
285230 |
+
"RATHOD",
|
285231 |
"RATING",
|
285232 |
"RATINGS",
|
285233 |
"RATIO",
|
|
|
285948 |
"REWINDING",
|
285949 |
"REWRITE",
|
285950 |
"REX",
|
285951 |
+
"REXPRESS",
|
285952 |
"REXX",
|
285953 |
"REY",
|
285954 |
"REYES",
|
|
|
286599 |
"ROTC",
|
286600 |
"ROTH",
|
286601 |
"ROTJ",
|
286602 |
+
"ROTOFAB",
|
286603 |
"ROTOR",
|
286604 |
"ROTTEN",
|
286605 |
"ROU",
|
|
|
286908 |
"RUDI",
|
286909 |
"RUDN",
|
286910 |
"RUDOLPH",
|
286911 |
+
"RUDRAX",
|
286912 |
"RUDY",
|
286913 |
"RUE",
|
286914 |
"RUF",
|
|
|
288324 |
"Rajshri",
|
288325 |
"Rajsich",
|
288326 |
"Rajskub",
|
288327 |
+
"Rajsun",
|
288328 |
"Raju",
|
288329 |
"Rajula",
|
288330 |
"Rajvansh",
|
|
|
302806 |
"SRHR",
|
302807 |
"SRI",
|
302808 |
"SRINAGAR",
|
302809 |
+
"SRINT",
|
302810 |
"SRK",
|
302811 |
"SRL",
|
302812 |
"SRM",
|
|
|
316625 |
"Shreds",
|
316626 |
"Shree",
|
316627 |
"Shreeram",
|
316628 |
+
"Shreevam",
|
316629 |
"Shreeve",
|
316630 |
"Shreeves",
|
316631 |
"Shrek",
|
|
|
334694 |
"TRANSPLANT",
|
334695 |
"TRANSPORT",
|
334696 |
"TRANSPORTATION",
|
334697 |
+
"TRANSVISION",
|
334698 |
"TRAP",
|
334699 |
"TRAPPED",
|
334700 |
"TRAPPIST-1",
|
|
|
360390 |
"Visker",
|
360391 |
"Visma",
|
360392 |
"Vismara",
|
360393 |
+
"Vismay",
|
360394 |
"Visme",
|
360395 |
"Visnu",
|
360396 |
"Viso",
|
|
|
362736 |
"WELCH",
|
362737 |
"WELCOME",
|
362738 |
"WELCOMES",
|
362739 |
+
"WELCOME_MSG",
|
362740 |
"WELD",
|
362741 |
"WELDED",
|
362742 |
"WELDING",
|
|
|
372452 |
"XXXXXXX",
|
372453 |
"XXXXXXXXXX",
|
372454 |
"XXXX]/xxxx",
|
372455 |
+
"XXXX_XXX",
|
372456 |
"XXXX_XXXX",
|
372457 |
"XXXX_XXXX_XXXX_XXXX",
|
372458 |
"XXXX_XXXX}-",
|
|
|
373904 |
"Xxxxx+Xxx",
|
373905 |
"Xxxxx+Xxxx",
|
373906 |
"Xxxxx+Xxxxx",
|
373907 |
+
"Xxxxx,,Xxxxx",
|
373908 |
"Xxxxx,-xxx",
|
373909 |
"Xxxxx-",
|
373910 |
"Xxxxx-'Xxx",
|
|
|
375799 |
"Yeliseyev",
|
375800 |
"Yeliz",
|
375801 |
"Yelizaveta",
|
375802 |
+
"Yelkar",
|
375803 |
"Yell",
|
375804 |
"Yell.com",
|
375805 |
"Yella",
|
|
|
382024 |
"aadhi",
|
382025 |
"aadi",
|
382026 |
"aadil",
|
382027 |
+
"aaditi",
|
382028 |
"aaditya",
|
382029 |
"aadl",
|
382030 |
"aadland",
|
|
|
387110 |
"agencia",
|
387111 |
"agencias",
|
387112 |
"agencies",
|
387113 |
+
"agenciez",
|
387114 |
"agencja",
|
387115 |
"agency",
|
387116 |
"agencys",
|
|
|
387122 |
"agenor",
|
387123 |
"agent(s",
|
387124 |
"agent--",
|
387125 |
+
"agent_fallback",
|
387126 |
"agente",
|
387127 |
"agentes",
|
387128 |
"agentic",
|
|
|
387563 |
"agrosciences",
|
387564 |
"agrostis",
|
387565 |
"agrostophyllum",
|
387566 |
+
"agrotech",
|
387567 |
"agrotera",
|
387568 |
"agrotis",
|
387569 |
"aground",
|
|
|
395088 |
"annapolis",
|
395089 |
"annapoorna",
|
395090 |
"annapurna",
|
395091 |
+
"annapushti",
|
395092 |
"annarella",
|
395093 |
"annas",
|
395094 |
"annasaheb",
|
|
|
402032 |
"astroglial",
|
402033 |
"astroglide",
|
402034 |
"astrogliosis",
|
402035 |
+
"astrokidz",
|
402036 |
"astrolabe",
|
402037 |
"astrolabes",
|
402038 |
"astroloba",
|
|
|
470931 |
"dinescu",
|
470932 |
"dinesen",
|
470933 |
"dinesh",
|
470934 |
+
"dineshkumar",
|
470935 |
"dinette",
|
470936 |
"ding",
|
470937 |
"dinga",
|
|
|
491840 |
"expos\u00e9",
|
491841 |
"expos\u00e9es",
|
491842 |
"expos\u00e9s",
|
491843 |
+
"expoter",
|
491844 |
"expound",
|
491845 |
"expounded",
|
491846 |
"expounding",
|
|
|
518454 |
"gruffudd",
|
518455 |
"gruffydd",
|
518456 |
"grug",
|
518457 |
+
"gruh",
|
518458 |
"gruhn",
|
518459 |
"gruidae",
|
518460 |
"gruiformes",
|
|
|
527516 |
"hello!",
|
527517 |
"hello!,I",
|
527518 |
"hello!,i",
|
527519 |
+
"hello,,welcome",
|
527520 |
"hello-",
|
527521 |
"hello--",
|
527522 |
"hellofresh",
|
|
|
530862 |
"hitei",
|
530863 |
"hiten",
|
530864 |
"hitesh",
|
530865 |
+
"hiteshkumar",
|
530866 |
"hitfix",
|
530867 |
"hither",
|
530868 |
"hitherto",
|
|
|
542108 |
"indology",
|
542109 |
"indomalaya",
|
542110 |
"indomalayan",
|
542111 |
+
"indomart",
|
542112 |
"indomethacin",
|
542113 |
"indomie",
|
542114 |
"indominus",
|
|
|
542239 |
"industrielles",
|
542240 |
"industriels",
|
542241 |
"industries",
|
542242 |
+
"industriesplease",
|
542243 |
"industrija",
|
542244 |
"industrious",
|
542245 |
"industriously",
|
|
|
543601 |
"insitu",
|
543602 |
"insitute",
|
543603 |
"insitutional",
|
543604 |
+
"insiya",
|
543605 |
"inskeep",
|
543606 |
"inski",
|
543607 |
"inskip",
|
|
|
550049 |
"jayadeva",
|
550050 |
"jayadevan",
|
550051 |
"jayadratha",
|
550052 |
+
"jayaesh",
|
550053 |
+
"[email protected]",
|
550054 |
"jayakanthan",
|
550055 |
"jayakar",
|
550056 |
"jayakody",
|
|
|
661682 |
"rajshri",
|
661683 |
"rajsich",
|
661684 |
"rajskub",
|
661685 |
+
"rajsun",
|
661686 |
"raju",
|
661687 |
"rajula",
|
661688 |
"rajvansh",
|
|
|
669792 |
"rexie",
|
669793 |
"rexinger",
|
669794 |
"rexona",
|
669795 |
+
"rexpress",
|
669796 |
"rexroth",
|
669797 |
"rexton",
|
669798 |
"rexx",
|
|
|
674403 |
"rotj",
|
674404 |
"rotman",
|
674405 |
"roto",
|
674406 |
+
"rotofab",
|
674407 |
"rotogravure",
|
674408 |
"rotoiti",
|
674409 |
"rotolo",
|
|
|
675568 |
"rudraprayag",
|
675569 |
"rudrapur",
|
675570 |
"rudras",
|
675571 |
+
"rudrax",
|
675572 |
"rudresh",
|
675573 |
"rudsar",
|
675574 |
"rudy",
|
|
|
679443 |
"saleroom",
|
679444 |
"salers",
|
679445 |
"sales",
|
679446 |
+
"[email protected]",
|
679447 |
"salesbury",
|
679448 |
"salesclerk",
|
679449 |
"salesclerks",
|
|
|
693120 |
"shreds",
|
693121 |
"shree",
|
693122 |
"shreeram",
|
693123 |
+
"shreevam",
|
693124 |
"shreeve",
|
693125 |
"shreeves",
|
693126 |
"shrek",
|
|
|
704108 |
"srinivas",
|
704109 |
"srinivasa",
|
704110 |
"srinivasan",
|
704111 |
+
"srint",
|
704112 |
"srinu",
|
704113 |
"sripada",
|
704114 |
"sriperumbudur",
|
|
|
711989 |
"surges",
|
711990 |
"surgical",
|
711991 |
"surgically",
|
711992 |
+
"surgicals",
|
711993 |
"surging",
|
711994 |
"surgisphere",
|
711995 |
"surguja",
|
|
|
746252 |
"vism",
|
746253 |
"visma",
|
746254 |
"vismara",
|
746255 |
+
"vismay",
|
746256 |
"visme",
|
746257 |
"visnu",
|
746258 |
"viso",
|
|
|
752303 |
"welco",
|
752304 |
"welcoat",
|
752305 |
"welcome",
|
752306 |
+
"welcome_msg",
|
752307 |
"welcomed",
|
752308 |
"welcomes",
|
752309 |
"welcoming",
|
|
|
758452 |
"www.google.com",
|
758453 |
"www.gymnasticsresults.com",
|
758454 |
"www.ibb.gov/editorials",
|
758455 |
+
"www.jayagenciez.com",
|
758456 |
"www.mcoa.cn",
|
758457 |
"www.minorplanet.info",
|
758458 |
"www.mysitesname.com/home",
|
|
|
760612 |
"xxxx+xxxx+xxxx",
|
760613 |
"xxxx,\"xxx",
|
760614 |
"xxxx,\"xxxx",
|
760615 |
+
"xxxx,,xxxx",
|
760616 |
"xxxx,-xxx",
|
760617 |
"xxxx,d",
|
760618 |
"xxxx,ddd",
|
|
|
760683 |
"xxxx.xxx.xxxx(xxxx",
|
760684 |
"xxxx.xxx/x/xxx/xxxx/d",
|
760685 |
"xxxx.xxx/xxxx",
|
760686 |
+
"[email protected]",
|
760687 |
"xxxx.xxxXxxx.xxxx.xxxx",
|
760688 |
"xxxx.xxxXxxxxXxXx(\"xxxx\").xxxXxxxx",
|
760689 |
"xxxx.xxxx",
|
|
|
762612 |
"yeliseyev",
|
762613 |
"yeliz",
|
762614 |
"yelizaveta",
|
762615 |
+
"yelkar",
|
762616 |
"yell",
|
762617 |
"yell.com",
|
762618 |
"yella",
|
|
|
776366 |
"\ufe0e",
|
776367 |
"\ufe0f",
|
776368 |
"\ufe0f.",
|
776369 |
+
"\ufe0fPlease",
|
776370 |
+
"\ufe0fXxxxx",
|
776371 |
"\ufe0fphone",
|
776372 |
+
"\ufe0fplease",
|
776373 |
"\ufe0fxxxx",
|
776374 |
"\ufe0f\u200d",
|
776375 |
"\ufe0f\ufe0f",
|
|
|
776428 |
"\uffe5dd",
|
776429 |
"\ufffc",
|
776430 |
"\ufffd",
|
776431 |
+
"\ud835\udc05",
|
776432 |
+
"\ud835\udc05\ud835\udc28\ud835\udc27\ud835\udc1d\ud835\udc1e\ud835\udc31",
|
776433 |
+
"\ud835\udc0e",
|
776434 |
+
"\ud835\udc0e\ud835\udc2f\ud835\udc1e\ud835\udc2b\ud835\udc2c\ud835\udc1e\ud835\udc1a\ud835\udc2c",
|
776435 |
+
"\ud835\udc1d\ud835\udc1e\ud835\udc31",
|
776436 |
+
"\ud835\udc1e\ud835\udc1a\ud835\udc2c",
|
776437 |
"\ud835\udc65",
|
776438 |
"\ud83c\udde6",
|
776439 |
"\ud83c\udde7",
|
|
|
776504 |
"\ud83c\udfc8",
|
776505 |
"\ud83c\udfe1",
|
776506 |
"\ud83c\udfe2",
|
776507 |
+
"\ud83c\udfed",
|
776508 |
"\ud83c\udff3",
|
776509 |
"\ud83c\udffb",
|
776510 |
+
"\ud83c\udffbJeet",
|
776511 |
+
"\ud83c\udffbXxxx",
|
776512 |
+
"\ud83c\udffbjeet",
|
776513 |
+
"\ud83c\udffbxxxx",
|
776514 |
"\ud83c\udffb\u200d",
|
776515 |
"\ud83c\udffc",
|
776516 |
"\ud83c\udffc\u200d",
|
|
|
776650 |
"\ud83d\ude4f",
|
776651 |
"\ud83d\ude80",
|
776652 |
"\ud83d\ude97",
|
776653 |
+
"\ud83d\ude9a",
|
776654 |
+
"\ud83d\ude9b",
|
776655 |
"\ud83d\udea8",
|
776656 |
"\ud83d\udeab",
|
776657 |
"\ud83e\udc80",
|