Jsevere commited on
Commit
f014401
·
verified ·
1 Parent(s): 75c810d

Add BERTopic model

Browse files
Files changed (5) hide show
  1. config.json +14 -23
  2. ctfidf.safetensors +3 -0
  3. ctfidf_config.json +1572 -0
  4. topic_embeddings.safetensors +3 -0
  5. topics.json +612 -0
config.json CHANGED
@@ -1,25 +1,16 @@
1
  {
2
- "architectures": [
3
- "BertModel"
 
 
 
 
 
4
  ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "classifier_dropout": null,
7
- "gradient_checkpointing": false,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 384,
11
- "initializer_range": 0.02,
12
- "intermediate_size": 1536,
13
- "layer_norm_eps": 1e-12,
14
- "max_position_embeddings": 512,
15
- "model_type": "bert",
16
- "num_attention_heads": 12,
17
- "num_hidden_layers": 6,
18
- "pad_token_id": 0,
19
- "position_embedding_type": "absolute",
20
- "torch_dtype": "float32",
21
- "transformers_version": "4.51.1",
22
- "type_vocab_size": 2,
23
- "use_cache": true,
24
- "vocab_size": 30522
25
- }
 
1
  {
2
+ "calculate_probabilities": false,
3
+ "language": null,
4
+ "low_memory": false,
5
+ "min_topic_size": 10,
6
+ "n_gram_range": [
7
+ 1,
8
+ 1
9
  ],
10
+ "nr_topics": null,
11
+ "seed_topic_list": null,
12
+ "top_n_words": 10,
13
+ "verbose": true,
14
+ "zeroshot_min_similarity": 0.7,
15
+ "zeroshot_topic_list": null
16
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ctfidf.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74fee78034033f58920e467cc36433d56ee3c2d8227569998c5c4d49b69ba464
3
+ size 48848
ctfidf_config.json ADDED
@@ -0,0 +1,1572 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ctfidf_model": {
3
+ "bm25_weighting": false,
4
+ "reduce_frequent_words": false
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": 1,
17
+ "ngram_range": [
18
+ 1,
19
+ 1
20
+ ],
21
+ "stop_words": null,
22
+ "strip_accents": null,
23
+ "token_pattern": "(?u)\\b\\w\\w+\\b",
24
+ "vocabulary": null
25
+ },
26
+ "vocab": {
27
+ "graduate": 682,
28
+ "undergraduate": 1441,
29
+ "resident": 1198,
30
+ "and": 164,
31
+ "non": 958,
32
+ "tuition": 1433,
33
+ "special": 1308,
34
+ "class": 337,
35
+ "fees": 609,
36
+ "university": 1449,
37
+ "the": 1390,
38
+ "irs": 794,
39
+ "gave": 659,
40
+ "colleges": 356,
41
+ "universities": 1448,
42
+ "option": 999,
43
+ "to": 1413,
44
+ "either": 525,
45
+ "report": 1185,
46
+ "box": 273,
47
+ "payments": 1042,
48
+ "received": 1146,
49
+ "for": 630,
50
+ "qualified": 1127,
51
+ "related": 1175,
52
+ "expenses": 580,
53
+ "or": 1001,
54
+ "amounts": 162,
55
+ "billed": 258,
56
+ "up": 1454,
57
+ "through": 1405,
58
+ "2017": 28,
59
+ "salem": 1225,
60
+ "state": 1326,
61
+ "chose": 329,
62
+ "as": 194,
63
+ "of": 976,
64
+ "2018": 29,
65
+ "has": 698,
66
+ "required": 1191,
67
+ "reporting": 1186,
68
+ "method": 916,
69
+ "be": 242,
70
+ "if": 739,
71
+ "you": 1540,
72
+ "want": 1496,
73
+ "know": 813,
74
+ "how": 727,
75
+ "pay": 1039,
76
+ "your": 1542,
77
+ "bill": 257,
78
+ "take": 1368,
79
+ "look": 861,
80
+ "at": 206,
81
+ "this": 1401,
82
+ "link": 844,
83
+ "here": 711,
84
+ "https": 732,
85
+ "ask": 195,
86
+ "salemstate": 1226,
87
+ "edu": 519,
88
+ "kb": 809,
89
+ "my": 942,
90
+ "international": 791,
91
+ "understand": 1442,
92
+ "view": 1481,
93
+ "what": 1511,
94
+ "are": 186,
95
+ "types": 1437,
96
+ "holds": 719,
97
+ "could": 402,
98
+ "account": 100,
99
+ "logging": 858,
100
+ "navigator": 947,
101
+ "find": 621,
102
+ "breakdown": 274,
103
+ "understanding": 1443,
104
+ "instructions": 784,
105
+ "on": 986,
106
+ "set": 1275,
107
+ "payment": 1041,
108
+ "plan": 1068,
109
+ "directions": 480,
110
+ "paying": 1040,
111
+ "when": 1512,
112
+ "student": 1341,
113
+ "signs": 1286,
114
+ "monthly": 931,
115
+ "they": 1399,
116
+ "amount": 161,
117
+ "money": 929,
118
+ "each": 512,
119
+ "month": 930,
120
+ "since": 1288,
121
+ "is": 795,
122
+ "not": 963,
123
+ "like": 841,
124
+ "loan": 851,
125
+ "which": 1515,
126
+ "directly": 481,
127
+ "pays": 1043,
128
+ "out": 1013,
129
+ "in": 754,
130
+ "full": 648,
131
+ "ssu": 1318,
132
+ "we": 1499,
133
+ "receive": 1145,
134
+ "basis": 240,
135
+ "apply": 180,
136
+ "them": 1393,
137
+ "statement": 1327,
138
+ "provided": 1117,
139
+ "online": 990,
140
+ "show": 1282,
141
+ "these": 1398,
142
+ "deducted": 443,
143
+ "from": 645,
144
+ "outstanding": 1016,
145
+ "balance": 235,
146
+ "receiving": 1147,
147
+ "billing": 259,
148
+ "can": 290,
149
+ "also": 155,
150
+ "help": 703,
151
+ "students": 1343,
152
+ "determine": 464,
153
+ "any": 170,
154
+ "corrections": 398,
155
+ "needed": 949,
156
+ "their": 1392,
157
+ "budget": 277,
158
+ "examples": 572,
159
+ "might": 918,
160
+ "additional": 118,
161
+ "costs": 401,
162
+ "adding": 117,
163
+ "reduction": 1157,
164
+ "financial": 620,
165
+ "aid": 145,
166
+ "miscalculation": 923,
167
+ "actual": 113,
168
+ "reach": 1138,
169
+ "collections": 354,
170
+ "department": 453,
171
+ "by": 284,
172
+ "email": 531,
173
+ "call": 287,
174
+ "978": 81,
175
+ "542": 56,
176
+ "2150": 39,
177
+ "charge": 316,
178
+ "disputes": 487,
179
+ "should": 1281,
180
+ "submitted": 1351,
181
+ "writing": 1534,
182
+ "long": 860,
183
+ "still": 1333,
184
+ "with": 1524,
185
+ "collection": 353,
186
+ "agency": 140,
187
+ "will": 1520,
188
+ "need": 948,
189
+ "cann": 295,
190
+ "associates": 203,
191
+ "877": 77,
192
+ "750": 69,
193
+ "9804": 82,
194
+ "radius": 1134,
195
+ "global": 671,
196
+ "solutions": 1299,
197
+ "855": 75,
198
+ "753": 70,
199
+ "1581": 16,
200
+ "please": 1070,
201
+ "have": 699,
202
+ "made": 867,
203
+ "final": 619,
204
+ "ensure": 549,
205
+ "lifted": 840,
206
+ "soon": 1302,
207
+ "possible": 1080,
208
+ "allow": 151,
209
+ "business": 281,
210
+ "days": 435,
211
+ "once": 987,
212
+ "paid": 1023,
213
+ "an": 163,
214
+ "funds": 655,
215
+ "transferred": 1425,
216
+ "require": 1190,
217
+ "immediate": 744,
218
+ "action": 110,
219
+ "contact": 389,
220
+ "it": 799,
221
+ "helpdesk": 704,
222
+ "salenstate": 1229,
223
+ "assistance": 202,
224
+ "getting": 667,
225
+ "back": 234,
226
+ "into": 792,
227
+ "been": 246,
228
+ "some": 1300,
229
+ "time": 1407,
230
+ "logged": 857,
231
+ "all": 150,
232
+ "must": 941,
233
+ "acknowledge": 107,
234
+ "obligation": 971,
235
+ "agree": 142,
236
+ "terms": 1381,
237
+ "per": 1051,
238
+ "academic": 92,
239
+ "year": 1537,
240
+ "agreement": 143,
241
+ "complete": 372,
242
+ "acknowledges": 108,
243
+ "that": 1389,
244
+ "responsibility": 1206,
245
+ "cost": 400,
246
+ "expense": 579,
247
+ "housing": 726,
248
+ "meal": 898,
249
+ "other": 1009,
250
+ "via": 1480,
251
+ "address": 119,
252
+ "responsible": 1207,
253
+ "keeping": 810,
254
+ "information": 771,
255
+ "current": 424,
256
+ "knowing": 814,
257
+ "rules": 1224,
258
+ "around": 190,
259
+ "registering": 1167,
260
+ "withdrawing": 1526,
261
+ "classes": 338,
262
+ "there": 1396,
263
+ "hold": 718,
264
+ "may": 895,
265
+ "denied": 452,
266
+ "services": 1274,
267
+ "including": 758,
268
+ "but": 282,
269
+ "limited": 842,
270
+ "diploma": 476,
271
+ "transcript": 1422,
272
+ "care": 299,
273
+ "eat": 516,
274
+ "day": 434,
275
+ "silver": 1287,
276
+ "gold": 674,
277
+ "platinum": 1069,
278
+ "specific": 1310,
279
+ "residence": 1196,
280
+ "hall": 694,
281
+ "assignment": 200,
282
+ "peabody": 1046,
283
+ "bowditch": 272,
284
+ "marsh": 883,
285
+ "viking": 1483,
286
+ "assigned": 199,
287
+ "minimum": 921,
288
+ "however": 728,
289
+ "upgrades": 1457,
290
+ "optional": 1000,
291
+ "provides": 1119,
292
+ "only": 991,
293
+ "number": 968,
294
+ "meals": 899,
295
+ "indicated": 764,
296
+ "weekly": 1504,
297
+ "include": 755,
298
+ "dining": 475,
299
+ "dollars": 496,
300
+ "clippercash": 344,
301
+ "block": 265,
302
+ "atlantic": 207,
303
+ "bates": 241,
304
+ "halls": 695,
305
+ "enrolled": 546,
306
+ "includes": 757,
307
+ "board": 266,
308
+ "100": 5,
309
+ "portion": 1079,
310
+ "spent": 1311,
311
+ "location": 855,
312
+ "25": 43,
313
+ "venues": 1477,
314
+ "both": 270,
315
+ "off": 977,
316
+ "campus": 289,
317
+ "harold": 697,
318
+ "alice": 148,
319
+ "mccarthy": 896,
320
+ "memorial": 908,
321
+ "scholarship": 1240,
322
+ "four": 640,
323
+ "room": 1221,
324
+ "books": 267,
325
+ "awarded": 229,
326
+ "talented": 1371,
327
+ "first": 623,
328
+ "majoring": 876,
329
+ "art": 193,
330
+ "design": 460,
331
+ "demonstrated": 451,
332
+ "submit": 1350,
333
+ "application": 178,
334
+ "major": 875,
335
+ "free": 641,
336
+ "federal": 607,
337
+ "deadline": 437,
338
+ "march": 881,
339
+ "portfolio": 1078,
340
+ "slideroom": 1292,
341
+ "com": 357,
342
+ "more": 933,
343
+ "regarding": 1164,
344
+ "6222": 62,
345
+ "jack": 804,
346
+ "welch": 1506,
347
+ "covers": 415,
348
+ "new": 954,
349
+ "recipients": 1148,
350
+ "selected": 1259,
351
+ "annually": 167,
352
+ "qualify": 1128,
353
+ "massachusetts": 885,
354
+ "admitted": 127,
355
+ "bertolon": 253,
356
+ "school": 1242,
357
+ "commute": 367,
358
+ "live": 847,
359
+ "does": 495,
360
+ "cover": 412,
361
+ "waiver": 1495,
362
+ "24": 42,
363
+ "years": 1538,
364
+ "age": 139,
365
+ "younger": 1541,
366
+ "college": 355,
367
+ "courses": 410,
368
+ "children": 327,
369
+ "custody": 427,
370
+ "dss": 508,
371
+ "adopted": 128,
372
+ "eligible": 529,
373
+ "employee": 539,
374
+ "who": 1518,
375
+ "former": 635,
376
+ "foster": 639,
377
+ "child": 325,
378
+ "was": 1497,
379
+ "placed": 1066,
380
+ "protection": 1114,
381
+ "petition": 1061,
382
+ "old": 984,
383
+ "under": 1440,
384
+ "commonwealth": 364,
385
+ "least": 829,
386
+ "12": 13,
387
+ "consecutive": 384,
388
+ "months": 932,
389
+ "returned": 1211,
390
+ "home": 720,
391
+ "grants": 686,
392
+ "determined": 465,
393
+ "office": 981,
394
+ "massgrant": 887,
395
+ "based": 238,
396
+ "reside": 1195,
397
+ "enroll": 545,
398
+ "meet": 907,
399
+ "efc": 522,
400
+ "requirements": 1193,
401
+ "grant": 684,
402
+ "between": 254,
403
+ "00": 0,
404
+ "206": 35,
405
+ "award": 228,
406
+ "conditions": 381,
407
+ "visit": 1488,
408
+ "mass": 884,
409
+ "osfa": 1008,
410
+ "notify": 967,
411
+ "eligibility": 528,
412
+ "return": 1210,
413
+ "requested": 1188,
414
+ "forms": 636,
415
+ "promptly": 1111,
416
+ "failure": 598,
417
+ "do": 489,
418
+ "so": 1294,
419
+ "jeopardize": 806,
420
+ "receipt": 1144,
421
+ "estimated": 563,
422
+ "1st": 23,
423
+ "fafsa": 597,
424
+ "considered": 388,
425
+ "plus": 1071,
426
+ "program": 1108,
427
+ "attending": 216,
428
+ "public": 1120,
429
+ "funding": 654,
430
+ "review": 1216,
431
+ "permanent": 1055,
432
+ "legal": 832,
433
+ "one": 988,
434
+ "prior": 1097,
435
+ "opening": 992,
436
+ "citizen": 333,
437
+ "title": 1411,
438
+ "iv": 803,
439
+ "regulations": 1172,
440
+ "applied": 179,
441
+ "using": 1469,
442
+ "standard": 1320,
443
+ "2022": 31,
444
+ "23": 41,
445
+ "january": 805,
446
+ "2023": 32,
447
+ "subject": 1348,
448
+ "availability": 224,
449
+ "bachelor": 233,
450
+ "degree": 447,
451
+ "default": 445,
452
+ "loans": 852,
453
+ "attendance": 215,
454
+ "institution": 780,
455
+ "owe": 1020,
456
+ "refund": 1161,
457
+ "previous": 1092,
458
+ "credits": 420,
459
+ "semester": 1262,
460
+ "its": 802,
461
+ "equivalent": 556,
462
+ "maintaining": 873,
463
+ "satisfactory": 1233,
464
+ "progress": 1110,
465
+ "accordance": 98,
466
+ "institutional": 781,
467
+ "standards": 1321,
468
+ "demonstrate": 450,
469
+ "after": 138,
470
+ "accounting": 101,
471
+ "expected": 578,
472
+ "family": 602,
473
+ "contribution": 393,
474
+ "matriculated": 892,
475
+ "residents": 1200,
476
+ "part": 1031,
477
+ "six": 1291,
478
+ "11": 11,
479
+ "maximum": 894,
480
+ "550": 57,
481
+ "upon": 1460,
482
+ "entitlement": 552,
483
+ "loss": 863,
484
+ "parent": 1028,
485
+ "spouse": 1315,
486
+ "killed": 811,
487
+ "missing": 925,
488
+ "line": 843,
489
+ "service": 1273,
490
+ "duty": 511,
491
+ "617": 61,
492
+ "727": 67,
493
+ "9420": 79,
494
+ "education": 520,
495
+ "recognizing": 1149,
496
+ "high": 712,
497
+ "achievement": 105,
498
+ "internal": 790,
499
+ "external": 590,
500
+ "scholarhips": 1238,
501
+ "certain": 309,
502
+ "criteria": 421,
503
+ "listed": 846,
504
+ "seog": 1268,
505
+ "pell": 1049,
506
+ "families": 601,
507
+ "dcf": 436,
508
+ "cash": 305,
509
+ "scholars": 1239,
510
+ "stanley": 1322,
511
+ "koplik": 815,
512
+ "certificate": 310,
513
+ "mastery": 890,
514
+ "completion": 375,
515
+ "2012": 26,
516
+ "governor": 678,
517
+ "announced": 165,
518
+ "deferred": 446,
519
+ "childhood": 326,
520
+ "arrivals": 191,
521
+ "daca": 430,
522
+ "charged": 317,
523
+ "order": 1002,
524
+ "applicants": 177,
525
+ "copy": 397,
526
+ "33": 48,
527
+ "card": 298,
528
+ "797": 72,
529
+ "notice": 965,
530
+ "advised": 131,
531
+ "legislation": 833,
532
+ "change": 313,
533
+ "completing": 374,
534
+ "indicate": 763,
535
+ "proof": 1112,
536
+ "residency": 1197,
537
+ "attach": 209,
538
+ "resources": 1203,
539
+ "red": 1154,
540
+ "pine": 1065,
541
+ "tpi": 1421,
542
+ "greater": 687,
543
+ "boston": 269,
544
+ "immigrant": 745,
545
+ "movement": 935,
546
+ "united": 1447,
547
+ "dream": 503,
548
+ "american": 160,
549
+ "immigration": 746,
550
+ "lawyers": 826,
551
+ "association": 204,
552
+ "refugee": 1160,
553
+ "advocacy": 133,
554
+ "coalition": 349,
555
+ "thedream": 1391,
556
+ "us": 1461,
557
+ "insurance": 786,
558
+ "enrollment": 548,
559
+ "educational": 521,
560
+ "credit": 419,
561
+ "course": 409,
562
+ "list": 845,
563
+ "qtre": 1126,
564
+ "most": 934,
565
+ "popular": 1076,
566
+ "items": 800,
567
+ "fall": 599,
568
+ "bills": 260,
569
+ "due": 509,
570
+ "second": 1250,
571
+ "wednesday": 1502,
572
+ "august": 220,
573
+ "spring": 1316,
574
+ "summer": 1359,
575
+ "ii": 740,
576
+ "june": 808,
577
+ "typically": 1438,
578
+ "created": 418,
579
+ "within": 1528,
580
+ "weeks": 1505,
581
+ "request": 1187,
582
+ "direct": 478,
583
+ "deposit": 457,
584
+ "paper": 1025,
585
+ "check": 320,
586
+ "go": 672,
587
+ "learn": 827,
588
+ "erfefund": 558,
589
+ "erefund": 557,
590
+ "excess": 574,
591
+ "dropped": 506,
592
+ "overpayment": 1019,
593
+ "our": 1012,
594
+ "process": 1103,
595
+ "checking": 321,
596
+ "savings": 1235,
597
+ "refunds": 1163,
598
+ "issued": 797,
599
+ "october": 975,
600
+ "february": 606,
601
+ "percentages": 1052,
602
+ "refunded": 1162,
603
+ "date": 433,
604
+ "withdrawal": 1525,
605
+ "important": 752,
606
+ "www": 1536,
607
+ "life": 838,
608
+ "navigation": 946,
609
+ "center": 308,
610
+ "accounts": 102,
611
+ "policy": 1074,
612
+ "sent": 1267,
613
+ "approximately": 185,
614
+ "notification": 966,
615
+ "cancels": 294,
616
+ "carrying": 303,
617
+ "flat": 624,
618
+ "fee": 608,
619
+ "rate": 1135,
620
+ "no": 957,
621
+ "reduced": 1156,
622
+ "15": 15,
623
+ "info": 769,
624
+ "about": 87,
625
+ "appeals": 173,
626
+ "reimburses": 1174,
627
+ "lost": 864,
628
+ "leave": 830,
629
+ "reason": 1142,
630
+ "nonrefunded": 960,
631
+ "reasons": 1143,
632
+ "normally": 961,
633
+ "health": 701,
634
+ "unexpected": 1445,
635
+ "injury": 776,
636
+ "illness": 742,
637
+ "ongoing": 989,
638
+ "chronic": 330,
639
+ "mental": 911,
640
+ "coverage": 413,
641
+ "offer": 978,
642
+ "peace": 1047,
643
+ "mind": 919,
644
+ "support": 1362,
645
+ "instructional": 783,
646
+ "faculty": 596,
647
+ "programs": 1109,
648
+ "library": 837,
649
+ "tutoring": 1434,
650
+ "et": 564,
651
+ "al": 147,
652
+ "along": 153,
653
+ "general": 661,
654
+ "operating": 994,
655
+ "appear": 174,
656
+ "continuing": 391,
657
+ "pro": 1100,
658
+ "studies": 1344,
659
+ "space": 1305,
660
+ "available": 225,
661
+ "note": 964,
662
+ "remains": 1178,
663
+ "same": 1230,
664
+ "regardless": 1165,
665
+ "mode": 927,
666
+ "instruction": 782,
667
+ "face": 592,
668
+ "hybrid": 735,
669
+ "asynchronous": 205,
670
+ "synchronous": 1365,
671
+ "blended": 264,
672
+ "hy": 734,
673
+ "flex": 625,
674
+ "offered": 979,
675
+ "joint": 807,
676
+ "professional": 1106,
677
+ "officially": 983,
678
+ "those": 1402,
679
+ "sponsored": 1313,
680
+ "equal": 554,
681
+ "supports": 1363,
682
+ "administrative": 124,
683
+ "facilities": 593,
684
+ "rates": 1137,
685
+ "status": 1330,
686
+ "ce": 307,
687
+ "capital": 297,
688
+ "improvement": 753,
689
+ "infrastructure": 773,
690
+ "maintenance": 874,
691
+ "development": 467,
692
+ "buildings": 279,
693
+ "grounds": 688,
694
+ "circulation": 331,
695
+ "transportation": 1427,
696
+ "parking": 1030,
697
+ "sga": 1279,
698
+ "extra": 591,
699
+ "curricular": 426,
700
+ "events": 568,
701
+ "administered": 122,
702
+ "elected": 526,
703
+ "government": 676,
704
+ "applicable": 175,
705
+ "visa": 1487,
706
+ "document": 492,
707
+ "processing": 1104,
708
+ "alien": 149,
709
+ "temp": 1378,
710
+ "records": 1153,
711
+ "functions": 651,
712
+ "such": 1356,
713
+ "transcripts": 1423,
714
+ "matriculation": 893,
715
+ "assessed": 197,
716
+ "newly": 955,
717
+ "seeking": 1257,
718
+ "during": 510,
719
+ "registration": 1169,
720
+ "various": 1476,
721
+ "activities": 111,
722
+ "orientation": 1006,
723
+ "commencement": 362,
724
+ "labs": 818,
725
+ "studios": 1345,
726
+ "etc": 565,
727
+ "masspirg": 888,
728
+ "waivable": 1492,
729
+ "statewide": 1329,
730
+ "directed": 479,
731
+ "funded": 653,
732
+ "organization": 1004,
733
+ "advocates": 134,
734
+ "behalf": 248,
735
+ "issues": 798,
736
+ "affordable": 137,
737
+ "higher": 713,
738
+ "environment": 553,
739
+ "voted": 1490,
740
+ "fund": 652,
741
+ "chapter": 315,
742
+ "10": 4,
743
+ "masspirgstudents": 889,
744
+ "org": 1003,
745
+ "ma": 866,
746
+ "regulation": 1171,
747
+ "every": 570,
748
+ "registered": 1166,
749
+ "three": 1404,
750
+ "quarters": 1129,
751
+ "covered": 414,
752
+ "waive": 1493,
753
+ "maintain": 872,
754
+ "comparable": 370,
755
+ "personal": 1059,
756
+ "exists": 577,
757
+ "purchase": 1122,
758
+ "appropriate": 183,
759
+ "prorated": 1113,
760
+ "entering": 550,
761
+ "currently": 425,
762
+ "ged": 660,
763
+ "level": 835,
764
+ "applying": 181,
765
+ "admissions": 126,
766
+ "graduated": 683,
767
+ "community": 366,
768
+ "elsewhere": 530,
769
+ "transfer": 1424,
770
+ "citizens": 334,
771
+ "applicant": 176,
772
+ "salemstateu": 1227,
773
+ "freshman": 642,
774
+ "salemstateuniversity": 1228,
775
+ "force": 631,
776
+ "evening": 567,
777
+ "able": 86,
778
+ "select": 1258,
779
+ "test": 1382,
780
+ "his": 716,
781
+ "her": 710,
782
+ "nursing": 970,
783
+ "scores": 1246,
784
+ "use": 1462,
785
+ "sliding": 1293,
786
+ "scale": 1236,
787
+ "grade": 679,
788
+ "point": 1073,
789
+ "average": 226,
790
+ "corresponding": 399,
791
+ "sat": 1232,
792
+ "act": 109,
793
+ "score": 1245,
794
+ "above": 88,
795
+ "990": 83,
796
+ "19": 20,
797
+ "highest": 714,
798
+ "consideration": 387,
799
+ "took": 1415,
800
+ "2015": 27,
801
+ "submitting": 1352,
802
+ "guarantee": 689,
803
+ "admission": 125,
804
+ "majors": 877,
805
+ "highly": 715,
806
+ "competitive": 371,
807
+ "early": 513,
808
+ "submission": 1349,
809
+ "website": 1501,
810
+ "ready": 1141,
811
+ "drive": 504,
812
+ "succeed": 1353,
813
+ "portal": 1077,
814
+ "common": 363,
815
+ "concerns": 379,
816
+ "experienced": 583,
817
+ "finding": 622,
818
+ "individuals": 766,
819
+ "people": 1050,
820
+ "cultures": 423,
821
+ "foreign": 632,
822
+ "language": 820,
823
+ "adjusting": 121,
824
+ "system": 1366,
825
+ "relating": 1176,
826
+ "peers": 1048,
827
+ "roommates": 1222,
828
+ "professors": 1107,
829
+ "learning": 828,
830
+ "deal": 439,
831
+ "customs": 429,
832
+ "behaviors": 249,
833
+ "attitudes": 218,
834
+ "insufficient": 785,
835
+ "changes": 314,
836
+ "diet": 469,
837
+ "being": 250,
838
+ "exposed": 589,
839
+ "prejudice": 1089,
840
+ "discrimination": 483,
841
+ "separation": 1270,
842
+ "friends": 644,
843
+ "over": 1017,
844
+ "distance": 488,
845
+ "needs": 951,
846
+ "country": 408,
847
+ "origin": 1007,
848
+ "overall": 1018,
849
+ "make": 878,
850
+ "adaptation": 115,
851
+ "culture": 422,
852
+ "very": 1479,
853
+ "difficult": 472,
854
+ "stressful": 1339,
855
+ "challenges": 312,
856
+ "result": 1208,
857
+ "stress": 1338,
858
+ "affect": 135,
859
+ "performance": 1053,
860
+ "social": 1295,
861
+ "emotional": 537,
862
+ "functioning": 650,
863
+ "counselors": 406,
864
+ "sensitive": 1266,
865
+ "interested": 788,
866
+ "helping": 706,
867
+ "achieve": 104,
868
+ "success": 1354,
869
+ "provide": 1116,
870
+ "welcoming": 1508,
871
+ "atmosphere": 208,
872
+ "questions": 1131,
873
+ "explore": 588,
874
+ "ways": 1498,
875
+ "resolve": 1201,
876
+ "cope": 395,
877
+ "difficulties": 473,
878
+ "encountered": 541,
879
+ "welcomes": 1507,
880
+ "undocumented": 1444,
881
+ "ethnicities": 566,
882
+ "nationalities": 943,
883
+ "encourage": 542,
884
+ "private": 1099,
885
+ "scholarships": 1241,
886
+ "immunization": 749,
887
+ "form": 633,
888
+ "attachment": 212,
889
+ "upload": 1459,
890
+ "documentation": 493,
891
+ "medical": 904,
892
+ "doctor": 490,
893
+ "attaches": 211,
894
+ "record": 1152,
895
+ "translated": 1426,
896
+ "english": 544,
897
+ "taking": 1370,
898
+ "comply": 377,
899
+ "immunizations": 750,
900
+ "refer": 1158,
901
+ "page": 1022,
902
+ "access": 97,
903
+ "different": 471,
904
+ "than": 1388,
905
+ "countries": 407,
906
+ "instead": 778,
907
+ "socialized": 1296,
908
+ "medicine": 906,
909
+ "person": 1058,
910
+ "own": 1021,
911
+ "see": 1254,
912
+ "obtaining": 972,
913
+ "prescription": 1090,
914
+ "medications": 905,
915
+ "having": 700,
916
+ "lab": 816,
917
+ "procedures": 1102,
918
+ "done": 498,
919
+ "expensive": 581,
920
+ "hospital": 722,
921
+ "stays": 1331,
922
+ "helps": 707,
923
+ "visits": 1489,
924
+ "75": 68,
925
+ "seeing": 1255,
926
+ "30": 44,
927
+ "000": 1,
928
+ "without": 1529,
929
+ "would": 1533,
930
+ "usually": 1470,
931
+ "called": 288,
932
+ "co": 346,
933
+ "therefore": 1397,
934
+ "useful": 1464,
935
+ "navigate": 945,
936
+ "afford": 136,
937
+ "read": 1139,
938
+ "become": 244,
939
+ "familiar": 600,
940
+ "terminology": 1380,
941
+ "benefits": 252,
942
+ "words": 1530,
943
+ "deductible": 444,
944
+ "preferred": 1088,
945
+ "provider": 1118,
946
+ "primary": 1095,
947
+ "physician": 1064,
948
+ "specialist": 1309,
949
+ "network": 953,
950
+ "pre": 1086,
951
+ "existing": 576,
952
+ "condition": 380,
953
+ "referral": 1159,
954
+ "unsure": 1452,
955
+ "company": 369,
956
+ "violation": 1484,
957
+ "laws": 825,
958
+ "dependents": 456,
959
+ "accept": 94,
960
+ "sign": 1284,
961
+ "becoming": 245,
962
+ "ill": 741,
963
+ "injured": 774,
964
+ "law": 824,
965
+ "requires": 1194,
966
+ "studying": 1347,
967
+ "effective": 523,
968
+ "employed": 538,
969
+ "bursar": 280,
970
+ "confirm": 383,
971
+ "whether": 1514,
972
+ "automatically": 223,
973
+ "waived": 1494,
974
+ "esl": 559,
975
+ "arrive": 192,
976
+ "renew": 1180,
977
+ "attend": 214,
978
+ "another": 168,
979
+ "sponsor": 1312,
980
+ "embassy": 535,
981
+ "unless": 1450,
982
+ "intend": 787,
983
+ "upcoming": 1455,
984
+ "inform": 770,
985
+ "third": 1400,
986
+ "parties": 1033,
987
+ "embassies": 534,
988
+ "sponsoring": 1314,
989
+ "organizations": 1005,
990
+ "purchased": 1123,
991
+ "emergency": 536,
992
+ "hours": 725,
993
+ "seek": 1256,
994
+ "counseling": 403,
995
+ "nurse": 969,
996
+ "practitioner": 1085,
997
+ "tests": 1384,
998
+ "give": 669,
999
+ "suggestions": 1358,
1000
+ "treatment": 1428,
1001
+ "used": 1463,
1002
+ "threatening": 1403,
1003
+ "injuries": 775,
1004
+ "illnesses": 743,
1005
+ "always": 158,
1006
+ "carry": 302,
1007
+ "hospitals": 723,
1008
+ "doctors": 491,
1009
+ "pharmacies": 1062,
1010
+ "work": 1531,
1011
+ "companies": 368,
1012
+ "themselves": 1394,
1013
+ "then": 1395,
1014
+ "reimbursed": 1173,
1015
+ "claim": 336,
1016
+ "accurately": 103,
1017
+ "respond": 1205,
1018
+ "requests": 1189,
1019
+ "concepts": 378,
1020
+ "described": 458,
1021
+ "brochure": 275,
1022
+ "because": 243,
1023
+ "met": 915,
1024
+ "means": 901,
1025
+ "incomplete": 761,
1026
+ "expired": 585,
1027
+ "send": 1263,
1028
+ "period": 1054,
1029
+ "sure": 1364,
1030
+ "update": 1456,
1031
+ "mailing": 870,
1032
+ "registrar": 1168,
1033
+ "6413": 64,
1034
+ "absolutely": 90,
1035
+ "experience": 582,
1036
+ "abroad": 89,
1037
+ "exciting": 575,
1038
+ "challenge": 311,
1039
+ "addressing": 120,
1040
+ "unfamiliar": 1446,
1041
+ "helpful": 705,
1042
+ "aware": 232,
1043
+ "uncommon": 1439,
1044
+ "counselor": 405,
1045
+ "discuss": 484,
1046
+ "explain": 586,
1047
+ "problems": 1101,
1048
+ "stranger": 1336,
1049
+ "generally": 662,
1050
+ "diminish": 474,
1051
+ "start": 1323,
1052
+ "trust": 1432,
1053
+ "conversations": 394,
1054
+ "confidential": 382,
1055
+ "release": 1177,
1056
+ "written": 1535,
1057
+ "permission": 1056,
1058
+ "except": 573,
1059
+ "case": 304,
1060
+ "imminent": 747,
1061
+ "danger": 431,
1062
+ "self": 1261,
1063
+ "others": 1010,
1064
+ "abuse": 91,
1065
+ "court": 411,
1066
+ "where": 1513,
1067
+ "otherwise": 1011,
1068
+ "official": 982,
1069
+ "appointment": 182,
1070
+ "further": 656,
1071
+ "file": 612,
1072
+ "compliance": 376,
1073
+ "105": 8,
1074
+ "cmr": 345,
1075
+ "220": 40,
1076
+ "660": 65,
1077
+ "later": 823,
1078
+ "two": 1435,
1079
+ "residential": 1199,
1080
+ "moving": 936,
1081
+ "alternate": 156,
1082
+ "individual": 765,
1083
+ "science": 1244,
1084
+ "outlined": 1014,
1085
+ "detail": 461,
1086
+ "below": 251,
1087
+ "login": 859,
1088
+ "imperative": 751,
1089
+ "emails": 533,
1090
+ "messages": 914,
1091
+ "avoid": 227,
1092
+ "delays": 448,
1093
+ "frustrations": 646,
1094
+ "noncompliance": 959,
1095
+ "hepatitis": 708,
1096
+ "doses": 500,
1097
+ "dose": 499,
1098
+ "apart": 171,
1099
+ "eight": 524,
1100
+ "16": 18,
1101
+ "hepislav": 709,
1102
+ "lmmune": 849,
1103
+ "serology": 1271,
1104
+ "titer": 1410,
1105
+ "accepted": 96,
1106
+ "attached": 210,
1107
+ "measles": 902,
1108
+ "mumps": 940,
1109
+ "rubella": 1223,
1110
+ "mmr": 926,
1111
+ "birthday": 262,
1112
+ "immune": 748,
1113
+ "birth": 261,
1114
+ "before": 247,
1115
+ "1957": 21,
1116
+ "acceptable": 95,
1117
+ "meningitis": 909,
1118
+ "mcv4": 897,
1119
+ "ages": 141,
1120
+ "21": 38,
1121
+ "signed": 1285,
1122
+ "selection": 1260,
1123
+ "tb": 1374,
1124
+ "screening": 1247,
1125
+ "section": 1251,
1126
+ "tetanus": 1385,
1127
+ "diptheria": 477,
1128
+ "pertussis": 1060,
1129
+ "adult": 130,
1130
+ "tdap": 1376,
1131
+ "past": 1038,
1132
+ "td": 1375,
1133
+ "alternative": 157,
1134
+ "varicella": 1475,
1135
+ "chicken": 324,
1136
+ "pox": 1083,
1137
+ "13": 14,
1138
+ "older": 985,
1139
+ "history": 717,
1140
+ "disease": 485,
1141
+ "pcp": 1044,
1142
+ "1980": 22,
1143
+ "recommended": 1150,
1144
+ "vaccines": 1473,
1145
+ "influenza": 768,
1146
+ "flu": 626,
1147
+ "vaccine": 1472,
1148
+ "strongly": 1340,
1149
+ "winter": 1521,
1150
+ "season": 1249,
1151
+ "particularly": 1032,
1152
+ "pandemic": 1024,
1153
+ "minimize": 920,
1154
+ "viral": 1485,
1155
+ "respiratory": 1204,
1156
+ "covid": 416,
1157
+ "boosters": 268,
1158
+ "11th": 12,
1159
+ "cdc": 306,
1160
+ "recommends": 1151,
1161
+ "bivalent": 263,
1162
+ "mrna": 937,
1163
+ "vaccination": 1471,
1164
+ "guidance": 692,
1165
+ "human": 733,
1166
+ "papilloma": 1027,
1167
+ "virus": 1486,
1168
+ "hpv": 729,
1169
+ "gardasil": 657,
1170
+ "5ml": 59,
1171
+ "meningococcal": 910,
1172
+ "bexsero": 256,
1173
+ "given": 670,
1174
+ "trumenba": 1431,
1175
+ "approved": 184,
1176
+ "sufficient": 1357,
1177
+ "tile": 1406,
1178
+ "total": 1419,
1179
+ "settle": 1277,
1180
+ "counselong": 404,
1181
+ "documents": 494,
1182
+ "located": 854,
1183
+ "mail": 868,
1184
+ "fax": 605,
1185
+ "6410": 63,
1186
+ "unsurance": 1451,
1187
+ "deadlines": 438,
1188
+ "enrolling": 547,
1189
+ "comes": 361,
1190
+ "basic": 239,
1191
+ "gift": 668,
1192
+ "earned": 514,
1193
+ "awards": 231,
1194
+ "combination": 358,
1195
+ "factors": 595,
1196
+ "grades": 680,
1197
+ "talents": 1372,
1198
+ "circumstances": 332,
1199
+ "come": 360,
1200
+ "several": 1278,
1201
+ "sources": 1304,
1202
+ "governments": 677,
1203
+ "served": 1272,
1204
+ "offers": 980,
1205
+ "merit": 913,
1206
+ "detailed": 462,
1207
+ "studentaid": 1342,
1208
+ "gov": 675,
1209
+ "study": 1346,
1210
+ "coa": 347,
1211
+ "determines": 466,
1212
+ "secure": 1252,
1213
+ "username": 1466,
1214
+ "fsa": 647,
1215
+ "id": 737,
1216
+ "password": 1037,
1217
+ "minutes": 922,
1218
+ "quick": 1132,
1219
+ "renewal": 1182,
1220
+ "following": 628,
1221
+ "steps": 1332,
1222
+ "create": 417,
1223
+ "code": 350,
1224
+ "002188": 2,
1225
+ "fill": 616,
1226
+ "ll": 848,
1227
+ "demographic": 449,
1228
+ "income": 759,
1229
+ "tax": 1373,
1230
+ "returns": 1213,
1231
+ "bank": 236,
1232
+ "statements": 1328,
1233
+ "investments": 793,
1234
+ "starting": 1324,
1235
+ "requirement": 1192,
1236
+ "many": 880,
1237
+ "opens": 993,
1238
+ "2024": 33,
1239
+ "2025": 34,
1240
+ "december": 440,
1241
+ "priority": 1098,
1242
+ "filing": 615,
1243
+ "15th": 17,
1244
+ "annual": 166,
1245
+ "partnered": 1034,
1246
+ "massedco": 886,
1247
+ "opportunity": 997,
1248
+ "needing": 950,
1249
+ "assist": 201,
1250
+ "deciding": 441,
1251
+ "choosing": 328,
1252
+ "matches": 891,
1253
+ "career": 300,
1254
+ "interests": 789,
1255
+ "much": 939,
1256
+ "north": 962,
1257
+ "shore": 1280,
1258
+ "area": 187,
1259
+ "lynn": 865,
1260
+ "trouble": 1430,
1261
+ "reviewed": 1217,
1262
+ "endowed": 543,
1263
+ "opportunities": 996,
1264
+ "incoming": 760,
1265
+ "load": 850,
1266
+ "goals": 673,
1267
+ "canceled": 292,
1268
+ "yet": 1539,
1269
+ "repaid": 1184,
1270
+ "uses": 1468,
1271
+ "formula": 637,
1272
+ "valid": 1474,
1273
+ "sar": 1231,
1274
+ "isir": 796,
1275
+ "last": 821,
1276
+ "whichever": 1516,
1277
+ "leaves": 831,
1278
+ "completes": 373,
1279
+ "communities": 365,
1280
+ "renewable": 1181,
1281
+ "500": 53,
1282
+ "adresses": 129,
1283
+ "beverly": 255,
1284
+ "chelsea": 323,
1285
+ "danvers": 432,
1286
+ "everett": 569,
1287
+ "malden": 879,
1288
+ "medford": 903,
1289
+ "reading": 1140,
1290
+ "revere": 1215,
1291
+ "saugus": 1234,
1292
+ "winthrop": 1522,
1293
+ "generously": 665,
1294
+ "established": 560,
1295
+ "kim": 812,
1296
+ "gassett": 658,
1297
+ "schiller": 1237,
1298
+ "83": 74,
1299
+ "18h": 19,
1300
+ "philip": 1063,
1301
+ "aims": 146,
1302
+ "50": 52,
1303
+ "microgrants": 917,
1304
+ "seniors": 1265,
1305
+ "risk": 1219,
1306
+ "dropping": 507,
1307
+ "combine": 359,
1308
+ "coaching": 348,
1309
+ "awardees": 230,
1310
+ "successful": 1355,
1311
+ "1098": 9,
1312
+ "filed": 613,
1313
+ "revenue": 1214,
1314
+ "dependent": 455,
1315
+ "lifetime": 839,
1316
+ "1040": 6,
1317
+ "1040a": 7,
1318
+ "were": 1510,
1319
+ "actually": 114,
1320
+ "calendar": 286,
1321
+ "mailed": 869,
1322
+ "31": 46,
1323
+ "separate": 1269,
1324
+ "navcenter": 944,
1325
+ "cannot": 296,
1326
+ "tl11a": 1412,
1327
+ "canada": 291,
1328
+ "rl": 1220,
1329
+ "follow": 627,
1330
+ "solution": 1298,
1331
+ "log": 856,
1332
+ "homepage": 721,
1333
+ "click": 341,
1334
+ "menu": 912,
1335
+ "bar": 237,
1336
+ "touchnet": 1420,
1337
+ "button": 283,
1338
+ "redirected": 1155,
1339
+ "ecsi": 518,
1340
+ "party": 1035,
1341
+ "stored": 1335,
1342
+ "download": 502,
1343
+ "print": 1096,
1344
+ "consent": 385,
1345
+ "shown": 1283,
1346
+ "sites": 1290,
1347
+ "files": 614,
1348
+ "attachments": 213,
1349
+ "20to": 37,
1350
+ "20": 24,
1351
+ "201098": 25,
1352
+ "20e": 36,
1353
+ "pdf": 1045,
1354
+ "agreements": 144,
1355
+ "right": 1218,
1356
+ "hand": 696,
1357
+ "consents": 386,
1358
+ "pop": 1075,
1359
+ "carefully": 301,
1360
+ "prefer": 1087,
1361
+ "paperless": 1026,
1362
+ "2020": 30,
1363
+ "opt": 998,
1364
+ "electronic": 527,
1365
+ "version": 1478,
1366
+ "allows": 152,
1367
+ "example": 571,
1368
+ "domestic": 497,
1369
+ "copies": 396,
1370
+ "31st": 47,
1371
+ "postmarked": 1082,
1372
+ "why": 1519,
1373
+ "did": 468,
1374
+ "ineligibility": 767,
1375
+ "bottom": 271,
1376
+ "looking": 862,
1377
+ "display": 486,
1378
+ "explained": 587,
1379
+ "get": 666,
1380
+ "fin": 618,
1381
+ "produced": 1105,
1382
+ "activity": 112,
1383
+ "citizenship": 335,
1384
+ "coded": 351,
1385
+ "publication": 1121,
1386
+ "970": 80,
1387
+ "local": 853,
1388
+ "advisor": 132,
1389
+ "mean": 900,
1390
+ "1098t": 10,
1391
+ "post": 1081,
1392
+ "supply": 1361,
1393
+ "according": 99,
1394
+ "guidelines": 693,
1395
+ "generated": 663,
1396
+ "forwarded": 638,
1397
+ "fact": 594,
1398
+ "security": 1253,
1399
+ "identification": 738,
1400
+ "itin": 801,
1401
+ "ssn": 1317,
1402
+ "tin": 1408,
1403
+ "w9": 1491,
1404
+ "web": 1500,
1405
+ "866": 76,
1406
+ "428": 51,
1407
+ "customer": 428,
1408
+ "monday": 928,
1409
+ "friday": 643,
1410
+ "am": 159,
1411
+ "pm": 1072,
1412
+ "eastern": 515,
1413
+ "retrieve": 1209,
1414
+ "automated": 222,
1415
+ "week": 1503,
1416
+ "chat": 318,
1417
+ "function": 649,
1418
+ "text": 1386,
1419
+ "texting": 1387,
1420
+ "888": 78,
1421
+ "996": 84,
1422
+ "3002": 45,
1423
+ "heartland": 702,
1424
+ "net": 952,
1425
+ "index": 762,
1426
+ "main": 871,
1427
+ "html": 731,
1428
+ "contactus": 390,
1429
+ "sending": 1264,
1430
+ "529": 55,
1431
+ "checks": 322,
1432
+ "somewhere": 1301,
1433
+ "attention": 217,
1434
+ "352": 49,
1435
+ "lafayette": 819,
1436
+ "street": 1337,
1437
+ "01970": 3,
1438
+ "authorized": 221,
1439
+ "user": 1465,
1440
+ "assign": 198,
1441
+ "regular": 1170,
1442
+ "users": 1467,
1443
+ "well": 1509,
1444
+ "add": 116,
1445
+ "guardian": 690,
1446
+ "granting": 685,
1447
+ "parents": 1029,
1448
+ "guardians": 691,
1449
+ "appeal": 172,
1450
+ "60": 60,
1451
+ "discount": 482,
1452
+ "included": 756,
1453
+ "wish": 1523,
1454
+ "8000": 73,
1455
+ "speak": 1307,
1456
+ "asked": 196,
1457
+ "returning": 1212,
1458
+ "previously": 1093,
1459
+ "viewing": 1482,
1460
+ "gradguard": 681,
1461
+ "school_id": 1243,
1462
+ "5671": 58,
1463
+ "quote": 1133,
1464
+ "purchasing": 1124,
1465
+ "toll": 1414,
1466
+ "794": 71,
1467
+ "6603": 66,
1468
+ "already": 154,
1469
+ "427": 50,
1470
+ "5045": 54,
1471
+ "informattion": 772,
1472
+ "faq": 603,
1473
+ "takes": 1369,
1474
+ "decision": 442,
1475
+ "clicking": 342,
1476
+ "food": 629,
1477
+ "supplies": 1360,
1478
+ "miscellaneous": 924,
1479
+ "estimate": 562,
1480
+ "worksheet": 1532,
1481
+ "price": 1094,
1482
+ "calculator": 285,
1483
+ "put": 1125,
1484
+ "generates": 664,
1485
+ "contribute": 392,
1486
+ "late": 822,
1487
+ "prevent": 1091,
1488
+ "next": 956,
1489
+ "term": 1379,
1490
+ "until": 1453,
1491
+ "starts": 1325,
1492
+ "withdrawn": 1527,
1493
+ "hour": 724,
1494
+ "instantly": 777,
1495
+ "echeck": 517,
1496
+ "few": 610,
1497
+ "clear": 340,
1498
+ "descriptions": 459,
1499
+ "pass": 1036,
1500
+ "permit": 1057,
1501
+ "entire": 551,
1502
+ "collected": 352,
1503
+ "areas": 188,
1504
+ "upkeep": 1458,
1505
+ "systems": 1367,
1506
+ "operation": 995,
1507
+ "occupant": 973,
1508
+ "rent": 1183,
1509
+ "differ": 470,
1510
+ "building": 278,
1511
+ "type": 1436,
1512
+ "occupies": 974,
1513
+ "single": 1289,
1514
+ "double": 501,
1515
+ "accelerated": 93,
1516
+ "administration": 123,
1517
+ "formatted": 634,
1518
+ "establishing": 561,
1519
+ "liability": 836,
1520
+ "protects": 1115,
1521
+ "arise": 189,
1522
+ "settings": 1276,
1523
+ "clinical": 343,
1524
+ "practicum": 1084,
1525
+ "experiences": 584,
1526
+ "laboratory": 817,
1527
+ "classrooms": 339,
1528
+ "resource": 1202,
1529
+ "testing": 1383,
1530
+ "equipment": 555,
1531
+ "field": 611,
1532
+ "placement": 1067,
1533
+ "msw": 938,
1534
+ "institute": 779,
1535
+ "achievements": 106,
1536
+ "solely": 1297,
1537
+ "ability": 85,
1538
+ "filling": 617,
1539
+ "tools": 1417,
1540
+ "white": 1517,
1541
+ "question": 1130,
1542
+ "mark": 882,
1543
+ "icon": 736,
1544
+ "tool": 1416,
1545
+ "tip": 1409,
1546
+ "answer": 169,
1547
+ "trending": 1429,
1548
+ "topics": 1418,
1549
+ "browse": 276,
1550
+ "faqs": 604,
1551
+ "search": 1248,
1552
+ "emailing": 532,
1553
+ "chatting": 319,
1554
+ "spanish": 1306,
1555
+ "technical": 1377,
1556
+ "staff": 1319,
1557
+ "rated": 1136,
1558
+ "cancelled": 293,
1559
+ "source": 1303,
1560
+ "outside": 1015,
1561
+ "letter": 834,
1562
+ "stop": 1334,
1563
+ "drop": 505,
1564
+ "attn": 219,
1565
+ "employees": 540,
1566
+ "remission": 1179,
1567
+ "hr": 730,
1568
+ "departments": 454,
1569
+ "details": 463
1570
+ }
1571
+ }
1572
+ }
topic_embeddings.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d157aa095af7c164dc2fef3c39cbc4ed090a1ef8ca5455cdd394b98c49a78a22
3
+ size 15448
topics.json ADDED
@@ -0,0 +1,612 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "0": [
4
+ [
5
+ "payments",
6
+ 0.46335020661354065
7
+ ],
8
+ [
9
+ "tuition",
10
+ 0.445720374584198
11
+ ],
12
+ [
13
+ "payment",
14
+ 0.4114046096801758
15
+ ],
16
+ [
17
+ "expenses",
18
+ 0.4104130268096924
19
+ ],
20
+ [
21
+ "billed",
22
+ 0.3997287154197693
23
+ ],
24
+ [
25
+ "pay",
26
+ 0.3679405450820923
27
+ ],
28
+ [
29
+ "fees",
30
+ 0.35594695806503296
31
+ ],
32
+ [
33
+ "ssu",
34
+ 0.3386409878730774
35
+ ],
36
+ [
37
+ "monthly",
38
+ 0.3279719948768616
39
+ ],
40
+ [
41
+ "bill",
42
+ 0.3084716498851776
43
+ ]
44
+ ],
45
+ "1": [
46
+ [
47
+ "scholarship",
48
+ 0.552515983581543
49
+ ],
50
+ [
51
+ "tuition",
52
+ 0.5144815444946289
53
+ ],
54
+ [
55
+ "college",
56
+ 0.38605690002441406
57
+ ],
58
+ [
59
+ "eligibility",
60
+ 0.34734103083610535
61
+ ],
62
+ [
63
+ "university",
64
+ 0.3457319140434265
65
+ ],
66
+ [
67
+ "massachusetts",
68
+ 0.34427905082702637
69
+ ],
70
+ [
71
+ "massgrant",
72
+ 0.33420002460479736
73
+ ],
74
+ [
75
+ "salem",
76
+ 0.32146716117858887
77
+ ],
78
+ [
79
+ "eligible",
80
+ 0.29626739025115967
81
+ ],
82
+ [
83
+ "student",
84
+ 0.27251482009887695
85
+ ]
86
+ ],
87
+ "2": [
88
+ [
89
+ "tuition",
90
+ 0.5903825759887695
91
+ ],
92
+ [
93
+ "semester",
94
+ 0.46188974380493164
95
+ ],
96
+ [
97
+ "fees",
98
+ 0.41330522298812866
99
+ ],
100
+ [
101
+ "campus",
102
+ 0.41030699014663696
103
+ ],
104
+ [
105
+ "student",
106
+ 0.40190747380256653
107
+ ],
108
+ [
109
+ "fee",
110
+ 0.3933272361755371
111
+ ],
112
+ [
113
+ "refunds",
114
+ 0.3888923227787018
115
+ ],
116
+ [
117
+ "expenses",
118
+ 0.3787204623222351
119
+ ],
120
+ [
121
+ "students",
122
+ 0.3777436912059784
123
+ ],
124
+ [
125
+ "refund",
126
+ 0.3516201376914978
127
+ ]
128
+ ],
129
+ "3": [
130
+ [
131
+ "admissions",
132
+ 0.612432062625885
133
+ ],
134
+ [
135
+ "applicants",
136
+ 0.5390888452529907
137
+ ],
138
+ [
139
+ "applying",
140
+ 0.4368979334831238
141
+ ],
142
+ [
143
+ "enrolled",
144
+ 0.4295768737792969
145
+ ],
146
+ [
147
+ "undergraduate",
148
+ 0.4243345260620117
149
+ ],
150
+ [
151
+ "sat",
152
+ 0.3551480770111084
153
+ ],
154
+ [
155
+ "graduated",
156
+ 0.35390111804008484
157
+ ],
158
+ [
159
+ "ged",
160
+ 0.3500080108642578
161
+ ],
162
+ [
163
+ "freshman",
164
+ 0.32204529643058777
165
+ ],
166
+ [
167
+ "college",
168
+ 0.32074058055877686
169
+ ]
170
+ ],
171
+ "4": [
172
+ [
173
+ "insurance",
174
+ 0.36146092414855957
175
+ ],
176
+ [
177
+ "immunization",
178
+ 0.30419856309890747
179
+ ],
180
+ [
181
+ "doses",
182
+ 0.28481632471084595
183
+ ],
184
+ [
185
+ "student",
186
+ 0.2693714201450348
187
+ ],
188
+ [
189
+ "students",
190
+ 0.249528169631958
191
+ ],
192
+ [
193
+ "hospital",
194
+ 0.24513283371925354
195
+ ],
196
+ [
197
+ "health",
198
+ 0.23501649498939514
199
+ ],
200
+ [
201
+ "medical",
202
+ 0.22856487333774567
203
+ ],
204
+ [
205
+ "vaccine",
206
+ 0.22811472415924072
207
+ ],
208
+ [
209
+ "requirements",
210
+ 0.21880963444709778
211
+ ]
212
+ ],
213
+ "5": [
214
+ [
215
+ "fafsa",
216
+ 0.6295477151870728
217
+ ],
218
+ [
219
+ "scholarships",
220
+ 0.5036145448684692
221
+ ],
222
+ [
223
+ "grants",
224
+ 0.45373809337615967
225
+ ],
226
+ [
227
+ "enrolled",
228
+ 0.4140107035636902
229
+ ],
230
+ [
231
+ "eligibility",
232
+ 0.32287973165512085
233
+ ],
234
+ [
235
+ "university",
236
+ 0.26909035444259644
237
+ ],
238
+ [
239
+ "salem",
240
+ 0.2686811089515686
241
+ ],
242
+ [
243
+ "pell",
244
+ 0.2685171365737915
245
+ ],
246
+ [
247
+ "aid",
248
+ 0.26011067628860474
249
+ ],
250
+ [
251
+ "loans",
252
+ 0.25306957960128784
253
+ ]
254
+ ],
255
+ "6": [
256
+ [
257
+ "1098",
258
+ 0.5764600038528442
259
+ ],
260
+ [
261
+ "irs",
262
+ 0.4117380976676941
263
+ ],
264
+ [
265
+ "form",
266
+ 0.30669936537742615
267
+ ],
268
+ [
269
+ "tax",
270
+ 0.2934032082557678
271
+ ],
272
+ [
273
+ "student",
274
+ 0.27480608224868774
275
+ ],
276
+ [
277
+ "university",
278
+ 0.20699021220207214
279
+ ],
280
+ [
281
+ "document",
282
+ 0.18833810091018677
283
+ ],
284
+ [
285
+ "970",
286
+ 0.1607087254524231
287
+ ],
288
+ [
289
+ "access",
290
+ 0.15947425365447998
291
+ ],
292
+ [
293
+ "credit",
294
+ 0.15648120641708374
295
+ ]
296
+ ],
297
+ "7": [
298
+ [
299
+ "enroll",
300
+ 0.4886268973350525
301
+ ],
302
+ [
303
+ "salem",
304
+ 0.4250418245792389
305
+ ],
306
+ [
307
+ "salemstate",
308
+ 0.372273713350296
309
+ ],
310
+ [
311
+ "school_id",
312
+ 0.3666459619998932
313
+ ],
314
+ [
315
+ "authorized",
316
+ 0.3573761582374573
317
+ ],
318
+ [
319
+ "tuition",
320
+ 0.3253324627876282
321
+ ],
322
+ [
323
+ "students",
324
+ 0.2700382173061371
325
+ ],
326
+ [
327
+ "email",
328
+ 0.268961101770401
329
+ ],
330
+ [
331
+ "gradguard",
332
+ 0.2523418068885803
333
+ ],
334
+ [
335
+ "edu",
336
+ 0.24563497304916382
337
+ ]
338
+ ],
339
+ "8": [
340
+ [
341
+ "tuition",
342
+ 0.5764894485473633
343
+ ],
344
+ [
345
+ "fees",
346
+ 0.5209717750549316
347
+ ],
348
+ [
349
+ "fee",
350
+ 0.4809897840023041
351
+ ],
352
+ [
353
+ "expenses",
354
+ 0.4275992512702942
355
+ ],
356
+ [
357
+ "payment",
358
+ 0.40168243646621704
359
+ ],
360
+ [
361
+ "semester",
362
+ 0.3773939609527588
363
+ ],
364
+ [
365
+ "costs",
366
+ 0.35873931646347046
367
+ ],
368
+ [
369
+ "attendance",
370
+ 0.330925852060318
371
+ ],
372
+ [
373
+ "courses",
374
+ 0.30111145973205566
375
+ ],
376
+ [
377
+ "cost",
378
+ 0.2945491075515747
379
+ ]
380
+ ],
381
+ "9": [
382
+ [
383
+ "grants",
384
+ 0.5678377151489258
385
+ ],
386
+ [
387
+ "fafsa",
388
+ 0.5485429763793945
389
+ ],
390
+ [
391
+ "scholarship",
392
+ 0.5284754633903503
393
+ ],
394
+ [
395
+ "tuition",
396
+ 0.4800885021686554
397
+ ],
398
+ [
399
+ "enrolled",
400
+ 0.4008461833000183
401
+ ],
402
+ [
403
+ "grant",
404
+ 0.3783227503299713
405
+ ],
406
+ [
407
+ "aid",
408
+ 0.3213207721710205
409
+ ],
410
+ [
411
+ "university",
412
+ 0.2886653244495392
413
+ ],
414
+ [
415
+ "studentaid",
416
+ 0.25216710567474365
417
+ ],
418
+ [
419
+ "edu",
420
+ 0.24004745483398438
421
+ ]
422
+ ]
423
+ },
424
+ "topics": [
425
+ 6,
426
+ 6,
427
+ 6,
428
+ 7,
429
+ 6,
430
+ 0,
431
+ 2,
432
+ 6,
433
+ 6,
434
+ 6,
435
+ 6,
436
+ 3,
437
+ 3,
438
+ 3,
439
+ 3,
440
+ 3,
441
+ 3,
442
+ 8,
443
+ 5,
444
+ 9,
445
+ 8,
446
+ 5,
447
+ 5,
448
+ 9,
449
+ 5,
450
+ 3,
451
+ 3,
452
+ 5,
453
+ 5,
454
+ 9,
455
+ 5,
456
+ 5,
457
+ 1,
458
+ 1,
459
+ 1,
460
+ 1,
461
+ 1,
462
+ 1,
463
+ 1,
464
+ 9,
465
+ 1,
466
+ 1,
467
+ 5,
468
+ 1,
469
+ 5,
470
+ 1,
471
+ 4,
472
+ 4,
473
+ 4,
474
+ 4,
475
+ 4,
476
+ 4,
477
+ 3,
478
+ 4,
479
+ 4,
480
+ 4,
481
+ 4,
482
+ 0,
483
+ 7,
484
+ 6,
485
+ 9,
486
+ 8,
487
+ 0,
488
+ 2,
489
+ 0,
490
+ 0,
491
+ 0,
492
+ 8,
493
+ 0,
494
+ 7,
495
+ 0,
496
+ 7,
497
+ 4,
498
+ 0,
499
+ 0,
500
+ 0,
501
+ 7,
502
+ 9,
503
+ 2,
504
+ 2,
505
+ 2,
506
+ 2,
507
+ 2,
508
+ 2,
509
+ 2,
510
+ 0,
511
+ 0,
512
+ 0,
513
+ 0,
514
+ 0,
515
+ 0,
516
+ 0,
517
+ 0,
518
+ 2,
519
+ 7,
520
+ 7,
521
+ 8,
522
+ 2,
523
+ 2,
524
+ 8,
525
+ 0,
526
+ 8,
527
+ 3,
528
+ 3,
529
+ 1,
530
+ 1,
531
+ 1
532
+ ],
533
+ "topic_sizes": {
534
+ "6": 9,
535
+ "7": 7,
536
+ "0": 20,
537
+ "2": 12,
538
+ "3": 11,
539
+ "8": 7,
540
+ "5": 10,
541
+ "9": 6,
542
+ "1": 14,
543
+ "4": 11
544
+ },
545
+ "topic_mapper": [
546
+ [
547
+ 0,
548
+ 0,
549
+ 3
550
+ ],
551
+ [
552
+ 1,
553
+ 1,
554
+ 1
555
+ ],
556
+ [
557
+ 2,
558
+ 2,
559
+ 6
560
+ ],
561
+ [
562
+ 3,
563
+ 3,
564
+ 0
565
+ ],
566
+ [
567
+ 4,
568
+ 4,
569
+ 4
570
+ ],
571
+ [
572
+ 5,
573
+ 5,
574
+ 7
575
+ ],
576
+ [
577
+ 6,
578
+ 6,
579
+ 2
580
+ ],
581
+ [
582
+ 7,
583
+ 7,
584
+ 8
585
+ ],
586
+ [
587
+ 8,
588
+ 8,
589
+ 9
590
+ ],
591
+ [
592
+ 9,
593
+ 9,
594
+ 5
595
+ ]
596
+ ],
597
+ "topic_labels": {
598
+ "0": "0_payments_tuition_payment_expenses",
599
+ "1": "1_scholarship_tuition_college_eligibility",
600
+ "2": "2_tuition_semester_fees_campus",
601
+ "3": "3_admissions_applicants_applying_enrolled",
602
+ "4": "4_insurance_immunization_doses_student",
603
+ "5": "5_fafsa_scholarships_grants_enrolled",
604
+ "6": "6_1098_irs_form_tax",
605
+ "7": "7_enroll_salem_salemstate_school_id",
606
+ "8": "8_tuition_fees_fee_expenses",
607
+ "9": "9_grants_fafsa_scholarship_tuition"
608
+ },
609
+ "custom_labels": null,
610
+ "_outliers": 0,
611
+ "topic_aspects": {}
612
+ }