chalseee commited on
Commit
ccba924
·
verified ·
1 Parent(s): 09a0d5c

Initial model commit

Browse files
Files changed (5) hide show
  1. config.json +49 -0
  2. ctfidf.safetensors +3 -0
  3. ctfidf_config.json +1124 -0
  4. topic_embeddings.safetensors +3 -0
  5. topics.json +1430 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "calculate_probabilities": false,
3
+ "language": "english",
4
+ "low_memory": false,
5
+ "min_topic_size": 10,
6
+ "n_gram_range": [
7
+ 1,
8
+ 1
9
+ ],
10
+ "nr_topics": "auto",
11
+ "seed_topic_list": [
12
+ [
13
+ "missed",
14
+ "time",
15
+ "times",
16
+ "extra",
17
+ "pickup",
18
+ "pickups"
19
+ ],
20
+ [
21
+ "help",
22
+ "helped",
23
+ "account",
24
+ "answered",
25
+ "questions",
26
+ "issue",
27
+ "bill",
28
+ "pay",
29
+ "payment",
30
+ "phonespoke",
31
+ "called",
32
+ "representative"
33
+ ],
34
+ [
35
+ "employees",
36
+ "company",
37
+ "work",
38
+ "job",
39
+ "people",
40
+ "experience",
41
+ "team"
42
+ ]
43
+ ],
44
+ "top_n_words": 10,
45
+ "verbose": false,
46
+ "zeroshot_min_similarity": 0.7,
47
+ "zeroshot_topic_list": null,
48
+ "embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
49
+ }
ctfidf.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd0018dc170e64d58b38232e57b31a4cddcba19eda9b5b6703e4fc4fd05beaaa
3
+ size 51256
ctfidf_config.json ADDED
@@ -0,0 +1,1124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ctfidf_model": {
3
+ "bm25_weighting": false,
4
+ "reduce_frequent_words": true
5
+ },
6
+ "vectorizer_model": {
7
+ "params": {
8
+ "analyzer": "word",
9
+ "binary": false,
10
+ "decode_error": "strict",
11
+ "encoding": "utf-8",
12
+ "input": "content",
13
+ "lowercase": true,
14
+ "max_df": 1.0,
15
+ "max_features": null,
16
+ "min_df": 3,
17
+ "ngram_range": [
18
+ 1,
19
+ 3
20
+ ],
21
+ "stop_words": [
22
+ "ain",
23
+ "did",
24
+ "don't",
25
+ "wouldn't",
26
+ "does",
27
+ "her",
28
+ "yours",
29
+ "then",
30
+ "while",
31
+ "isn",
32
+ "be",
33
+ "yourselves",
34
+ "doing",
35
+ "hasn",
36
+ "they",
37
+ "through",
38
+ "ma",
39
+ "them",
40
+ "didn't",
41
+ "he",
42
+ "it'd",
43
+ "haven",
44
+ "hasn't",
45
+ "doesn",
46
+ "our",
47
+ "after",
48
+ "just",
49
+ "other",
50
+ "wasn't",
51
+ "she",
52
+ "because",
53
+ "should've",
54
+ "these",
55
+ "it'll",
56
+ "only",
57
+ "some",
58
+ "isn't",
59
+ "whom",
60
+ "up",
61
+ "off",
62
+ "she's",
63
+ "shouldn",
64
+ "needn't",
65
+ "shouldn't",
66
+ "your",
67
+ "didn",
68
+ "for",
69
+ "it",
70
+ "me",
71
+ "itself",
72
+ "doesn't",
73
+ "needn",
74
+ "what",
75
+ "you",
76
+ "by",
77
+ "o",
78
+ "hadn't",
79
+ "aren",
80
+ "further",
81
+ "each",
82
+ "we'd",
83
+ "on",
84
+ "below",
85
+ "themselves",
86
+ "this",
87
+ "with",
88
+ "and",
89
+ "i've",
90
+ "we'll",
91
+ "shan't",
92
+ "here",
93
+ "now",
94
+ "a",
95
+ "under",
96
+ "both",
97
+ "my",
98
+ "aren't",
99
+ "over",
100
+ "myself",
101
+ "an",
102
+ "how",
103
+ "had",
104
+ "m",
105
+ "the",
106
+ "will",
107
+ "above",
108
+ "she'll",
109
+ "him",
110
+ "haven't",
111
+ "before",
112
+ "hers",
113
+ "you've",
114
+ "couldn't",
115
+ "won",
116
+ "being",
117
+ "mightn't",
118
+ "has",
119
+ "himself",
120
+ "herself",
121
+ "he'd",
122
+ "between",
123
+ "mustn't",
124
+ "any",
125
+ "ve",
126
+ "you'll",
127
+ "y",
128
+ "i'll",
129
+ "they'd",
130
+ "at",
131
+ "mightn",
132
+ "we",
133
+ "those",
134
+ "who",
135
+ "wasn",
136
+ "couldn",
137
+ "won't",
138
+ "wouldn",
139
+ "do",
140
+ "ours",
141
+ "or",
142
+ "have",
143
+ "that'll",
144
+ "re",
145
+ "once",
146
+ "again",
147
+ "were",
148
+ "own",
149
+ "where",
150
+ "you'd",
151
+ "from",
152
+ "ourselves",
153
+ "no",
154
+ "should",
155
+ "weren",
156
+ "he'll",
157
+ "they'll",
158
+ "shan",
159
+ "was",
160
+ "during",
161
+ "out",
162
+ "it's",
163
+ "hadn",
164
+ "can",
165
+ "we're",
166
+ "into",
167
+ "same",
168
+ "t",
169
+ "down",
170
+ "very",
171
+ "she'd",
172
+ "they're",
173
+ "such",
174
+ "than",
175
+ "which",
176
+ "ll",
177
+ "don",
178
+ "i'd",
179
+ "mustn",
180
+ "all",
181
+ "we've",
182
+ "you're",
183
+ "that",
184
+ "weren't",
185
+ "but",
186
+ "more",
187
+ "they've",
188
+ "why",
189
+ "there",
190
+ "his",
191
+ "their",
192
+ "against",
193
+ "nor",
194
+ "s",
195
+ "are",
196
+ "he's",
197
+ "its",
198
+ "if",
199
+ "having",
200
+ "of",
201
+ "is",
202
+ "to",
203
+ "until",
204
+ "not",
205
+ "am",
206
+ "d",
207
+ "as",
208
+ "about",
209
+ "been",
210
+ "in",
211
+ "too",
212
+ "yourself",
213
+ "most",
214
+ "few",
215
+ "i'm",
216
+ "so",
217
+ "theirs",
218
+ "i",
219
+ "when",
220
+ "murrays",
221
+ "murray",
222
+ "murrey",
223
+ "murreys",
224
+ "company",
225
+ "team",
226
+ "trash",
227
+ "driver",
228
+ "drivers",
229
+ "truck",
230
+ "trucks",
231
+ "trash",
232
+ "garbage",
233
+ "recycling",
234
+ "waste",
235
+ "disposal",
236
+ "rachel",
237
+ "shari",
238
+ "jon",
239
+ "danielle",
240
+ "daniella",
241
+ "schleif",
242
+ "steph",
243
+ "donna",
244
+ "mackenzie",
245
+ "cassie",
246
+ "lambert",
247
+ "denise",
248
+ "bobbiejo",
249
+ "help",
250
+ "helpful",
251
+ "helped",
252
+ "thank",
253
+ "thanks",
254
+ "customer",
255
+ "issue",
256
+ "representative",
257
+ "employee",
258
+ "employees",
259
+ "time",
260
+ "times",
261
+ "day",
262
+ "days",
263
+ "weeks",
264
+ "months",
265
+ "years",
266
+ "always",
267
+ "every",
268
+ "still",
269
+ "today",
270
+ "extra",
271
+ "called",
272
+ "get",
273
+ "work",
274
+ "job",
275
+ "would",
276
+ "told",
277
+ "said",
278
+ "speaking",
279
+ "talked",
280
+ "back",
281
+ "phone",
282
+ "issue",
283
+ "issues",
284
+ "talking",
285
+ "question",
286
+ "questions",
287
+ "great",
288
+ "good",
289
+ "best",
290
+ "beyond",
291
+ "truly",
292
+ "pleasure",
293
+ "highly",
294
+ "recommend",
295
+ "experience",
296
+ "amazing",
297
+ "excellent",
298
+ "reliable",
299
+ "friendly",
300
+ "appreciate",
301
+ "thanks",
302
+ "polite",
303
+ "really",
304
+ "pleasant",
305
+ "courteous"
306
+ ],
307
+ "strip_accents": null,
308
+ "token_pattern": "(?u)\\b\\w\\w+\\b",
309
+ "vocabulary": null
310
+ },
311
+ "vocab": {
312
+ "guys": 277,
313
+ "go": 267,
314
+ "mile": 405,
315
+ "pick": 495,
316
+ "emily": 193,
317
+ "helping": 288,
318
+ "order": 472,
319
+ "new": 445,
320
+ "assistance": 50,
321
+ "picking": 497,
322
+ "bags": 63,
323
+ "things": 720,
324
+ "come": 122,
325
+ "cans": 93,
326
+ "ground": 275,
327
+ "picked": 496,
328
+ "big": 67,
329
+ "return": 583,
330
+ "two": 743,
331
+ "ago": 22,
332
+ "put": 538,
333
+ "late": 348,
334
+ "thats": 715,
335
+ "theyre": 717,
336
+ "complaints": 137,
337
+ "taking": 705,
338
+ "consistently": 144,
339
+ "missed": 409,
340
+ "pickups": 499,
341
+ "talk": 707,
342
+ "wanted": 765,
343
+ "give": 260,
344
+ "bobbie": 74,
345
+ "jo": 327,
346
+ "kind": 334,
347
+ "even": 207,
348
+ "little": 367,
349
+ "difficult": 173,
350
+ "part": 481,
351
+ "life": 363,
352
+ "ever": 208,
353
+ "almost": 23,
354
+ "completely": 139,
355
+ "emptied": 194,
356
+ "teresa": 710,
357
+ "tried": 737,
358
+ "garage": 255,
359
+ "delivered": 168,
360
+ "kept": 332,
361
+ "getting": 258,
362
+ "wrong": 803,
363
+ "house": 303,
364
+ "worked": 793,
365
+ "needed": 434,
366
+ "pickup": 498,
367
+ "forget": 242,
368
+ "side": 657,
369
+ "road": 588,
370
+ "run": 593,
371
+ "public": 535,
372
+ "workers": 794,
373
+ "dont": 177,
374
+ "coming": 124,
375
+ "miss": 408,
376
+ "something": 674,
377
+ "unprofessional": 749,
378
+ "willing": 786,
379
+ "want": 764,
380
+ "money": 416,
381
+ "rude": 592,
382
+ "doesnt": 174,
383
+ "know": 340,
384
+ "drive": 180,
385
+ "must": 427,
386
+ "given": 263,
387
+ "problems": 520,
388
+ "bobbie jo": 75,
389
+ "recently": 559,
390
+ "moved": 422,
391
+ "bin": 70,
392
+ "appreciated": 40,
393
+ "regarding": 564,
394
+ "free": 248,
395
+ "one": 465,
396
+ "year": 805,
397
+ "pay": 485,
398
+ "fee": 228,
399
+ "yard": 804,
400
+ "bins": 71,
401
+ "also": 24,
402
+ "wait": 760,
403
+ "clear": 115,
404
+ "expect": 215,
405
+ "billing": 69,
406
+ "changes": 106,
407
+ "take": 700,
408
+ "service": 613,
409
+ "people": 489,
410
+ "collect": 119,
411
+ "met": 403,
412
+ "awesome": 60,
413
+ "closed": 117,
414
+ "account": 12,
415
+ "sent": 611,
416
+ "another": 27,
417
+ "bill": 68,
418
+ "watch": 767,
419
+ "try": 738,
420
+ "siobhan": 662,
421
+ "explaining": 218,
422
+ "dumpster": 185,
423
+ "commercial": 125,
424
+ "property": 530,
425
+ "professionalism": 524,
426
+ "conversation": 151,
427
+ "update": 751,
428
+ "received": 557,
429
+ "showing": 654,
430
+ "showed": 653,
431
+ "call": 86,
432
+ "responded": 579,
433
+ "end": 198,
434
+ "date": 163,
435
+ "dump": 184,
436
+ "sucks": 694,
437
+ "half": 278,
438
+ "everything": 210,
439
+ "seems": 609,
440
+ "like": 364,
441
+ "lol": 371,
442
+ "let": 357,
443
+ "making": 388,
444
+ "charge": 107,
445
+ "problem": 519,
446
+ "us": 755,
447
+ "often": 463,
448
+ "im": 308,
449
+ "ask": 48,
450
+ "need": 433,
451
+ "move": 421,
452
+ "option": 470,
453
+ "use": 756,
454
+ "around": 46,
455
+ "driving": 182,
456
+ "container": 148,
457
+ "paying": 486,
458
+ "attention": 52,
459
+ "maybe": 396,
460
+ "better": 66,
461
+ "youre": 809,
462
+ "wasnt": 766,
463
+ "right": 586,
464
+ "got": 271,
465
+ "less": 356,
466
+ "thought": 724,
467
+ "mistake": 413,
468
+ "happy": 282,
469
+ "make": 385,
470
+ "constantly": 145,
471
+ "much": 424,
472
+ "fast": 227,
473
+ "safety": 596,
474
+ "concerns": 140,
475
+ "rep": 567,
476
+ "month": 418,
477
+ "going": 269,
478
+ "scheduled": 605,
479
+ "street": 693,
480
+ "made": 380,
481
+ "sure": 698,
482
+ "wouldnt": 799,
483
+ "comes": 123,
484
+ "weekly": 776,
485
+ "empty": 196,
486
+ "neighbors": 439,
487
+ "next": 449,
488
+ "caring": 101,
489
+ "forgotten": 245,
490
+ "saw": 600,
491
+ "took": 732,
492
+ "brought": 82,
493
+ "consistent": 143,
494
+ "look": 373,
495
+ "collection": 121,
496
+ "thankful": 714,
497
+ "ive": 322,
498
+ "wife": 785,
499
+ "home": 295,
500
+ "live": 368,
501
+ "shout": 651,
502
+ "working": 795,
503
+ "away": 59,
504
+ "outstanding": 477,
505
+ "professional": 522,
506
+ "well": 777,
507
+ "neighborhood": 438,
508
+ "10": 0,
509
+ "county": 157,
510
+ "stopped": 692,
511
+ "requested": 572,
512
+ "nearly": 432,
513
+ "could": 154,
514
+ "navigate": 430,
515
+ "several": 647,
516
+ "occasions": 458,
517
+ "navigating": 431,
518
+ "using": 758,
519
+ "worst": 798,
520
+ "seen": 610,
521
+ "bad": 61,
522
+ "real": 553,
523
+ "obviously": 457,
524
+ "reviews": 585,
525
+ "customers": 162,
526
+ "kids": 333,
527
+ "area": 44,
528
+ "ladies": 344,
529
+ "office": 462,
530
+ "keep": 330,
531
+ "couldnt": 156,
532
+ "without": 789,
533
+ "12": 2,
534
+ "easy": 187,
535
+ "name": 428,
536
+ "stephanie": 690,
537
+ "responsive": 582,
538
+ "went": 778,
539
+ "placed": 503,
540
+ "community": 129,
541
+ "safe": 594,
542
+ "never": 440,
543
+ "support": 696,
544
+ "services": 638,
545
+ "accommodating": 11,
546
+ "regular": 566,
547
+ "man": 390,
548
+ "quick": 542,
549
+ "gave": 256,
550
+ "makes": 387,
551
+ "smile": 669,
552
+ "last": 346,
553
+ "tuesday": 740,
554
+ "outside": 475,
555
+ "see": 607,
556
+ "action": 15,
557
+ "writing": 801,
558
+ "review": 584,
559
+ "entire": 202,
560
+ "staff": 682,
561
+ "jason": 326,
562
+ "men": 401,
563
+ "route": 590,
564
+ "possible": 514,
565
+ "star": 683,
566
+ "done": 176,
567
+ "dedication": 166,
568
+ "morning": 419,
569
+ "heard": 286,
570
+ "absolutely": 10,
571
+ "shows": 655,
572
+ "bright": 79,
573
+ "week": 775,
574
+ "efficient": 188,
575
+ "follow": 239,
576
+ "way": 771,
577
+ "fantastic": 225,
578
+ "timely": 730,
579
+ "leave": 351,
580
+ "actually": 16,
581
+ "care": 99,
582
+ "leaving": 354,
583
+ "clean": 114,
584
+ "greatly": 273,
585
+ "love": 377,
586
+ "recycle": 562,
587
+ "bit": 72,
588
+ "moving": 423,
589
+ "taken": 702,
590
+ "check": 110,
591
+ "happened": 281,
592
+ "impressed": 311,
593
+ "husband": 306,
594
+ "many": 393,
595
+ "frustrating": 252,
596
+ "calls": 89,
597
+ "wonderful": 790,
598
+ "person": 491,
599
+ "answer": 28,
600
+ "minute": 406,
601
+ "business": 83,
602
+ "friday": 249,
603
+ "monday": 415,
604
+ "driveway": 181,
605
+ "theyll": 716,
606
+ "extremely": 219,
607
+ "first": 235,
608
+ "gone": 270,
609
+ "old": 464,
610
+ "guy": 276,
611
+ "asked": 49,
612
+ "human": 305,
613
+ "hiring": 290,
614
+ "others": 474,
615
+ "think": 721,
616
+ "deserve": 170,
617
+ "left": 355,
618
+ "upright": 754,
619
+ "small": 668,
620
+ "handled": 280,
621
+ "came": 90,
622
+ "plus": 507,
623
+ "wave": 768,
624
+ "honk": 296,
625
+ "couple": 158,
626
+ "id": 307,
627
+ "due": 183,
628
+ "terrible": 712,
629
+ "options": 471,
630
+ "monopoly": 417,
631
+ "trying": 739,
632
+ "price": 516,
633
+ "goes": 268,
634
+ "across": 14,
635
+ "yet": 808,
636
+ "everyone": 209,
637
+ "else": 190,
638
+ "though": 723,
639
+ "online": 467,
640
+ "yes": 806,
641
+ "within": 788,
642
+ "quickly": 543,
643
+ "lucky": 378,
644
+ "hard": 284,
645
+ "spot": 681,
646
+ "lids": 362,
647
+ "mess": 402,
648
+ "patient": 483,
649
+ "position": 511,
650
+ "top": 734,
651
+ "containers": 149,
652
+ "agent": 21,
653
+ "explained": 217,
654
+ "clearly": 116,
655
+ "answered": 29,
656
+ "interaction": 320,
657
+ "instead": 318,
658
+ "saying": 603,
659
+ "fact": 221,
660
+ "unfortunately": 748,
661
+ "hope": 297,
662
+ "representatives": 569,
663
+ "ensure": 201,
664
+ "level": 360,
665
+ "personally": 494,
666
+ "complain": 135,
667
+ "didnt": 171,
668
+ "bring": 80,
669
+ "caused": 104,
670
+ "say": 601,
671
+ "management": 391,
672
+ "grateful": 272,
673
+ "case": 103,
674
+ "found": 247,
675
+ "setting": 643,
676
+ "especially": 205,
677
+ "payment": 487,
678
+ "respectful": 577,
679
+ "please": 505,
680
+ "positive": 512,
681
+ "waiting": 761,
682
+ "calling": 88,
683
+ "amount": 26,
684
+ "set": 640,
685
+ "course": 159,
686
+ "forgot": 243,
687
+ "stars": 684,
688
+ "moment": 414,
689
+ "minutes": 407,
690
+ "exchange": 214,
691
+ "lived": 369,
692
+ "competent": 133,
693
+ "point": 508,
694
+ "kudos": 343,
695
+ "previous": 515,
696
+ "items": 321,
697
+ "immediately": 310,
698
+ "huge": 304,
699
+ "box": 76,
700
+ "kindness": 336,
701
+ "mean": 398,
702
+ "recognition": 561,
703
+ "world": 797,
704
+ "place": 502,
705
+ "anything": 34,
706
+ "multiple": 426,
707
+ "information": 315,
708
+ "weve": 779,
709
+ "cancel": 91,
710
+ "process": 521,
711
+ "absolute": 9,
712
+ "upgrade": 753,
713
+ "size": 665,
714
+ "personable": 492,
715
+ "different": 172,
716
+ "although": 25,
717
+ "family": 224,
718
+ "line": 365,
719
+ "lazy": 350,
720
+ "behind": 64,
721
+ "complete": 138,
722
+ "nothing": 454,
723
+ "response": 581,
724
+ "definitely": 167,
725
+ "needs": 435,
726
+ "yesterday": 807,
727
+ "night": 451,
728
+ "full": 253,
729
+ "report": 568,
730
+ "email": 191,
731
+ "autopay": 57,
732
+ "bag": 62,
733
+ "exactly": 211,
734
+ "apologized": 37,
735
+ "error": 204,
736
+ "schedule": 604,
737
+ "nice": 450,
738
+ "resolve": 574,
739
+ "thursday": 729,
740
+ "pun": 536,
741
+ "intended": 319,
742
+ "form": 246,
743
+ "handle": 279,
744
+ "may": 395,
745
+ "satisfied": 598,
746
+ "later": 349,
747
+ "reasonable": 554,
748
+ "promptly": 528,
749
+ "efficiently": 189,
750
+ "holiday": 293,
751
+ "schedules": 606,
752
+ "address": 18,
753
+ "continue": 150,
754
+ "payments": 488,
755
+ "cant": 94,
756
+ "receive": 556,
757
+ "front": 251,
758
+ "horrible": 299,
759
+ "addressed": 19,
760
+ "following": 241,
761
+ "might": 404,
762
+ "takes": 704,
763
+ "named": 429,
764
+ "exceptional": 212,
765
+ "20": 5,
766
+ "walk": 762,
767
+ "understand": 744,
768
+ "dealing": 165,
769
+ "enough": 200,
770
+ "find": 233,
771
+ "16": 4,
772
+ "theyve": 718,
773
+ "lot": 376,
774
+ "past": 482,
775
+ "app": 38,
776
+ "simply": 659,
777
+ "since": 660,
778
+ "single": 661,
779
+ "15": 3,
780
+ "stop": 691,
781
+ "fail": 222,
782
+ "someone": 673,
783
+ "number": 456,
784
+ "state": 688,
785
+ "far": 226,
786
+ "putting": 539,
787
+ "easier": 186,
788
+ "july": 329,
789
+ "experienced": 216,
790
+ "broken": 81,
791
+ "meet": 399,
792
+ "poor": 509,
793
+ "hes": 289,
794
+ "careful": 100,
795
+ "fell": 231,
796
+ "totally": 735,
797
+ "looking": 374,
798
+ "face": 220,
799
+ "sizes": 666,
800
+ "glass": 266,
801
+ "wow": 800,
802
+ "sweet": 699,
803
+ "lady": 345,
804
+ "answers": 32,
805
+ "spoke": 679,
806
+ "believe": 65,
807
+ "matter": 394,
808
+ "rock": 589,
809
+ "future": 254,
810
+ "able": 8,
811
+ "understanding": 746,
812
+ "cannot": 92,
813
+ "simple": 658,
814
+ "paid": 479,
815
+ "anytime": 35,
816
+ "incredibly": 313,
817
+ "used": 757,
818
+ "provided": 532,
819
+ "prompt": 527,
820
+ "communication": 128,
821
+ "weather": 772,
822
+ "special": 678,
823
+ "recent": 558,
824
+ "super": 695,
825
+ "waves": 770,
826
+ "wish": 787,
827
+ "missing": 412,
828
+ "short": 650,
829
+ "reasons": 555,
830
+ "holidays": 294,
831
+ "normal": 452,
832
+ "lets": 359,
833
+ "safely": 595,
834
+ "credit": 160,
835
+ "gets": 257,
836
+ "twice": 742,
837
+ "whole": 782,
838
+ "tell": 709,
839
+ "carts": 102,
840
+ "aware": 58,
841
+ "situation": 664,
842
+ "promised": 526,
843
+ "arent": 45,
844
+ "local": 370,
845
+ "offers": 461,
846
+ "rain": 544,
847
+ "prices": 517,
848
+ "100": 1,
849
+ "busy": 85,
850
+ "pride": 518,
851
+ "cardboard": 98,
852
+ "folks": 238,
853
+ "perfect": 490,
854
+ "leaves": 352,
855
+ "fixed": 237,
856
+ "choice": 112,
857
+ "companies": 131,
858
+ "todays": 731,
859
+ "step": 689,
860
+ "girl": 259,
861
+ "started": 686,
862
+ "boxes": 77,
863
+ "respond": 578,
864
+ "fix": 236,
865
+ "boy": 78,
866
+ "onto": 468,
867
+ "anyone": 33,
868
+ "setup": 646,
869
+ "followed": 240,
870
+ "40": 6,
871
+ "reached": 549,
872
+ "reach": 548,
873
+ "seem": 608,
874
+ "kirstin": 338,
875
+ "businesses": 84,
876
+ "rather": 547,
877
+ "conditions": 141,
878
+ "city": 113,
879
+ "add": 17,
880
+ "ones": 466,
881
+ "competition": 134,
882
+ "rates": 546,
883
+ "deal": 164,
884
+ "upbeat": 750,
885
+ "show": 652,
886
+ "provide": 531,
887
+ "thing": 719,
888
+ "hopefully": 298,
889
+ "collecting": 120,
890
+ "reps": 570,
891
+ "knowledgeable": 342,
892
+ "long": 372,
893
+ "notice": 455,
894
+ "mother": 420,
895
+ "personal": 493,
896
+ "glad": 265,
897
+ "offer": 459,
898
+ "opening": 469,
899
+ "closing": 118,
900
+ "etc": 206,
901
+ "residential": 573,
902
+ "hold": 292,
903
+ "heather": 287,
904
+ "skills": 667,
905
+ "considering": 142,
906
+ "speak": 677,
907
+ "blown": 73,
908
+ "sit": 663,
909
+ "costs": 153,
910
+ "orting": 473,
911
+ "contacted": 147,
912
+ "three": 725,
913
+ "hour": 301,
914
+ "hours": 302,
915
+ "emails": 192,
916
+ "read": 550,
917
+ "auto": 54,
918
+ "note": 453,
919
+ "charged": 108,
920
+ "complaint": 136,
921
+ "negative": 436,
922
+ "manner": 392,
923
+ "whos": 784,
924
+ "start": 685,
925
+ "serving": 639,
926
+ "whatever": 780,
927
+ "understood": 747,
928
+ "offered": 460,
929
+ "anyway": 36,
930
+ "seriously": 612,
931
+ "park": 480,
932
+ "companys": 132,
933
+ "change": 105,
934
+ "row": 591,
935
+ "receptionist": 560,
936
+ "wheel": 781,
937
+ "shut": 656,
938
+ "raise": 545,
939
+ "hear": 285,
940
+ "encountered": 197,
941
+ "50": 7,
942
+ "keeping": 331,
943
+ "apparently": 39,
944
+ "refund": 563,
945
+ "word": 792,
946
+ "touch": 736,
947
+ "automatic": 56,
948
+ "son": 676,
949
+ "aside": 47,
950
+ "fees": 230,
951
+ "service people": 622,
952
+ "end service": 199,
953
+ "let know": 358,
954
+ "missed pick": 410,
955
+ "missed pickup": 411,
956
+ "made sure": 382,
957
+ "outside see": 476,
958
+ "writing review": 802,
959
+ "taken care": 703,
960
+ "ive call": 323,
961
+ "hiring people": 291,
962
+ "wave honk": 769,
963
+ "make sure": 386,
964
+ "taking care": 706,
965
+ "took care": 733,
966
+ "wonderful service": 791,
967
+ "service agent": 614,
968
+ "level service": 361,
969
+ "dont know": 179,
970
+ "setting service": 645,
971
+ "ive never": 325,
972
+ "outstanding service": 478,
973
+ "take care": 701,
974
+ "entire process": 203,
975
+ "emptied completely": 195,
976
+ "forgot put": 244,
977
+ "pun intended": 537,
978
+ "service also": 615,
979
+ "satisfied service": 599,
980
+ "horrible service": 300,
981
+ "terrible service": 713,
982
+ "greatly appreciated": 274,
983
+ "smile face": 670,
984
+ "professional service": 523,
985
+ "happy service": 283,
986
+ "service outstanding": 621,
987
+ "never missed": 444,
988
+ "service week": 636,
989
+ "making sure": 389,
990
+ "call report": 87,
991
+ "never anything": 441,
992
+ "ive ever": 324,
993
+ "started service": 687,
994
+ "service new": 619,
995
+ "new service": 448,
996
+ "dont even": 178,
997
+ "im sure": 309,
998
+ "poor service": 510,
999
+ "service pickup": 625,
1000
+ "made whole": 383,
1001
+ "whole process": 783,
1002
+ "service reps": 630,
1003
+ "service ive": 617,
1004
+ "never leaves": 442,
1005
+ "leaves mess": 353,
1006
+ "service skills": 632,
1007
+ "service received": 629,
1008
+ "weather conditions": 773,
1009
+ "read reviews": 551,
1010
+ "service service": 631,
1011
+ "responded quickly": 580,
1012
+ "negative reviews": 437,
1013
+ "set new": 641,
1014
+ "service spoke": 633,
1015
+ "could give": 155,
1016
+ "give 10": 261,
1017
+ "give stars": 262,
1018
+ "service picked": 624,
1019
+ "never leaves mess": 443,
1020
+ "set new service": 642,
1021
+ "quality": 540,
1022
+ "satisfaction": 597,
1023
+ "pierce": 500,
1024
+ "communicate": 127,
1025
+ "share": 648,
1026
+ "cheerful": 111,
1027
+ "dependable": 169,
1028
+ "terri": 711,
1029
+ "pleased": 506,
1030
+ "provides": 534,
1031
+ "finish": 234,
1032
+ "giving": 264,
1033
+ "informed": 317,
1034
+ "king": 337,
1035
+ "assisted": 51,
1036
+ "shes": 649,
1037
+ "resolved": 575,
1038
+ "kindly": 335,
1039
+ "charges": 109,
1040
+ "joe": 328,
1041
+ "proof": 529,
1042
+ "appropriately": 43,
1043
+ "dog": 175,
1044
+ "feel": 229,
1045
+ "understandable": 745,
1046
+ "felt": 232,
1047
+ "quality service": 541,
1048
+ "pierce county": 501,
1049
+ "service professional": 626,
1050
+ "service nice": 620,
1051
+ "cant say": 95,
1052
+ "say enough": 602,
1053
+ "much service": 425,
1054
+ "meet needs": 400,
1055
+ "service never": 618,
1056
+ "appreciated service": 41,
1057
+ "account service": 13,
1058
+ "service call": 616,
1059
+ "provided service": 533,
1060
+ "auto pay": 55,
1061
+ "service wish": 637,
1062
+ "service super": 635,
1063
+ "cant say enough": 96,
1064
+ "request": 571,
1065
+ "answering": 31,
1066
+ "correct": 152,
1067
+ "supportive": 697,
1068
+ "throughout": 726,
1069
+ "resolving": 576,
1070
+ "updated": 752,
1071
+ "mcdonald": 397,
1072
+ "appreciative": 42,
1073
+ "works": 796,
1074
+ "lost": 375,
1075
+ "info": 314,
1076
+ "attitude": 53,
1077
+ "professionals": 525,
1078
+ "thorough": 722,
1079
+ "solutions": 672,
1080
+ "friend": 250,
1081
+ "informative": 316,
1082
+ "walked": 763,
1083
+ "knowledge": 341,
1084
+ "exceptional service": 213,
1085
+ "throughout entire": 727,
1086
+ "right away": 587,
1087
+ "service stephanie": 634,
1088
+ "patient kind": 484,
1089
+ "spoke service": 680,
1090
+ "service provided": 628,
1091
+ "made feel": 381,
1092
+ "new home": 447,
1093
+ "answered quickly": 30,
1094
+ "setting new": 644,
1095
+ "service prompt": 627,
1096
+ "service person": 623,
1097
+ "positive attitude": 513,
1098
+ "last week": 347,
1099
+ "incredible": 312,
1100
+ "card": 97,
1101
+ "machine": 379,
1102
+ "playing": 504,
1103
+ "main": 384,
1104
+ "knew": 339,
1105
+ "sometimes": 675,
1106
+ "thru": 728,
1107
+ "credit card": 161,
1108
+ "smile wave": 671,
1109
+ "community service": 130,
1110
+ "contact": 146,
1111
+ "technical": 708,
1112
+ "website": 774,
1113
+ "committed": 126,
1114
+ "regards": 565,
1115
+ "turned": 741,
1116
+ "value": 759,
1117
+ "new address": 446,
1118
+ "fair": 223,
1119
+ "reading": 552,
1120
+ "addressing": 20,
1121
+ "listened": 366
1122
+ }
1123
+ }
1124
+ }
topic_embeddings.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:307351fbb970a7c2630e514d7454a878f3a0c7393869966decafcfbca5c989e3
3
+ size 16984
topics.json ADDED
@@ -0,0 +1,1430 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "pickups",
6
+ 0.8001362134625346
7
+ ],
8
+ [
9
+ "teresa",
10
+ 0.78483455527783
11
+ ],
12
+ [
13
+ "wrong",
14
+ 0.7522848468952165
15
+ ],
16
+ [
17
+ "picking",
18
+ 0.7383347419688229
19
+ ],
20
+ [
21
+ "emily",
22
+ 0.6251097062276859
23
+ ],
24
+ [
25
+ "delivered",
26
+ 0.6135436941648603
27
+ ],
28
+ [
29
+ "big",
30
+ 0.6028477923976987
31
+ ],
32
+ [
33
+ "public",
34
+ 0.5846701429856834
35
+ ],
36
+ [
37
+ "given",
38
+ 0.5846701429856834
39
+ ],
40
+ [
41
+ "forget",
42
+ 0.5549618361464818
43
+ ]
44
+ ],
45
+ "0": [
46
+ [
47
+ "pickup",
48
+ 0.33690081501861274
49
+ ],
50
+ [
51
+ "picked",
52
+ 0.3074834056869981
53
+ ],
54
+ [
55
+ "missed",
56
+ 0.3070073591464856
57
+ ],
58
+ [
59
+ "cans",
60
+ 0.30697610083423205
61
+ ],
62
+ [
63
+ "pick",
64
+ 0.2961236725688544
65
+ ],
66
+ [
67
+ "recycle",
68
+ 0.294104960933003
69
+ ],
70
+ [
71
+ "pay",
72
+ 0.28569153566760147
73
+ ],
74
+ [
75
+ "bins",
76
+ 0.2754783578945401
77
+ ],
78
+ [
79
+ "bin",
80
+ 0.27262463543885374
81
+ ],
82
+ [
83
+ "street",
84
+ 0.27144872343919424
85
+ ]
86
+ ],
87
+ "1": [
88
+ [
89
+ "service service",
90
+ 0.4204887452847123
91
+ ],
92
+ [
93
+ "people",
94
+ 0.3734646067901884
95
+ ],
96
+ [
97
+ "holidays",
98
+ 0.33734239544604255
99
+ ],
100
+ [
101
+ "well",
102
+ 0.33579167610115523
103
+ ],
104
+ [
105
+ "hard",
106
+ 0.33536341782722123
107
+ ],
108
+ [
109
+ "service",
110
+ 0.33419016535274265
111
+ ],
112
+ [
113
+ "done",
114
+ 0.32129846542027596
115
+ ],
116
+ [
117
+ "year",
118
+ 0.31762879865149074
119
+ ],
120
+ [
121
+ "folks",
122
+ 0.31246217591605274
123
+ ],
124
+ [
125
+ "provide",
126
+ 0.29766883418544143
127
+ ]
128
+ ],
129
+ "2": [
130
+ [
131
+ "resolved",
132
+ 0.4328447150122869
133
+ ],
134
+ [
135
+ "made",
136
+ 0.4240480053358524
137
+ ],
138
+ [
139
+ "problems",
140
+ 0.4165123746188533
141
+ ],
142
+ [
143
+ "knowledgeable",
144
+ 0.3937503042333843
145
+ ],
146
+ [
147
+ "got",
148
+ 0.384999183857968
149
+ ],
150
+ [
151
+ "quickly",
152
+ 0.379799852659712
153
+ ],
154
+ [
155
+ "super",
156
+ 0.3795025250654416
157
+ ],
158
+ [
159
+ "gave",
160
+ 0.3750605003773843
161
+ ],
162
+ [
163
+ "taken",
164
+ 0.3650592000881331
165
+ ],
166
+ [
167
+ "extremely",
168
+ 0.3650592000881331
169
+ ]
170
+ ],
171
+ "3": [
172
+ [
173
+ "wave",
174
+ 0.5916688246478153
175
+ ],
176
+ [
177
+ "smile",
178
+ 0.5317173736987271
179
+ ],
180
+ [
181
+ "honk",
182
+ 0.49769015647359854
183
+ ],
184
+ [
185
+ "waves",
186
+ 0.472382845898329
187
+ ],
188
+ [
189
+ "respectful",
190
+ 0.4451476086429893
191
+ ],
192
+ [
193
+ "comes",
194
+ 0.4451476086429893
195
+ ],
196
+ [
197
+ "moment",
198
+ 0.424069616700964
199
+ ],
200
+ [
201
+ "guys",
202
+ 0.41734504017095975
203
+ ],
204
+ [
205
+ "route",
206
+ 0.412397451735851
207
+ ],
208
+ [
209
+ "son",
210
+ 0.40909554485994265
211
+ ]
212
+ ],
213
+ "4": [
214
+ [
215
+ "payment",
216
+ 0.542283709437322
217
+ ],
218
+ [
219
+ "bill",
220
+ 0.4544255506898394
221
+ ],
222
+ [
223
+ "account",
224
+ 0.42020528778839383
225
+ ],
226
+ [
227
+ "worst",
228
+ 0.37915963296080796
229
+ ],
230
+ [
231
+ "hold",
232
+ 0.3391306854496946
233
+ ],
234
+ [
235
+ "dont",
236
+ 0.32842955305412797
237
+ ],
238
+ [
239
+ "card",
240
+ 0.3279867932757465
241
+ ],
242
+ [
243
+ "address",
244
+ 0.3193518904578558
245
+ ],
246
+ [
247
+ "make sure",
248
+ 0.31722770857363997
249
+ ],
250
+ [
251
+ "like",
252
+ 0.30640893306756023
253
+ ]
254
+ ],
255
+ "5": [
256
+ [
257
+ "far",
258
+ 0.4316983720755104
259
+ ],
260
+ [
261
+ "community",
262
+ 0.41632437953636664
263
+ ],
264
+ [
265
+ "timely",
266
+ 0.3856189535407526
267
+ ],
268
+ [
269
+ "kids",
270
+ 0.3679216990555604
271
+ ],
272
+ [
273
+ "respond",
274
+ 0.34343369424795134
275
+ ],
276
+ [
277
+ "level",
278
+ 0.34343369424795134
279
+ ],
280
+ [
281
+ "reps",
282
+ 0.34343369424795134
283
+ ],
284
+ [
285
+ "pride",
286
+ 0.34343369424795134
287
+ ],
288
+ [
289
+ "super",
290
+ 0.3391263949258656
291
+ ],
292
+ [
293
+ "using",
294
+ 0.32560558932843575
295
+ ]
296
+ ],
297
+ "6": [
298
+ [
299
+ "schedule",
300
+ 0.4020205255311852
301
+ ],
302
+ [
303
+ "hes",
304
+ 0.3867933888964722
305
+ ],
306
+ [
307
+ "absolute",
308
+ 0.36699285068918613
309
+ ],
310
+ [
311
+ "quick",
312
+ 0.36629837158339895
313
+ ],
314
+ [
315
+ "dependable",
316
+ 0.3620108996897981
317
+ ],
318
+ [
319
+ "never",
320
+ 0.3603960860842277
321
+ ],
322
+ [
323
+ "professional",
324
+ 0.358203121267048
325
+ ],
326
+ [
327
+ "keep",
328
+ 0.35608816028687534
329
+ ],
330
+ [
331
+ "people",
332
+ 0.3520211569978291
333
+ ],
334
+ [
335
+ "safety",
336
+ 0.3432184270530907
337
+ ]
338
+ ],
339
+ "7": [
340
+ [
341
+ "service received",
342
+ 0.45215146879223844
343
+ ],
344
+ [
345
+ "request",
346
+ 0.4188571773214985
347
+ ],
348
+ [
349
+ "conversation",
350
+ 0.4188571773214985
351
+ ],
352
+ [
353
+ "take care",
354
+ 0.4040645530326043
355
+ ],
356
+ [
357
+ "exceptional",
358
+ 0.39157465833252536
359
+ ],
360
+ [
361
+ "contact",
362
+ 0.39157465833252536
363
+ ],
364
+ [
365
+ "received",
366
+ 0.3914448661988117
367
+ ],
368
+ [
369
+ "efficient",
370
+ 0.38210016794891066
371
+ ],
372
+ [
373
+ "information",
374
+ 0.38118252908942385
375
+ ],
376
+ [
377
+ "went",
378
+ 0.3782138468525116
379
+ ]
380
+ ],
381
+ "8": [
382
+ [
383
+ "quality",
384
+ 0.4540148215225604
385
+ ],
386
+ [
387
+ "hes",
388
+ 0.427565428168618
389
+ ],
390
+ [
391
+ "people",
392
+ 0.40278558290484134
393
+ ],
394
+ [
395
+ "yard",
396
+ 0.39621487606610234
397
+ ],
398
+ [
399
+ "joe",
400
+ 0.3867409890214839
401
+ ],
402
+ [
403
+ "reviews",
404
+ 0.3848596656341859
405
+ ],
406
+ [
407
+ "hiring",
408
+ 0.37070154946368233
409
+ ],
410
+ [
411
+ "etc",
412
+ 0.37070154946368233
413
+ ],
414
+ [
415
+ "normal",
416
+ 0.37070154946368233
417
+ ],
418
+ [
419
+ "im",
420
+ 0.35803133988655084
421
+ ]
422
+ ],
423
+ "9": [
424
+ [
425
+ "broken",
426
+ 0.49825980971294787
427
+ ],
428
+ [
429
+ "change",
430
+ 0.48770543286370244
431
+ ],
432
+ [
433
+ "changes",
434
+ 0.46105271840263073
435
+ ],
436
+ [
437
+ "answers",
438
+ 0.45295324620752175
439
+ ],
440
+ [
441
+ "walked",
442
+ 0.45295324620752175
443
+ ],
444
+ [
445
+ "account",
446
+ 0.4448116757812635
447
+ ],
448
+ [
449
+ "patient",
450
+ 0.44437255107510676
451
+ ],
452
+ [
453
+ "next",
454
+ 0.43132047203466845
455
+ ],
456
+ [
457
+ "spoke",
458
+ 0.42634031366082814
459
+ ],
460
+ [
461
+ "service pickup",
462
+ 0.4244299579291742
463
+ ]
464
+ ]
465
+ },
466
+ "topics": [
467
+ 3,
468
+ 4,
469
+ 6,
470
+ 2,
471
+ 4,
472
+ 0,
473
+ 2,
474
+ 0,
475
+ 5,
476
+ 6,
477
+ 6,
478
+ 1,
479
+ 4,
480
+ 5,
481
+ 0,
482
+ 9,
483
+ -1,
484
+ 2,
485
+ 5,
486
+ 6,
487
+ 0,
488
+ 0,
489
+ 9,
490
+ 3,
491
+ 0,
492
+ 8,
493
+ 3,
494
+ 0,
495
+ 0,
496
+ 9,
497
+ 0,
498
+ 1,
499
+ 2,
500
+ 6,
501
+ 6,
502
+ 0,
503
+ 1,
504
+ 1,
505
+ 6,
506
+ 9,
507
+ 2,
508
+ 9,
509
+ 2,
510
+ 0,
511
+ 5,
512
+ 1,
513
+ 5,
514
+ 6,
515
+ 9,
516
+ 9,
517
+ -1,
518
+ 8,
519
+ 5,
520
+ 9,
521
+ 9,
522
+ 1,
523
+ 2,
524
+ 1,
525
+ 1,
526
+ 4,
527
+ 9,
528
+ 5,
529
+ 6,
530
+ 4,
531
+ 6,
532
+ 9,
533
+ 6,
534
+ 5,
535
+ 0,
536
+ 1,
537
+ 3,
538
+ 9,
539
+ 0,
540
+ 0,
541
+ 8,
542
+ 0,
543
+ 1,
544
+ 0,
545
+ 1,
546
+ 4,
547
+ 0,
548
+ 1,
549
+ 6,
550
+ 9,
551
+ 9,
552
+ 7,
553
+ 3,
554
+ 6,
555
+ 3,
556
+ 2,
557
+ 9,
558
+ 6,
559
+ 6,
560
+ 9,
561
+ 0,
562
+ 1,
563
+ -1,
564
+ 2,
565
+ 1,
566
+ 0,
567
+ 7,
568
+ 3,
569
+ 6,
570
+ 0,
571
+ 2,
572
+ 1,
573
+ 1,
574
+ 2,
575
+ 4,
576
+ -1,
577
+ 0,
578
+ 0,
579
+ 0,
580
+ 0,
581
+ 3,
582
+ 4,
583
+ 4,
584
+ 3,
585
+ 2,
586
+ 0,
587
+ 8,
588
+ 0,
589
+ 1,
590
+ 9,
591
+ 5,
592
+ 5,
593
+ 8,
594
+ 1,
595
+ 1,
596
+ 9,
597
+ 7,
598
+ 9,
599
+ 3,
600
+ 0,
601
+ 4,
602
+ 0,
603
+ 8,
604
+ 0,
605
+ 0,
606
+ 8,
607
+ 4,
608
+ 3,
609
+ 2,
610
+ 1,
611
+ 2,
612
+ 2,
613
+ 0,
614
+ 0,
615
+ 2,
616
+ 3,
617
+ 1,
618
+ 1,
619
+ 1,
620
+ 7,
621
+ 0,
622
+ 6,
623
+ 5,
624
+ 7,
625
+ -1,
626
+ 5,
627
+ 7,
628
+ 3,
629
+ 0,
630
+ 0,
631
+ 1,
632
+ 7,
633
+ 2,
634
+ 1,
635
+ 0,
636
+ 2,
637
+ 2,
638
+ 6,
639
+ 0,
640
+ 6,
641
+ 6,
642
+ 6,
643
+ 0,
644
+ 2,
645
+ 0,
646
+ 0,
647
+ 1,
648
+ -1,
649
+ 9,
650
+ 1,
651
+ 3,
652
+ 3,
653
+ 6,
654
+ 1,
655
+ 0,
656
+ 0,
657
+ 3,
658
+ 5,
659
+ 7,
660
+ 0,
661
+ 4,
662
+ 3,
663
+ 1,
664
+ 6,
665
+ 5,
666
+ 0,
667
+ 5,
668
+ 2,
669
+ 7,
670
+ 1,
671
+ 6,
672
+ 6,
673
+ 2,
674
+ 7,
675
+ 5,
676
+ 3,
677
+ 1,
678
+ 0,
679
+ 1,
680
+ 7,
681
+ 4,
682
+ 1,
683
+ 2,
684
+ 1,
685
+ 0,
686
+ 0,
687
+ 3,
688
+ 1,
689
+ 6,
690
+ 2,
691
+ 4,
692
+ 0,
693
+ 4,
694
+ 2,
695
+ 3,
696
+ 0,
697
+ 6,
698
+ 4,
699
+ 6,
700
+ 6,
701
+ 1,
702
+ 2,
703
+ 0,
704
+ 1,
705
+ 6,
706
+ 0,
707
+ 4,
708
+ 0,
709
+ 1,
710
+ 0,
711
+ 1,
712
+ 0,
713
+ 3,
714
+ 0,
715
+ 8,
716
+ 2,
717
+ 1,
718
+ 6,
719
+ 2,
720
+ 1,
721
+ 1,
722
+ 6,
723
+ 0,
724
+ 0,
725
+ 0,
726
+ 0,
727
+ 7,
728
+ 6,
729
+ 4,
730
+ 3,
731
+ 1,
732
+ 0,
733
+ 4,
734
+ -1,
735
+ 0,
736
+ 3,
737
+ 3,
738
+ 3,
739
+ 1,
740
+ 1,
741
+ 2,
742
+ 8,
743
+ 5,
744
+ 0,
745
+ 1,
746
+ 1,
747
+ 0,
748
+ 2,
749
+ 3,
750
+ 0,
751
+ 3,
752
+ 2,
753
+ 8,
754
+ 5,
755
+ 3,
756
+ 0,
757
+ 6,
758
+ 3,
759
+ 4,
760
+ -1,
761
+ 0,
762
+ 3,
763
+ 7,
764
+ 6,
765
+ 7,
766
+ 2,
767
+ 6,
768
+ 0,
769
+ 0,
770
+ 2,
771
+ 0,
772
+ 2,
773
+ 9,
774
+ 0,
775
+ 2,
776
+ 1,
777
+ 2,
778
+ 7,
779
+ 1,
780
+ 7,
781
+ 0,
782
+ 0,
783
+ 1,
784
+ 7,
785
+ -1,
786
+ 2,
787
+ 0,
788
+ 0,
789
+ 0,
790
+ 0,
791
+ 2,
792
+ 3,
793
+ 1,
794
+ 2,
795
+ 1,
796
+ 7,
797
+ 0,
798
+ 2,
799
+ 2,
800
+ 0,
801
+ 7,
802
+ 2,
803
+ 1,
804
+ 1,
805
+ 2,
806
+ 2,
807
+ 4,
808
+ 7,
809
+ 2,
810
+ 3,
811
+ 8,
812
+ 2,
813
+ 1,
814
+ 0,
815
+ 2,
816
+ 0,
817
+ 3,
818
+ 5,
819
+ 6,
820
+ 1,
821
+ 0,
822
+ 1,
823
+ 0,
824
+ 0,
825
+ 9,
826
+ 9,
827
+ 0,
828
+ 0,
829
+ 0,
830
+ 6,
831
+ -1,
832
+ 8,
833
+ 6,
834
+ 5,
835
+ 2,
836
+ 2,
837
+ 3,
838
+ 0,
839
+ 0,
840
+ 0,
841
+ 2,
842
+ 2,
843
+ 1,
844
+ 4,
845
+ 7,
846
+ 3,
847
+ 8,
848
+ 2,
849
+ 1,
850
+ 7,
851
+ 2,
852
+ 1,
853
+ 0,
854
+ 2,
855
+ 5,
856
+ 6,
857
+ 8,
858
+ 1,
859
+ 1,
860
+ -1,
861
+ 2,
862
+ 2,
863
+ 6,
864
+ 6,
865
+ 1,
866
+ 7,
867
+ -1,
868
+ 0,
869
+ 8,
870
+ 0,
871
+ 2,
872
+ 0,
873
+ 1,
874
+ 0,
875
+ 9,
876
+ 1,
877
+ 3,
878
+ 1,
879
+ 1,
880
+ 6,
881
+ 0,
882
+ 6,
883
+ 0,
884
+ 3,
885
+ 5,
886
+ 6,
887
+ 1,
888
+ 0,
889
+ 0,
890
+ 1,
891
+ 0,
892
+ 6,
893
+ 0,
894
+ 0,
895
+ 5,
896
+ 0,
897
+ 1,
898
+ 0,
899
+ -1,
900
+ 8,
901
+ 6,
902
+ 1,
903
+ 1,
904
+ 1,
905
+ 0,
906
+ 0,
907
+ 0,
908
+ 3,
909
+ 3,
910
+ -1,
911
+ 0,
912
+ 6,
913
+ 0,
914
+ 3,
915
+ 1,
916
+ 9,
917
+ 1,
918
+ 3,
919
+ 3,
920
+ 0,
921
+ 0,
922
+ 1,
923
+ 2,
924
+ 3,
925
+ 3,
926
+ 2,
927
+ 0,
928
+ 2,
929
+ 0,
930
+ 0,
931
+ 2,
932
+ 0,
933
+ 0,
934
+ 3,
935
+ 0,
936
+ 2,
937
+ 0,
938
+ 0,
939
+ 2,
940
+ 0,
941
+ 0,
942
+ 0,
943
+ 0,
944
+ 1,
945
+ 7,
946
+ 1,
947
+ 3,
948
+ 5,
949
+ 0,
950
+ 5,
951
+ 0,
952
+ 3,
953
+ 0,
954
+ 5,
955
+ 6,
956
+ 2,
957
+ 0,
958
+ 8,
959
+ 0,
960
+ 2,
961
+ 0,
962
+ 3,
963
+ 0,
964
+ 6,
965
+ 3,
966
+ 2,
967
+ 7,
968
+ 4,
969
+ 0,
970
+ 0,
971
+ 7,
972
+ 1,
973
+ 5,
974
+ 0,
975
+ 6,
976
+ 6,
977
+ 0,
978
+ 0,
979
+ 6,
980
+ 4,
981
+ 1,
982
+ 0,
983
+ 0,
984
+ 0,
985
+ 4,
986
+ 6,
987
+ 4,
988
+ 7,
989
+ 0,
990
+ 1,
991
+ 1,
992
+ 2,
993
+ 1,
994
+ 5,
995
+ 9,
996
+ 0,
997
+ 2,
998
+ 0,
999
+ 6,
1000
+ -1,
1001
+ -1,
1002
+ 1,
1003
+ 2,
1004
+ 3,
1005
+ 5,
1006
+ 1,
1007
+ 0,
1008
+ 8,
1009
+ 0,
1010
+ 1,
1011
+ 6,
1012
+ 1,
1013
+ 1,
1014
+ 3,
1015
+ 0,
1016
+ 0,
1017
+ 1,
1018
+ 8,
1019
+ 1,
1020
+ 0,
1021
+ 1,
1022
+ 4,
1023
+ 5,
1024
+ 0,
1025
+ 0,
1026
+ 1,
1027
+ 3,
1028
+ 0,
1029
+ 4,
1030
+ 0,
1031
+ 9,
1032
+ 0,
1033
+ 6,
1034
+ 5,
1035
+ 6,
1036
+ -1,
1037
+ 4,
1038
+ 1,
1039
+ 4,
1040
+ -1,
1041
+ 5,
1042
+ 3,
1043
+ 0,
1044
+ 3,
1045
+ 4,
1046
+ -1,
1047
+ 1,
1048
+ 0,
1049
+ 5,
1050
+ 0,
1051
+ 3,
1052
+ 4,
1053
+ 2,
1054
+ -1,
1055
+ 5,
1056
+ 3,
1057
+ 0,
1058
+ 0,
1059
+ 4,
1060
+ 1,
1061
+ 6,
1062
+ 1,
1063
+ -1,
1064
+ 0,
1065
+ 2,
1066
+ 1,
1067
+ 6,
1068
+ 1,
1069
+ 0,
1070
+ 0,
1071
+ 2,
1072
+ 0,
1073
+ 3,
1074
+ 0,
1075
+ 0,
1076
+ 5,
1077
+ 1,
1078
+ 0,
1079
+ 0,
1080
+ 6,
1081
+ 0,
1082
+ 0,
1083
+ 0,
1084
+ 5,
1085
+ -1,
1086
+ -1,
1087
+ -1,
1088
+ 5,
1089
+ 0,
1090
+ 0,
1091
+ 4,
1092
+ 1,
1093
+ 4,
1094
+ 1,
1095
+ 0,
1096
+ 0,
1097
+ 0,
1098
+ 0,
1099
+ 1,
1100
+ 5,
1101
+ 4,
1102
+ 0,
1103
+ 3,
1104
+ 3,
1105
+ 0,
1106
+ 1,
1107
+ 9,
1108
+ 4,
1109
+ -1,
1110
+ 1,
1111
+ 4,
1112
+ 8,
1113
+ 0,
1114
+ 8,
1115
+ 0,
1116
+ 1,
1117
+ 0,
1118
+ 6,
1119
+ 5,
1120
+ 6,
1121
+ 1,
1122
+ 0,
1123
+ 6,
1124
+ 0,
1125
+ 0,
1126
+ 3,
1127
+ 3,
1128
+ 4,
1129
+ 5,
1130
+ 0,
1131
+ 2,
1132
+ 3,
1133
+ 0,
1134
+ 0,
1135
+ 4,
1136
+ 0,
1137
+ 0,
1138
+ 0,
1139
+ 0,
1140
+ 1,
1141
+ 3,
1142
+ 5,
1143
+ 5,
1144
+ 0,
1145
+ 0,
1146
+ 3,
1147
+ 6,
1148
+ 0,
1149
+ 5,
1150
+ 3,
1151
+ 3,
1152
+ 0,
1153
+ 9,
1154
+ 6,
1155
+ 8,
1156
+ 0,
1157
+ 0,
1158
+ 2,
1159
+ 7,
1160
+ 4,
1161
+ 4,
1162
+ 0,
1163
+ 0,
1164
+ 0,
1165
+ 0,
1166
+ 0,
1167
+ 0,
1168
+ 0,
1169
+ 5,
1170
+ 0,
1171
+ 4,
1172
+ 0,
1173
+ 4,
1174
+ 4,
1175
+ 0,
1176
+ 4,
1177
+ 0,
1178
+ 1,
1179
+ 6,
1180
+ 4,
1181
+ 4,
1182
+ 0,
1183
+ 1,
1184
+ 8,
1185
+ 0,
1186
+ 1,
1187
+ 4,
1188
+ 4,
1189
+ 1,
1190
+ 6,
1191
+ 0,
1192
+ -1,
1193
+ 0,
1194
+ 2,
1195
+ 0,
1196
+ 0,
1197
+ 0,
1198
+ 2,
1199
+ 0,
1200
+ 0,
1201
+ 0,
1202
+ 4,
1203
+ 9,
1204
+ 0,
1205
+ 1,
1206
+ 0,
1207
+ 2,
1208
+ 0,
1209
+ 0,
1210
+ 6,
1211
+ 4,
1212
+ 1,
1213
+ 0,
1214
+ 8,
1215
+ 1,
1216
+ 4,
1217
+ 2,
1218
+ 4,
1219
+ 0,
1220
+ 4,
1221
+ 0,
1222
+ 3,
1223
+ 1,
1224
+ 3,
1225
+ 1,
1226
+ 0,
1227
+ 0,
1228
+ 4,
1229
+ 0,
1230
+ 1,
1231
+ 0,
1232
+ 4,
1233
+ 0,
1234
+ 0,
1235
+ 0,
1236
+ 0,
1237
+ 0,
1238
+ 1,
1239
+ 2,
1240
+ -1,
1241
+ 8,
1242
+ 4,
1243
+ 4,
1244
+ 0,
1245
+ 0,
1246
+ 0,
1247
+ 0,
1248
+ 0,
1249
+ 0,
1250
+ 1,
1251
+ 4,
1252
+ 6,
1253
+ 4,
1254
+ 0,
1255
+ 0,
1256
+ 0,
1257
+ 4,
1258
+ 4,
1259
+ 1,
1260
+ 0,
1261
+ 4,
1262
+ 0,
1263
+ 0,
1264
+ 6,
1265
+ 1,
1266
+ 0,
1267
+ 0,
1268
+ 0,
1269
+ 1,
1270
+ 0,
1271
+ 0,
1272
+ 6,
1273
+ 0,
1274
+ 0,
1275
+ 4,
1276
+ 4,
1277
+ 0,
1278
+ 0,
1279
+ 0,
1280
+ 0,
1281
+ 4,
1282
+ 1,
1283
+ 0
1284
+ ],
1285
+ "topic_sizes": {
1286
+ "3": 68,
1287
+ "4": 67,
1288
+ "6": 72,
1289
+ "2": 79,
1290
+ "0": 254,
1291
+ "5": 44,
1292
+ "1": 123,
1293
+ "9": 30,
1294
+ "-1": 27,
1295
+ "8": 25,
1296
+ "7": 28
1297
+ },
1298
+ "topic_mapper": [
1299
+ [
1300
+ -1,
1301
+ -1,
1302
+ -1,
1303
+ -1
1304
+ ],
1305
+ [
1306
+ 0,
1307
+ 0,
1308
+ 0,
1309
+ 6
1310
+ ],
1311
+ [
1312
+ 1,
1313
+ 1,
1314
+ 1,
1315
+ 1
1316
+ ],
1317
+ [
1318
+ 2,
1319
+ 2,
1320
+ 2,
1321
+ 9
1322
+ ],
1323
+ [
1324
+ 3,
1325
+ 3,
1326
+ 3,
1327
+ 4
1328
+ ],
1329
+ [
1330
+ 4,
1331
+ 4,
1332
+ 4,
1333
+ 2
1334
+ ],
1335
+ [
1336
+ 5,
1337
+ 5,
1338
+ 5,
1339
+ 8
1340
+ ],
1341
+ [
1342
+ 6,
1343
+ 6,
1344
+ 6,
1345
+ 7
1346
+ ],
1347
+ [
1348
+ 7,
1349
+ 7,
1350
+ 7,
1351
+ 0
1352
+ ],
1353
+ [
1354
+ 8,
1355
+ 8,
1356
+ 8,
1357
+ 5
1358
+ ],
1359
+ [
1360
+ 9,
1361
+ 9,
1362
+ 7,
1363
+ 0
1364
+ ],
1365
+ [
1366
+ 10,
1367
+ 10,
1368
+ 7,
1369
+ 0
1370
+ ],
1371
+ [
1372
+ 11,
1373
+ 11,
1374
+ 3,
1375
+ 4
1376
+ ],
1377
+ [
1378
+ 12,
1379
+ 12,
1380
+ 7,
1381
+ 0
1382
+ ],
1383
+ [
1384
+ 13,
1385
+ 13,
1386
+ 7,
1387
+ 0
1388
+ ],
1389
+ [
1390
+ 14,
1391
+ 14,
1392
+ 14,
1393
+ 3
1394
+ ],
1395
+ [
1396
+ 15,
1397
+ 15,
1398
+ 7,
1399
+ 0
1400
+ ],
1401
+ [
1402
+ 16,
1403
+ 16,
1404
+ 7,
1405
+ 0
1406
+ ],
1407
+ [
1408
+ 17,
1409
+ 17,
1410
+ 7,
1411
+ 0
1412
+ ]
1413
+ ],
1414
+ "topic_labels": {
1415
+ "-1": "-1_pickups_teresa_wrong_picking",
1416
+ "0": "0_pickup_picked_missed_cans",
1417
+ "1": "1_service service_people_holidays_well",
1418
+ "2": "2_resolved_made_problems_knowledgeable",
1419
+ "3": "3_wave_smile_honk_waves",
1420
+ "4": "4_payment_bill_account_worst",
1421
+ "5": "5_far_community_timely_kids",
1422
+ "6": "6_schedule_hes_absolute_quick",
1423
+ "7": "7_service received_request_conversation_take care",
1424
+ "8": "8_quality_hes_people_yard",
1425
+ "9": "9_broken_change_changes_answers"
1426
+ },
1427
+ "custom_labels": null,
1428
+ "_outliers": 1,
1429
+ "topic_aspects": {}
1430
+ }