Vrushali commited on
Commit
3a58f5a
1 Parent(s): 4b197e0

Update spaCy pipeline

Browse files
Files changed (9) hide show
  1. README.md +11 -11
  2. config.cfg +1 -0
  3. en_pipeline-any-py3-none-any.whl +2 -2
  4. meta.json +8 -14
  5. ner/model +0 -0
  6. ner/moves +1 -1
  7. tok2vec/model +1 -1
  8. tokenizer +0 -0
  9. vocab/strings.json +145 -1562
README.md CHANGED
@@ -13,19 +13,19 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.9854014599
17
  - name: NER Recall
18
  type: recall
19
- value: 0.9782608696
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.9818181818
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
26
  | **Name** | `en_pipeline` |
27
  | **Version** | `0.0.0` |
28
- | **spaCy** | `>=3.4.4,<3.5.0` |
29
  | **Default Pipeline** | `tok2vec`, `ner` |
30
  | **Components** | `tok2vec`, `ner` |
31
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
@@ -37,11 +37,11 @@ model-index:
37
 
38
  <details>
39
 
40
- <summary>View label scheme (2 labels for 1 components)</summary>
41
 
42
  | Component | Labels |
43
  | --- | --- |
44
- | **`ner`** | `TAKEAWAYS`, `TOPIC` |
45
 
46
  </details>
47
 
@@ -49,8 +49,8 @@ model-index:
49
 
50
  | Type | Score |
51
  | --- | --- |
52
- | `ENTS_F` | 98.18 |
53
- | `ENTS_P` | 98.54 |
54
- | `ENTS_R` | 97.83 |
55
- | `TOK2VEC_LOSS` | 119780.67 |
56
- | `NER_LOSS` | 10030.77 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 1.0
17
  - name: NER Recall
18
  type: recall
19
+ value: 1.0
20
  - name: NER F Score
21
  type: f_score
22
+ value: 1.0
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
26
  | **Name** | `en_pipeline` |
27
  | **Version** | `0.0.0` |
28
+ | **spaCy** | `>=3.5.2,<3.6.0` |
29
  | **Default Pipeline** | `tok2vec`, `ner` |
30
  | **Components** | `tok2vec`, `ner` |
31
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
 
37
 
38
  <details>
39
 
40
+ <summary>View label scheme (1 labels for 1 components)</summary>
41
 
42
  | Component | Labels |
43
  | --- | --- |
44
+ | **`ner`** | `ABV` |
45
 
46
  </details>
47
 
 
49
 
50
  | Type | Score |
51
  | --- | --- |
52
+ | `ENTS_F` | 100.00 |
53
+ | `ENTS_P` | 100.00 |
54
+ | `ENTS_R` | 100.00 |
55
+ | `TOK2VEC_LOSS` | 0.00 |
56
+ | `NER_LOSS` | 0.00 |
config.cfg CHANGED
@@ -93,6 +93,7 @@ eval_frequency = 200
93
  frozen_components = []
94
  annotating_components = []
95
  before_to_disk = null
 
96
 
97
  [training.batcher]
98
  @batchers = "spacy.batch_by_words.v1"
 
93
  frozen_components = []
94
  annotating_components = []
95
  before_to_disk = null
96
+ before_update = null
97
 
98
  [training.batcher]
99
  @batchers = "spacy.batch_by_words.v1"
en_pipeline-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83817582337fdffa2e0eef1eb2d34f437e3081bd3aaa49a7f6b67d1fad4b5bd6
3
- size 5684369
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d38a58a71cbc0caf0efb9f04955d82a36c2d5485f17a193db833b8f580740da
3
+ size 5658903
meta.json CHANGED
@@ -7,7 +7,7 @@
7
  "email":"",
8
  "url":"",
9
  "license":"",
10
- "spacy_version":">=3.4.4,<3.5.0",
11
  "spacy_git_version":"Unknown",
12
  "vectors":{
13
  "width":0,
@@ -20,8 +20,7 @@
20
 
21
  ],
22
  "ner":[
23
- "TAKEAWAYS",
24
- "TOPIC"
25
  ]
26
  },
27
  "pipeline":[
@@ -36,23 +35,18 @@
36
 
37
  ],
38
  "performance":{
39
- "ents_f":0.9818181818,
40
- "ents_p":0.9854014599,
41
- "ents_r":0.9782608696,
42
  "ents_per_type":{
43
- "TOPIC":{
44
  "p":1.0,
45
  "r":1.0,
46
  "f":1.0
47
- },
48
- "TAKEAWAYS":{
49
- "p":0.9821428571,
50
- "r":0.9734513274,
51
- "f":0.9777777778
52
  }
53
  },
54
- "tok2vec_loss":1197.8066997819,
55
- "ner_loss":100.3076658493
56
  },
57
  "requirements":[
58
 
 
7
  "email":"",
8
  "url":"",
9
  "license":"",
10
+ "spacy_version":">=3.5.2,<3.6.0",
11
  "spacy_git_version":"Unknown",
12
  "vectors":{
13
  "width":0,
 
20
 
21
  ],
22
  "ner":[
23
+ "ABV"
 
24
  ]
25
  },
26
  "pipeline":[
 
35
 
36
  ],
37
  "performance":{
38
+ "ents_f":1.0,
39
+ "ents_p":1.0,
40
+ "ents_r":1.0,
41
  "ents_per_type":{
42
+ "ABV":{
43
  "p":1.0,
44
  "r":1.0,
45
  "f":1.0
 
 
 
 
 
46
  }
47
  },
48
+ "tok2vec_loss":0.0000000039,
49
+ "ner_loss":0.0000000126
50
  },
51
  "requirements":[
52
 
ner/model CHANGED
Binary files a/ner/model and b/ner/model differ
 
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves٤{"0":{},"1":{"TAKEAWAYS":2073,"TOPIC":154},"2":{"TAKEAWAYS":2073,"TOPIC":154},"3":{"TAKEAWAYS":2073,"TOPIC":154},"4":{"TAKEAWAYS":2073,"TOPIC":154,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves�T{"0":{},"1":{"ABV":82},"2":{"ABV":82},"3":{"ABV":82},"4":{"ABV":82,"":1},"5":{"":1}}�cfg��neg_key�
tok2vec/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f162f633818903dd86c08666304f45974a03b9d03d4ea84e4615b9f9c9f207a
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c8d782e0a4e624d4e8be2b0cf0fea360f1524a8bd88747e68bfab93e6c0f020
3
  size 6009091
tokenizer CHANGED
The diff for this file is too large to render. See raw diff
 
vocab/strings.json CHANGED
@@ -1,14 +1,9 @@
1
  [
2
  "\t",
3
  "\n",
4
- "\n\r\n",
5
  "\r",
6
- "\r\n",
7
- "\r\n\r\n",
8
- "\r\n\r\n\r\n",
9
  " ",
10
  " ",
11
- "!",
12
  "\"",
13
  "'",
14
  "''",
@@ -99,7 +94,6 @@
99
  "._.",
100
  ".e.",
101
  ".g.",
102
- ".js",
103
  ".m.",
104
  ".s.",
105
  "/",
@@ -132,12 +126,13 @@
132
  "1p.m",
133
  "1p.m.",
134
  "2",
135
- "25",
136
  "2a.m",
137
  "2a.m.",
138
  "2p.m",
139
  "2p.m.",
140
  "3",
 
141
  "33",
142
  "333",
143
  "3a.m",
@@ -278,18 +273,13 @@
278
  ">:o",
279
  ">:x",
280
  "><(((*>",
281
- "?",
282
  "@",
283
  "@_@",
284
  "A",
285
- "ABC",
286
- "AYS",
287
- "Absolutely",
288
- "Additionally",
289
  "Adm",
290
  "Adm.",
291
- "Aesthetics",
292
- "Agile",
293
  "Ai",
294
  "Ak",
295
  "Ak.",
@@ -297,8 +287,7 @@
297
  "Ala.",
298
  "Alabama",
299
  "Alaska",
300
- "Alteryx",
301
- "Another",
302
  "Apr",
303
  "Apr.",
304
  "April",
@@ -309,99 +298,69 @@
309
  "Ark",
310
  "Ark.",
311
  "Arkansas",
312
- "At",
313
  "Aug",
314
  "Aug.",
315
  "August",
316
  "B",
317
- "BI",
318
- "Balancing",
319
- "Bank",
320
- "Best",
321
- "Blending",
322
  "Bros",
323
  "Bros.",
324
- "Businesses",
325
- "By",
326
  "C",
327
  "C'm",
328
  "C++",
329
  "C.",
330
- "CTA",
331
  "Ca",
332
  "Calif",
333
  "Calif.",
334
  "California",
335
  "Can",
336
- "Capital",
337
  "Cause",
338
- "Changes",
339
- "Cloud",
340
  "Co",
341
  "Co.",
342
  "Colo",
343
  "Colo.",
344
  "Colorado",
345
- "Common",
346
  "Conn",
347
  "Conn.",
348
  "Connecticut",
349
  "Corp",
350
  "Corp.",
351
- "Corporation",
352
  "Cos",
353
  "Could",
354
  "Coz",
355
- "Creating",
356
  "Cuz",
357
- "Cybersecurity",
358
  "C\u2019m",
359
  "D",
360
  "D.",
361
  "D.C.",
362
- "D3.js",
363
- "DEF",
364
  "Dare",
365
- "Data",
366
  "Dec",
367
  "Dec.",
368
  "December",
369
- "Deciding",
370
  "Del",
371
  "Del.",
372
  "Delaware",
373
- "Deploying",
374
- "Designing",
375
- "Developing",
376
  "Did",
377
  "Do",
378
  "Does",
379
  "Doin",
380
  "Doin'",
381
  "Doin\u2019",
382
- "Download",
383
  "Dr",
384
  "Dr.",
385
  "E",
386
  "E.G.",
387
  "E.g",
388
  "E.g.",
389
- "Eisenhower",
390
- "Engagement",
391
- "Engaging",
392
- "Ensuring",
393
- "Excel",
394
  "F",
395
  "F.",
396
  "Feb",
397
  "Feb.",
398
  "February",
399
- "Finally",
400
  "Fla",
401
  "Fla.",
402
  "Florida",
403
- "Food",
404
- "For",
405
  "G",
406
  "Ga",
407
  "Ga.",
@@ -412,14 +371,11 @@
412
  "Goin'",
413
  "Goin\u2019",
414
  "Gon",
415
- "Good",
416
  "Got",
417
  "Gov",
418
  "Gov.",
419
- "Great",
420
  "H",
421
  "Had",
422
- "Handling",
423
  "Has",
424
  "Have",
425
  "Havin",
@@ -427,11 +383,9 @@
427
  "Havin\u2019",
428
  "He",
429
  "He's",
430
- "Hello",
431
  "He\u2019s",
432
  "How",
433
  "How's",
434
- "However",
435
  "How\u2019s",
436
  "I",
437
  "I.E.",
@@ -442,19 +396,16 @@
442
  "Id",
443
  "Id.",
444
  "Idaho",
445
- "If",
446
  "Ill",
447
  "Ill.",
448
  "Illinois",
449
- "In",
450
  "Inc",
451
  "Inc.",
452
  "Ind",
453
  "Ind.",
454
  "Indiana",
455
- "Instagram",
456
- "Instead",
457
- "Investment",
458
  "Iowa",
459
  "Is",
460
  "It",
@@ -464,9 +415,6 @@
464
  "Jan",
465
  "Jan.",
466
  "January",
467
- "John",
468
- "Johnson",
469
- "Jones",
470
  "Jr",
471
  "Jr.",
472
  "Jul",
@@ -486,17 +434,12 @@
486
  "Ky",
487
  "Ky.",
488
  "L",
 
489
  "La",
490
  "La.",
491
- "Leadership",
492
- "Leading",
493
- "Lee",
494
  "Let",
495
  "Let's",
496
  "Let\u2019s",
497
- "LinkedIn",
498
- "Lisa",
499
- "Living",
500
  "Louisiana",
501
  "Lovin",
502
  "Lovin'",
@@ -504,24 +447,18 @@
504
  "Ltd",
505
  "Ltd.",
506
  "M",
507
- "MDM",
508
  "Ma'am",
509
- "Machine",
510
- "Maintaining",
511
- "Managing",
512
  "Mar",
513
  "Mar.",
514
  "March",
515
- "Mark",
516
  "Mass",
517
  "Mass.",
518
  "Massachusetts",
519
- "Matrix",
520
  "May",
521
  "Ma\u2019am",
522
  "Md",
523
  "Md.",
524
- "Measuring",
525
  "Messrs",
526
  "Messrs.",
527
  "Mich",
@@ -536,11 +473,8 @@
536
  "Mississippi",
537
  "Mo",
538
  "Mo.",
539
- "Mobile",
540
- "Moderator",
541
  "Mont",
542
  "Mont.",
543
- "Motivating",
544
  "Mount",
545
  "Mr",
546
  "Mr.",
@@ -564,7 +498,6 @@
564
  "Nebr.",
565
  "Nebraska",
566
  "Need",
567
- "Nervousness",
568
  "Nev",
569
  "Nev.",
570
  "Nevada",
@@ -581,7 +514,6 @@
581
  "Nov",
582
  "Nov.",
583
  "November",
584
- "Now",
585
  "Nuthin",
586
  "Nuthin'",
587
  "Nuthin\u2019",
@@ -594,55 +526,37 @@
594
  "Oct",
595
  "Oct.",
596
  "October",
 
597
  "Okla",
598
  "Okla.",
599
  "Oklahoma",
600
  "Ol",
601
  "Ol'",
602
  "Ol\u2019",
603
- "On",
604
- "One",
605
  "Ore",
606
  "Ore.",
607
  "Oregon",
608
  "Ought",
609
- "Our",
610
- "Overcoming",
611
  "O\u2019clock",
612
  "P",
613
- "PIC",
614
  "Pa",
615
  "Pa.",
616
- "Participant",
617
  "Pennsylvania",
618
  "Ph",
619
  "Ph.D.",
620
- "Pinterest",
621
- "Pomodoro",
622
- "Posting",
623
- "Power",
624
- "Prioritizing",
625
- "Procrastination",
626
- "Productivity",
627
  "Prof",
628
  "Prof.",
629
- "Project",
630
- "Public",
631
- "Python",
632
- "Q",
633
- "Q&A",
634
  "R",
635
  "ROOT",
636
- "Rachel",
637
  "Rep",
638
  "Rep.",
639
  "Rev",
640
  "Rev.",
641
  "S",
642
  "S.C.",
643
- "SEO",
644
- "Sarah",
645
- "Securing",
646
  "Sen",
647
  "Sen.",
648
  "Sep",
@@ -650,38 +564,27 @@
650
  "Sept",
651
  "Sept.",
652
  "September",
653
- "Serverless",
654
- "Setting",
655
  "Sha",
 
656
  "She",
657
  "She's",
658
  "She\u2019s",
659
  "Should",
660
- "Sign",
661
- "Smith",
662
- "Snapchat",
663
- "Social",
664
- "Solutions",
665
- "Some",
666
  "Somethin",
667
  "Somethin'",
668
  "Somethin\u2019",
669
  "South Carolina",
670
  "St",
671
  "St.",
672
- "Stakeholder",
673
- "Sure",
 
674
  "T",
675
- "TAKEAWAYS",
676
- "TOPIC",
677
- "Tableau",
678
- "Technique",
679
- "Techniques",
680
- "Technologies",
681
  "Tenn",
682
  "Tenn.",
683
  "Tennessee",
684
- "Thank",
685
  "That",
686
  "That's",
687
  "That\u2019s",
@@ -695,31 +598,20 @@
695
  "This's",
696
  "This\u2019s",
697
  "Those",
698
- "Time",
699
- "To",
700
- "Today",
701
- "Tom",
702
- "Trifacta",
703
  "U",
704
- "UI",
705
- "UX",
706
- "Unfortunately",
707
- "User",
708
  "V",
709
  "V.V",
710
  "V_V",
711
  "Va",
712
  "Va.",
713
  "Virginia",
714
- "Visualizing",
715
  "W",
716
  "Was",
717
  "Wash",
718
  "Wash.",
719
  "Washington",
720
  "We",
721
- "Web",
722
- "Welcome",
723
  "Were",
724
  "What",
725
  "What's",
@@ -730,7 +622,6 @@
730
  "Where",
731
  "Where's",
732
  "Where\u2019s",
733
- "While",
734
  "Who",
735
  "Who's",
736
  "Who\u2019s",
@@ -740,10 +631,8 @@
740
  "Wis",
741
  "Wis.",
742
  "Wisconsin",
743
- "With",
744
  "Wo",
745
  "Would",
746
- "X&X",
747
  "X'x",
748
  "X'xxxx",
749
  "X++",
@@ -754,13 +643,11 @@
754
  "X.x.",
755
  "XD",
756
  "XDD",
 
757
  "XX",
758
  "XXX",
759
- "XXXX",
760
- "XYZ",
761
  "X_X",
762
  "X_x",
763
- "Xd.xx",
764
  "Xx",
765
  "Xx'",
766
  "Xx'x",
@@ -778,7 +665,6 @@
778
  "Xxxxx'",
779
  "Xxxxx'x",
780
  "Xxxxx.",
781
- "XxxxxXx",
782
  "Xxxxx\u2019",
783
  "Xxxxx\u2019x",
784
  "Xxxx\u2019",
@@ -819,384 +705,114 @@
819
  "a.",
820
  "a.m",
821
  "a.m.",
822
- "abc",
823
- "abilities",
824
- "able",
825
  "about",
826
- "absolutely",
827
- "access",
828
- "accessibility",
829
- "accomplish",
830
- "accomplishments",
831
- "accordingly",
832
- "account",
833
- "accountable",
834
- "accuracy",
835
  "ace",
836
  "ach",
837
- "achievable",
838
- "achieve",
839
- "achievements",
840
- "ack",
841
- "act",
842
  "action",
843
- "actions",
844
- "actively",
845
- "activity",
846
- "acy",
847
- "adapt",
848
- "additionally",
849
- "address",
850
- "ade",
851
- "adjacent",
852
- "adjust",
853
- "adjustments",
854
  "adm",
855
  "adm.",
856
- "adopting",
857
- "advancement",
858
- "advantage",
859
- "aesthetics",
860
- "afe",
861
- "afternoon",
862
- "again",
863
  "age",
864
- "agile",
865
- "ags",
866
- "ahead",
867
  "ai",
868
- "ail",
869
  "ain",
870
  "ak",
871
  "ak.",
872
  "ake",
873
- "aks",
874
  "ala",
875
  "ala.",
876
- "algorithm",
877
- "algorithms",
878
- "align",
879
- "aligned",
880
- "alk",
881
  "all",
882
- "allow",
883
- "allowing",
884
- "allows",
885
- "alm",
886
- "along",
887
  "als",
888
- "also",
889
- "alternative",
890
- "alteryx",
891
- "always",
892
  "am",
893
  "ame",
894
- "among",
895
- "ams",
896
  "an",
897
  "an.",
898
- "analogous",
899
- "analysis",
900
- "analytics",
901
- "analyze",
902
- "analyzes",
903
- "analyzing",
904
  "and",
905
  "and/or",
906
- "ank",
907
- "another",
908
  "ans",
909
- "answer",
910
- "answers",
911
- "ant",
912
- "antivirus",
913
- "any",
914
- "anyone",
915
- "aph",
916
- "appealing",
917
- "appliances",
918
- "applications",
919
- "approach",
920
- "appropriate",
921
- "apps",
922
  "apr",
923
  "apr.",
924
- "aps",
925
- "apt",
926
  "ar.",
927
- "architecture",
928
- "ard",
929
  "are",
930
- "areas",
931
- "arise",
932
  "ariz",
933
  "ariz.",
934
  "ark",
935
  "ark.",
936
- "around",
937
- "arranged",
938
- "ars",
939
- "art",
940
- "artist",
941
- "artists",
942
- "arts",
943
- "artwork",
944
- "ary",
945
  "as",
946
  "ase",
947
  "ash",
948
- "aside",
949
- "ask",
950
- "asking",
951
- "aspect",
952
- "aspirations",
953
  "ass",
954
- "assessment",
955
- "assumptions",
956
  "ast",
957
- "asy",
958
  "at",
959
- "ata",
960
- "ate",
961
- "ats",
962
- "attacks",
963
- "attention",
964
- "attitude",
965
- "attract",
966
- "aud",
967
- "audience",
968
- "audits",
969
  "aug",
970
  "aug.",
971
- "augmentation",
972
- "authentication",
973
- "authorized",
974
- "automate",
975
- "automating",
976
  "available",
977
  "ave",
978
- "avoid",
979
- "aware",
980
- "awareness",
981
- "away",
982
  "ays",
983
  "b",
984
  "b.",
985
- "backups",
986
- "bags",
987
- "balance",
988
- "balanced",
989
- "balancing",
990
- "bank",
991
- "banks",
992
- "based",
993
- "basic",
994
  "be",
995
  "because",
996
- "become",
997
- "becoming",
998
- "been",
999
- "begin",
1000
- "beginning",
1001
- "behavior",
1002
- "behind",
1003
- "being",
1004
- "beliefs",
1005
- "benefits",
1006
  "ber",
1007
- "best",
1008
  "better",
1009
- "between",
1010
- "bi",
1011
- "bias",
1012
- "biased",
1013
- "biases",
1014
  "ble",
1015
- "blending",
1016
- "blindness",
1017
- "bly",
1018
- "borrowers",
1019
  "both",
1020
- "bottles",
1021
- "bottom",
1022
- "bound",
1023
- "boundaries",
1024
  "bout",
1025
  "br.",
1026
- "brand",
1027
- "breach",
1028
- "breaches",
1029
- "break",
1030
- "breaking",
1031
- "breakpoints",
1032
- "breaks",
1033
- "breathing",
1034
- "bring",
1035
  "bros",
1036
  "bros.",
1037
- "brushes",
1038
- "brushing",
1039
- "bug",
1040
- "build",
1041
- "building",
1042
- "burnout",
1043
- "business",
1044
- "businesses",
1045
- "but",
1046
- "buying",
1047
  "by",
1048
  "c",
1049
  "c'm",
1050
  "c++",
1051
  "c.",
1052
  "ca",
1053
- "cal",
1054
  "calif",
1055
  "calif.",
1056
- "call",
1057
- "calls",
1058
- "calm",
1059
  "can",
1060
- "capital",
1061
- "care",
1062
- "careful",
1063
- "carefully",
1064
- "carpooling",
1065
- "case",
1066
- "caught",
1067
  "cause",
1068
  "ce>",
1069
- "ced",
1070
- "cel",
1071
- "celebrate",
1072
- "celebrating",
1073
- "certified",
1074
- "ces",
1075
  "ch.",
1076
- "chains",
1077
- "challenge",
1078
- "challenges",
1079
- "challenging",
1080
- "changes",
1081
- "chart",
1082
- "charts",
1083
- "check",
1084
- "choice",
1085
- "choices",
1086
- "choose",
1087
- "choosing",
1088
- "chunks",
1089
- "churn",
1090
- "circular",
1091
- "cks",
1092
- "clarifying",
1093
  "cle",
1094
- "cleaning",
1095
- "clear",
1096
- "click",
1097
- "closely",
1098
- "cloud",
1099
  "co",
1100
  "co.",
1101
- "coach",
1102
- "collect",
1103
- "collecting",
1104
  "colo",
1105
  "colo.",
1106
- "color",
1107
- "colors",
1108
- "combination",
1109
- "combined",
1110
- "combining",
1111
  "come",
1112
- "comes",
1113
- "comments",
1114
- "commercial",
1115
- "common",
1116
- "communicate",
1117
- "communicating",
1118
- "communication",
1119
- "companies",
1120
- "compassion",
1121
- "compatibility",
1122
- "compatible",
1123
- "competing",
1124
- "complementary",
1125
- "complete",
1126
- "completed",
1127
- "completing",
1128
- "complex",
1129
- "complexity",
1130
- "comply",
1131
- "composition",
1132
- "compost",
1133
- "compostable",
1134
- "computing",
1135
- "concepts",
1136
- "concerns",
1137
- "concise",
1138
- "conclusions",
1139
- "conduct",
1140
- "conducted",
1141
- "conducting",
1142
- "conferencing",
1143
- "confidently",
1144
- "conflict",
1145
- "conflicts",
1146
  "conn",
1147
  "conn.",
1148
- "connectivity",
1149
- "cons",
1150
- "conserve",
1151
- "conserving",
1152
- "consider",
1153
- "consideration",
1154
- "considering",
1155
- "consistency",
1156
- "consistently",
1157
- "constantly",
1158
- "constraints",
1159
- "consumers",
1160
- "consuming",
1161
- "consumption",
1162
- "contain",
1163
- "containerization",
1164
- "content",
1165
- "context",
1166
- "contingency",
1167
- "continuously",
1168
- "contrast",
1169
- "controls",
1170
- "conversions",
1171
- "convey",
1172
  "corp",
1173
  "corp.",
1174
- "corporation",
1175
  "cos",
1176
- "cost",
1177
- "costs",
1178
  "could",
1179
- "course",
1180
  "coz",
1181
- "create",
1182
- "creates",
1183
- "creating",
1184
- "credit",
1185
- "crisis",
1186
- "critical",
1187
- "cross",
1188
- "crucial",
1189
  "ct.",
1190
- "cta",
1191
  "cts",
1192
- "culture",
1193
- "current",
1194
- "cus",
1195
- "customer",
1196
- "customers",
1197
  "cuz",
1198
- "cyber",
1199
- "cybersecurity",
1200
  "c\u2019m",
1201
  "d",
1202
  "d)",
@@ -1207,357 +823,122 @@
1207
  "d.c.",
1208
  "d.d",
1209
  "d.x",
1210
- "d3.js",
1211
- "dIn",
1212
  "dX",
1213
  "d_d",
1214
  "d_x",
1215
  "daily",
1216
- "damage",
1217
  "dare",
1218
- "data",
1219
- "date",
1220
  "day",
 
1221
  "dd",
1222
  "ddd",
1223
  "ddx.x",
1224
  "ddx.x.",
1225
- "deadlines",
1226
- "deal",
1227
- "dealing",
1228
- "debug",
1229
  "dec",
1230
  "dec.",
1231
- "decide",
1232
- "deciding",
1233
- "decision",
1234
- "decisions",
1235
- "decisive",
1236
  "ded",
1237
- "dedicated",
1238
- "deep",
1239
- "def",
1240
- "defining",
1241
- "definition",
1242
  "del",
1243
  "del.",
1244
- "delightful",
1245
- "deliver",
1246
- "deliverables",
1247
- "delivery",
1248
- "demand",
1249
- "denial",
1250
- "deo",
1251
- "depends",
1252
- "deploy",
1253
- "deploying",
1254
  "der",
1255
- "derive",
1256
- "des",
1257
- "design",
1258
- "designer",
1259
- "designing",
1260
- "desired",
1261
- "desktops",
1262
- "detail",
1263
- "detect",
1264
- "detecting",
1265
- "detection",
1266
- "determine",
1267
- "determining",
1268
- "develop",
1269
- "developed",
1270
- "developers",
1271
- "developing",
1272
- "development",
1273
- "device",
1274
- "devices",
1275
- "dia",
1276
  "did",
1277
- "different",
1278
- "difficult",
1279
- "digital",
1280
- "din",
1281
- "disabilities",
1282
- "disadvantages",
1283
- "discussing",
1284
- "dishes",
1285
- "disposable",
1286
- "disrupt",
1287
- "distorting",
1288
- "distractions",
1289
- "dit",
1290
- "diverse",
1291
- "dividing",
1292
- "dle",
1293
- "dly",
1294
  "dm.",
1295
  "do",
 
1296
  "does",
1297
  "doin",
1298
  "doin'",
1299
  "doing",
1300
  "doin\u2019",
1301
- "donate",
1302
- "doubt",
1303
  "down",
1304
- "download",
1305
  "dr",
1306
  "dr.",
1307
- "draw",
1308
- "drawbacks",
1309
- "drive",
1310
- "driven",
1311
- "driving",
1312
  "dry",
1313
- "during",
1314
  "dx.x",
1315
  "dx.x.",
1316
- "dynamic",
1317
  "e",
1318
  "e's",
1319
  "e.",
1320
  "e.g",
1321
  "e.g.",
1322
  "each",
1323
- "ead",
1324
- "eak",
1325
- "eal",
1326
- "eam",
1327
- "ear",
1328
- "early",
1329
- "eas",
1330
- "easy",
1331
  "eat",
1332
- "eau",
1333
  "eb.",
1334
  "ebr",
1335
  "ec.",
1336
- "ech",
1337
- "eck",
1338
- "eco",
1339
- "ect",
1340
- "eds",
1341
- "educating",
1342
  "eed",
1343
  "eek",
1344
- "eel",
1345
- "een",
1346
- "eep",
1347
- "ees",
1348
- "eet",
1349
- "effect",
1350
- "effective",
1351
- "effectively",
1352
  "effectiveness",
1353
- "efficient",
1354
- "efficiently",
1355
- "efforts",
1356
- "efs",
1357
  "eft",
1358
- "egy",
1359
- "eir",
1360
- "eisenhower",
1361
  "el.",
1362
- "eld",
1363
- "electronics",
1364
- "element",
1365
- "elements",
1366
- "elf",
1367
- "eliminates",
1368
  "ell",
1369
- "elm",
1370
- "elp",
1371
- "els",
1372
- "ely",
1373
  "em",
1374
- "emails",
1375
- "embracing",
1376
- "eme",
1377
- "employee",
1378
- "employees",
1379
- "empowering",
1380
- "ems",
1381
  "en",
1382
  "en.",
1383
- "enabling",
1384
- "encourage",
1385
- "encouraging",
1386
- "encrypting",
1387
- "encryption",
1388
- "end",
1389
- "energy",
1390
- "engage",
1391
- "engagement",
1392
- "engaging",
1393
- "engineering",
1394
- "enhance",
1395
- "enjoyable",
1396
  "enn",
1397
  "enough",
1398
- "ensure",
1399
- "ensuring",
1400
  "ent",
1401
- "environment",
1402
  "ep.",
1403
- "eps",
1404
  "ept",
1405
  "ere",
1406
- "erroneous",
1407
- "ers",
1408
  "ert",
1409
  "ery",
1410
  "ese",
1411
  "ess",
1412
- "essential",
1413
- "est",
1414
- "establish",
1415
- "establishing",
1416
- "esthetics",
1417
- "ete",
1418
- "ethical",
1419
- "ets",
1420
- "eup",
1421
  "ev.",
1422
- "evaluate",
1423
- "eve",
1424
  "evening",
1425
- "event",
1426
- "everyone",
1427
- "ews",
1428
- "example",
1429
- "examples",
1430
- "excel",
1431
- "excellent",
1432
- "excess",
1433
- "execute",
1434
- "execution",
1435
- "expectations",
1436
- "expense",
1437
- "experience",
1438
- "experiences",
1439
- "experiment",
1440
- "expert",
1441
- "expertise",
1442
- "explain",
1443
- "explore",
1444
- "exploring",
1445
- "expressive",
1446
- "ext",
1447
- "extensive",
1448
- "extract",
1449
- "eze",
1450
  "e\u2019s",
1451
  "f",
1452
  "f.",
1453
- "face",
1454
- "factor",
1455
- "factors",
1456
- "failure",
1457
- "fairness",
1458
- "family",
1459
- "fascinating",
1460
- "fashion",
1461
- "faucets",
1462
- "features",
1463
  "feb",
1464
  "feb.",
1465
- "feedback",
1466
- "feel",
1467
- "feeling",
1468
- "few",
1469
- "fic",
1470
- "fictional",
1471
- "field",
1472
- "final",
1473
- "finally",
1474
- "finance",
1475
- "find",
1476
- "firewalls",
1477
- "first",
1478
- "fixing",
1479
  "fla",
1480
  "fla.",
1481
- "flexibility",
1482
- "flexible",
1483
- "floor",
1484
- "flow",
1485
- "fluid",
1486
- "focus",
1487
- "focused",
1488
- "focusing",
1489
  "follow",
1490
- "followers",
1491
- "following",
1492
- "fonts",
1493
  "food",
1494
  "for",
1495
- "format",
1496
- "forms",
1497
- "found",
1498
- "fraud",
1499
- "fraudulent",
1500
- "free",
1501
- "freeze",
1502
- "frequency",
1503
- "friendly",
1504
- "friends",
1505
- "from",
1506
- "front",
1507
- "ful",
1508
- "functional",
1509
- "functionalities",
1510
  "g",
1511
  "g.",
1512
  "ga",
1513
  "ga.",
1514
- "gain",
1515
- "gained",
1516
  "ged",
1517
  "gen",
1518
  "gen.",
1519
- "general",
1520
- "ger",
1521
- "ges",
1522
- "get",
1523
  "ght",
1524
- "gic",
1525
- "gin",
1526
- "gle",
1527
- "glimpses",
1528
- "gly",
1529
- "gns",
1530
- "go",
1531
- "goals",
1532
  "goin",
1533
  "goin'",
1534
  "going",
1535
  "goin\u2019",
1536
  "gon",
1537
  "gonna",
1538
- "good",
1539
  "got",
1540
  "gov",
1541
  "gov.",
1542
- "graph",
1543
- "graphs",
1544
- "great",
1545
- "grocery",
1546
- "group",
1547
- "growth",
1548
- "guard",
1549
- "guide",
1550
- "guides",
1551
  "h",
1552
  "h.",
1553
- "hacks",
1554
  "had",
1555
- "han",
1556
- "hand",
1557
- "handle",
1558
- "handling",
1559
- "happen",
1560
- "harmonious",
1561
  "has",
1562
  "hat",
1563
  "have",
@@ -1567,167 +948,66 @@
1567
  "havin\u2019",
1568
  "he",
1569
  "he's",
1570
- "heard",
1571
- "heavily",
1572
- "hel",
1573
- "hello",
1574
- "help",
1575
- "helpful",
1576
- "hem",
1577
  "hen",
1578
- "her",
1579
- "hes",
1580
  "hey",
1581
  "he\u2019s",
1582
- "high",
1583
  "hin",
1584
- "hip",
1585
  "his",
1586
- "historical",
1587
- "hly",
1588
- "hms",
1589
- "home",
1590
- "hon",
1591
- "hop",
1592
- "hope",
1593
- "horizontally",
1594
  "how",
1595
  "how's",
1596
- "however",
1597
  "how\u2019s",
1598
- "hts",
1599
- "huge",
1600
  "i",
1601
  "i.",
1602
  "i.e",
1603
  "i.e.",
1604
  "ia",
1605
  "ia.",
1606
- "ial",
1607
- "ias",
1608
  "ice",
1609
  "ich",
1610
- "ick",
1611
- "icons",
1612
- "ics",
1613
- "ict",
1614
  "id",
1615
  "id.",
1616
- "ide",
1617
- "identify",
1618
- "identifying",
1619
- "identity",
1620
- "ied",
1621
- "ies",
1622
- "iew",
1623
- "if",
1624
  "if.",
1625
- "ife",
1626
- "ify",
1627
  "igh",
1628
- "ign",
1629
- "ike",
1630
  "ild",
1631
- "ile",
1632
  "ill",
1633
  "ill.",
1634
- "ils",
1635
  "ily",
1636
- "imbalanced",
1637
  "ime",
1638
- "impact",
1639
- "implement",
1640
- "implementing",
1641
- "importance",
1642
- "important",
1643
- "improve",
1644
- "improved",
1645
- "improvement",
1646
- "improvements",
1647
  "in",
1648
  "in'",
1649
- "inaccurate",
1650
  "inc",
1651
  "inc.",
1652
- "include",
1653
- "includes",
1654
- "including",
1655
- "incomplete",
1656
- "incorporate",
1657
- "incorporating",
1658
- "increase",
1659
- "increased",
1660
  "ind",
1661
  "ind.",
1662
- "industry",
1663
  "ine",
1664
- "inefficiencies",
1665
- "inform",
1666
- "information",
1667
- "informative",
1668
- "informed",
1669
- "infrastructure",
1670
  "ing",
 
1671
  "inn",
1672
- "innovation",
1673
- "input",
1674
- "ins",
1675
- "insightful",
1676
- "insights",
1677
- "inspiring",
1678
- "instagram",
1679
- "instead",
1680
- "instructor",
1681
  "int",
1682
- "interact",
1683
- "interacting",
1684
- "interactive",
1685
- "interactivity",
1686
- "interesting",
1687
- "interface",
1688
- "interfaces",
1689
- "interruptions",
1690
- "intersections",
1691
- "intervals",
1692
  "into",
1693
- "introduction",
1694
- "intuitive",
1695
- "investment",
1696
- "involve",
1697
- "involves",
1698
  "in\u2019",
1699
  "ion",
1700
- "ior",
1701
- "ips",
1702
- "irrelevant",
1703
  "is",
1704
  "is.",
1705
- "isa",
1706
- "ise",
1707
- "ish",
1708
- "isk",
1709
  "iss",
1710
- "issues",
1711
  "ist",
1712
- "isy",
1713
  "it",
1714
  "it's",
1715
- "ite",
1716
- "iterative",
1717
  "ith",
1718
- "its",
1719
- "ity",
1720
  "it\u2019s",
1721
  "ive",
1722
  "iz.",
1723
- "ize",
1724
  "j",
1725
  "j.",
1726
  "jan",
1727
  "jan.",
1728
- "john",
1729
- "johnson",
1730
- "jones",
1731
  "jr",
1732
  "jr.",
1733
  "jul",
@@ -1741,203 +1021,72 @@
1741
  "kan.",
1742
  "kans",
1743
  "kans.",
1744
- "ked",
1745
- "keep",
1746
- "keeping",
1747
- "ker",
1748
- "kes",
1749
- "ket",
1750
- "key",
1751
- "keyboard",
1752
  "kla",
1753
- "kly",
1754
- "knives",
1755
  "ky",
1756
  "ky.",
1757
  "l",
1758
  "l.",
1759
  "la",
1760
  "la.",
1761
- "labels",
1762
- "lan",
1763
- "language",
1764
- "lar",
1765
- "large",
1766
- "laundry",
1767
- "layering",
1768
- "layout",
1769
- "layouts",
1770
- "lead",
1771
- "leader",
1772
- "leadership",
1773
- "leading",
1774
- "leaks",
1775
- "learning",
1776
- "lee",
1777
- "leftovers",
1778
- "legacy",
1779
- "legends",
1780
- "legitimate",
1781
- "lem",
1782
- "lending",
1783
- "ler",
1784
- "les",
1785
  "let",
1786
  "let's",
1787
  "let\u2019s",
1788
- "level",
1789
- "leveraging",
1790
- "lex",
1791
- "libraries",
1792
- "lic",
1793
  "lif",
1794
- "life",
1795
- "lifestyle",
1796
- "lights",
1797
- "like",
1798
- "limit",
1799
- "limited",
1800
- "lines",
1801
- "lineup",
1802
- "linkedin",
1803
- "lio",
1804
- "lisa",
1805
- "list",
1806
- "listen",
1807
- "listening",
1808
- "live",
1809
- "lives",
1810
- "living",
1811
  "ll",
1812
  "ll.",
1813
- "llo",
1814
- "lls",
1815
  "lly",
1816
  "lo.",
1817
- "local",
1818
- "location",
1819
- "logs",
1820
- "looking",
1821
- "looks",
1822
- "lop",
1823
- "lor",
1824
- "lot",
1825
  "lovin",
1826
  "lovin'",
1827
  "loving",
1828
  "lovin\u2019",
1829
  "low",
1830
- "loy",
1831
- "lso",
1832
  "ltd",
1833
  "ltd.",
1834
- "lti",
1835
- "lts",
1836
- "lue",
1837
- "lve",
1838
  "m",
1839
  "m.",
1840
  "ma'am",
1841
- "machine",
1842
  "madam",
1843
- "made",
1844
- "mainly",
1845
- "maintain",
1846
- "maintaining",
1847
- "maintenance",
1848
  "make",
1849
- "making",
1850
- "malicious",
1851
- "malware",
1852
- "manage",
1853
- "manageable",
1854
  "management",
1855
- "manager",
1856
- "manages",
1857
- "managing",
1858
- "manner",
1859
- "manual",
1860
- "many",
1861
  "mar",
1862
  "mar.",
1863
- "market",
1864
- "marketing",
1865
  "mass",
1866
  "mass.",
1867
- "mat",
1868
- "matrix",
1869
- "maximize",
1870
  "may",
1871
  "ma\u2019am",
1872
  "md",
1873
  "md.",
1874
- "mdm",
1875
  "meals",
1876
- "meaningful",
1877
- "means",
1878
- "measurable",
1879
- "measure",
1880
- "measures",
1881
  "measuring",
1882
- "med",
1883
- "media",
1884
- "meet",
1885
- "members",
1886
- "mental",
1887
- "mer",
1888
  "mes",
1889
- "message",
1890
- "messages",
1891
  "messrs",
1892
  "messrs.",
1893
- "methodology",
1894
- "methods",
1895
- "metrics",
1896
- "mic",
1897
  "mich",
1898
  "mich.",
1899
  "might",
1900
- "migrated",
1901
- "migration",
1902
- "milestones",
1903
- "mind",
1904
- "mindful",
1905
- "mindset",
1906
- "minimize",
1907
  "minn",
1908
  "minn.",
1909
  "minutes",
1910
- "misrepresenting",
1911
  "miss",
1912
  "miss.",
1913
- "missing",
1914
- "mistake",
1915
- "mistakes",
1916
- "mit",
1917
- "mitigate",
1918
  "mo",
1919
  "mo.",
1920
- "mobile",
1921
- "model",
1922
- "models",
1923
- "moderator",
1924
- "modifications",
1925
- "momentum",
1926
- "mon",
1927
- "monitor",
1928
- "monitoring",
1929
  "mont",
1930
  "mont.",
1931
- "more",
1932
  "morning",
1933
- "most",
1934
- "motivate",
1935
- "motivated",
1936
- "motivating",
1937
- "motivation",
1938
- "move",
1939
- "moving",
1940
- "mps",
1941
  "mr",
1942
  "mr.",
1943
  "mrs",
@@ -1946,10 +1095,8 @@
1946
  "ms.",
1947
  "mt",
1948
  "mt.",
1949
- "much",
1950
- "multi",
1951
- "multimedia",
1952
- "multiple",
1953
  "must",
1954
  "n",
1955
  "n's",
@@ -1962,42 +1109,20 @@
1962
  "n.m.",
1963
  "n.y.",
1964
  "na",
1965
- "nal",
1966
- "nas",
1967
- "navigate",
1968
- "navigation",
1969
  "nc.",
1970
  "nce",
1971
- "ncy",
1972
  "nd.",
1973
- "nds",
1974
- "near",
1975
  "neb",
1976
  "neb.",
1977
  "nebr",
1978
  "nebr.",
1979
- "necessary",
1980
  "ned",
1981
  "need",
1982
- "needed",
1983
- "needs",
1984
- "negative",
1985
- "neglected",
1986
  "ner",
1987
- "nervousness",
1988
- "nes",
1989
- "network",
1990
  "nev",
1991
  "nev.",
1992
- "never",
1993
- "new",
1994
- "news",
1995
- "nge",
1996
- "ngs",
1997
- "nks",
1998
- "nly",
1999
  "nn.",
2000
- "noisy",
2001
  "not",
2002
  "nothin",
2003
  "nothin'",
@@ -2005,15 +1130,12 @@
2005
  "nothin\u2019",
2006
  "nov",
2007
  "nov.",
2008
- "now",
2009
  "ns.",
2010
- "nse",
2011
  "nt",
2012
  "nt.",
2013
  "nto",
2014
- "nts",
2015
- "nty",
2016
  "nuff",
 
2017
  "nuthin",
2018
  "nuthin'",
2019
  "nuthin\u2019",
@@ -2029,104 +1151,47 @@
2029
  "o_0",
2030
  "o_O",
2031
  "o_o",
2032
- "oad",
2033
- "objectives",
2034
- "observe",
2035
- "obstacle",
2036
  "ock",
2037
  "oct",
2038
  "oct.",
2039
- "ods",
2040
  "oes",
2041
  "of",
2042
  "of.",
2043
- "off",
2044
- "offers",
2045
- "office",
2046
- "often",
2047
- "ogs",
2048
- "ogy",
2049
- "ohn",
2050
  "oid",
2051
  "oin",
 
2052
  "okla",
2053
  "okla.",
2054
- "oks",
2055
  "ol",
2056
  "ol'",
2057
  "old",
2058
- "ole",
2059
  "olo",
2060
- "ols",
2061
  "ol\u2019",
2062
- "ome",
2063
  "on",
2064
  "once",
2065
  "ond",
2066
  "one",
2067
- "ones",
2068
  "ong",
2069
- "online",
2070
- "only",
2071
  "onn",
2072
  "ons",
2073
  "ont",
2074
  "ood",
2075
  "ool",
2076
- "oon",
2077
- "oor",
2078
- "oot",
2079
- "ope",
2080
- "open",
2081
- "operations",
2082
- "opportunities",
2083
- "opposite",
2084
  "ops",
2085
- "optimize",
2086
- "optimizing",
2087
- "option",
2088
  "or",
2089
  "ore",
2090
  "ore.",
2091
- "organizing",
2092
- "oriented",
2093
- "ork",
2094
  "orm",
2095
- "oro",
2096
  "orp",
2097
- "ors",
2098
- "ort",
2099
- "ory",
2100
  "os.",
2101
  "ose",
2102
- "oss",
2103
- "ost",
2104
- "ote",
2105
  "oth",
2106
- "other",
2107
- "oud",
2108
  "ought",
2109
- "oup",
2110
  "our",
2111
- "ourselves",
2112
- "ous",
2113
  "out",
2114
- "outcome",
2115
- "outcomes",
2116
- "outline",
2117
- "outlining",
2118
  "ov.",
2119
- "ove",
2120
- "over",
2121
- "overcome",
2122
- "overcoming",
2123
- "overfitting",
2124
- "overwhelm",
2125
- "overwhelmed",
2126
- "overwhelming",
2127
  "own",
2128
- "ownership",
2129
- "ows",
2130
  "o\u2019clock",
2131
  "o\u2019s",
2132
  "p",
@@ -2135,579 +1200,158 @@
2135
  "p.m.",
2136
  "pa",
2137
  "pa.",
2138
- "packaging",
2139
- "page",
2140
  "pain",
2141
- "painting",
2142
- "palette",
2143
- "paralysis",
2144
- "part",
2145
- "participant",
2146
- "passwords",
2147
- "patterns",
2148
- "ped",
2149
- "pen",
2150
- "people",
2151
- "performance",
2152
- "persisting",
2153
- "personal",
2154
- "personalize",
2155
- "personalized",
2156
- "personas",
2157
- "pes",
2158
  "ph",
2159
  "ph.d.",
2160
- "phased",
2161
- "phishing",
2162
- "phone",
2163
- "photography",
2164
- "phs",
2165
- "phy",
2166
- "pic",
2167
- "pinterest",
2168
- "pitfall",
2169
- "pitfalls",
2170
  "place",
2171
- "placed",
2172
- "placing",
2173
- "plan",
2174
- "planning",
2175
- "plans",
2176
- "plants",
2177
- "plastics",
2178
- "platform",
2179
- "platforms",
2180
- "ple",
2181
  "please",
2182
  "ply",
2183
  "pm",
2184
- "point",
2185
- "points",
2186
- "policies",
2187
- "pomodoro",
2188
- "popular",
2189
- "popularity",
2190
- "portfolio",
2191
- "positive",
2192
- "possible",
2193
- "post",
2194
- "posting",
2195
- "posts",
2196
- "potential",
2197
- "power",
2198
- "powerful",
2199
- "pps",
2200
  "pr.",
2201
- "practical",
2202
- "practice",
2203
- "practices",
2204
- "practicing",
2205
- "predict",
2206
- "predicting",
2207
- "preferences",
2208
- "preparation",
2209
- "prepare",
2210
- "preparing",
2211
- "preprocessing",
2212
- "presence",
2213
- "presentation",
2214
- "presentations",
2215
- "presenter",
2216
- "presenters",
2217
- "prevalent",
2218
- "prevent",
2219
- "prices",
2220
- "primarily",
2221
- "primary",
2222
- "principle",
2223
- "principles",
2224
- "priorities",
2225
- "prioritize",
2226
- "prioritizing",
2227
- "privacy",
2228
- "proactive",
2229
- "problem",
2230
- "problems",
2231
- "procedures",
2232
- "process",
2233
- "processes",
2234
- "procrastinating",
2235
- "procrastination",
2236
- "production",
2237
- "productive",
2238
- "productivity",
2239
- "products",
2240
  "prof",
2241
  "prof.",
2242
- "professional",
2243
- "professionals",
2244
- "proficiency",
2245
- "programs",
2246
- "progress",
2247
- "project",
2248
- "projects",
2249
- "prominent",
2250
- "promptly",
2251
- "pros",
2252
- "prospects",
2253
- "protect",
2254
- "protocols",
2255
  "provider",
2256
- "provides",
2257
- "providing",
2258
  "pt.",
2259
- "pts",
2260
- "public",
2261
- "purpose",
2262
- "put",
2263
- "python",
2264
  "q",
2265
- "q&a",
2266
  "q.",
2267
- "qualitative",
2268
- "quality",
2269
- "quantitative",
2270
- "que",
2271
- "question",
2272
- "questions",
2273
- "quickly",
2274
  "r",
2275
  "r.",
2276
- "rachel",
2277
- "rah",
2278
- "ral",
2279
- "ram",
2280
- "range",
2281
- "rate",
2282
- "rather",
2283
- "raw",
2284
- "rce",
2285
- "rch",
2286
- "rds",
2287
  "re",
2288
  "re.",
2289
- "reach",
2290
- "real",
2291
- "realistic",
2292
- "realized",
2293
- "really",
2294
- "reassessing",
2295
- "recent",
2296
- "recognize",
2297
- "recognizing",
2298
- "recommend",
2299
- "recommendations",
2300
- "recommending",
2301
- "recyclable",
2302
- "red",
2303
- "reduce",
2304
- "reduced",
2305
- "reducing",
2306
  "ree",
2307
- "regardless",
2308
- "regular",
2309
- "regularization",
2310
- "regularly",
2311
- "regulatory",
2312
- "related",
2313
- "relationships",
2314
- "relaxation",
2315
- "relevant",
2316
- "reliable",
2317
- "relying",
2318
- "remaining",
2319
- "remains",
2320
- "remote",
2321
- "removing",
2322
- "renowned",
2323
  "rep",
2324
  "rep.",
2325
- "replacing",
2326
- "reports",
2327
- "representation",
2328
- "representations",
2329
- "representative",
2330
- "required",
2331
- "requirements",
2332
- "requires",
2333
- "res",
2334
- "research",
2335
- "researching",
2336
- "resolution",
2337
- "resonates",
2338
- "resonating",
2339
- "resources",
2340
- "respected",
2341
- "respond",
2342
- "responding",
2343
- "responsibilities",
2344
- "responsive",
2345
- "results",
2346
- "retain",
2347
- "reusable",
2348
- "reuse",
2349
  "rev",
2350
  "rev.",
2351
- "review",
2352
- "rge",
2353
- "rgy",
2354
- "right",
2355
- "risk",
2356
- "risks",
2357
- "rix",
2358
  "riz",
2359
  "rk.",
2360
- "rks",
2361
- "rld",
2362
  "rly",
2363
- "rms",
2364
- "rns",
2365
- "robust",
2366
  "rof",
2367
- "role",
2368
- "roles",
2369
- "rom",
2370
  "ros",
2371
- "routine",
2372
  "rp.",
2373
  "rs.",
2374
  "rse",
2375
- "rst",
2376
- "rts",
2377
- "rule",
2378
- "running",
2379
- "rus",
2380
- "rve",
2381
- "ryx",
2382
  "s",
2383
  "s's",
2384
  "s.",
2385
  "s.c.",
2386
- "safe",
2387
- "sales",
2388
  "same",
2389
- "sarah",
2390
- "satisfaction",
2391
- "scalability",
2392
- "scalable",
2393
- "scams",
2394
- "scenes",
2395
- "schedule",
2396
- "scheme",
2397
- "schemes",
2398
- "scope",
2399
- "scraps",
2400
- "screen",
2401
- "seasoned",
2402
- "second",
2403
- "secondary",
2404
- "secure",
2405
- "securing",
2406
- "security",
2407
- "sed",
2408
- "seek",
2409
- "seeking",
2410
- "selecting",
2411
- "self",
2412
  "sen",
2413
  "sen.",
2414
- "sender",
2415
- "sense",
2416
- "sensitive",
2417
- "sensitivity",
2418
- "seo",
2419
  "sep",
2420
  "sep.",
2421
  "sept",
2422
  "sept.",
2423
- "ser",
2424
- "serve",
2425
- "server",
2426
- "serverless",
2427
- "servers",
2428
- "service",
2429
- "services",
2430
- "ses",
2431
- "session",
2432
- "set",
2433
- "setbacks",
2434
- "setting",
2435
- "settings",
2436
- "several",
2437
  "sh.",
2438
  "sha",
 
2439
  "shall",
2440
- "share",
2441
- "shared",
2442
- "sharing",
2443
  "she",
2444
  "she's",
2445
- "shelters",
2446
  "she\u2019s",
2447
- "shopping",
2448
- "short",
2449
- "shorter",
2450
  "should",
2451
- "showers",
2452
- "sic",
2453
- "sign",
2454
- "significant",
2455
- "signs",
2456
- "simple",
2457
- "single",
2458
- "sis",
2459
- "situation",
2460
- "size",
2461
- "sizes",
2462
- "skill",
2463
- "skills",
2464
- "sks",
2465
  "sly",
2466
  "small",
2467
- "smaller",
2468
- "smartphones",
2469
- "smith",
2470
- "smooth",
2471
- "snapchat",
2472
- "so",
2473
- "social",
2474
- "software",
2475
- "solely",
2476
- "solution",
2477
- "solutions",
2478
- "solve",
2479
- "some",
2480
  "somethin",
2481
  "somethin'",
2482
  "something",
2483
  "somethin\u2019",
2484
- "son",
2485
- "source",
2486
- "sources",
2487
  "space",
2488
- "speaker",
2489
- "speakers",
2490
- "speaking",
2491
- "specific",
2492
- "speech",
2493
- "spend",
2494
  "srs",
2495
  "ss.",
2496
  "st",
2497
  "st.",
2498
- "stakeholder",
2499
- "stakeholders",
2500
- "standards",
2501
- "start",
2502
- "starting",
2503
- "statement",
2504
- "statistical",
2505
  "stay",
2506
- "ste",
2507
- "step",
2508
- "steps",
2509
- "stick",
2510
- "stock",
2511
- "storytelling",
2512
- "strategic",
2513
- "strategies",
2514
- "strategy",
2515
- "streamline",
2516
- "strengths",
2517
- "stress",
2518
- "strong",
2519
- "sts",
2520
- "stumps",
2521
- "style",
2522
- "subtle",
2523
- "success",
2524
- "successful",
2525
- "successfully",
2526
- "such",
2527
- "suited",
2528
- "supervised",
2529
- "supply",
2530
- "support",
2531
- "supportive",
2532
  "sure",
2533
- "surround",
2534
- "suspicious",
2535
- "sustainability",
2536
- "sustainable",
2537
- "sustainably",
2538
- "systems",
2539
  "s\u2019s",
2540
  "t",
2541
  "t's",
2542
  "t.",
2543
  "ta",
2544
- "tableau",
2545
- "tablets",
2546
- "tactics",
2547
- "tag",
2548
  "take",
2549
- "takeaways",
2550
  "taking",
2551
- "tal",
2552
- "talk",
2553
- "target",
2554
- "targeting",
2555
- "task",
2556
- "tasks",
2557
  "tay",
2558
  "td.",
2559
- "teaching",
2560
- "team",
2561
- "technical",
2562
- "technique",
2563
- "techniques",
2564
- "technological",
2565
- "technologies",
2566
- "technology",
2567
  "ted",
2568
- "ten",
2569
  "tenn",
2570
  "tenn.",
2571
- "tep",
2572
  "ter",
2573
- "terms",
2574
- "tertiary",
2575
  "tes",
2576
- "test",
2577
- "testing",
2578
- "text",
2579
- "than",
2580
- "thank",
2581
  "that",
2582
  "that's",
2583
  "that\u2019s",
2584
  "the",
2585
- "theft",
2586
- "their",
2587
  "them",
2588
- "then",
2589
- "theory",
2590
  "there",
2591
  "there's",
2592
  "there\u2019s",
2593
  "these",
2594
  "they",
2595
- "things",
2596
- "thirds",
2597
  "this",
2598
  "this's",
2599
  "this\u2019s",
2600
- "thm",
2601
- "thorough",
2602
- "thoroughly",
2603
  "those",
2604
- "threats",
2605
- "through",
2606
- "throughout",
2607
- "ths",
2608
  "tic",
 
2609
  "time",
2610
- "timeline",
2611
- "timelines",
2612
  "times",
2613
- "tips",
2614
- "tle",
2615
  "tly",
2616
  "to",
2617
- "today",
2618
- "together",
2619
- "toilets",
2620
- "tom",
2621
- "too",
2622
- "tool",
2623
- "tools",
2624
- "top",
2625
- "topic",
2626
  "tor",
2627
- "towards",
2628
- "track",
2629
- "tracking",
2630
- "traditional",
2631
- "traffic",
2632
- "training",
2633
- "transactions",
2634
- "transforming",
2635
- "transition",
2636
- "transparent",
2637
- "transportation",
2638
- "trends",
2639
- "tricks",
2640
- "trifacta",
2641
- "try",
2642
- "trying",
2643
- "tte",
2644
  "tum",
2645
- "turning",
2646
- "two",
2647
- "type",
2648
- "types",
2649
- "typography",
2650
  "t\u2019s",
2651
  "u",
2652
  "u.",
2653
- "ual",
2654
- "ubt",
2655
- "uce",
2656
- "uch",
2657
- "uct",
2658
- "ude",
2659
- "ues",
2660
  "uff",
2661
  "ug.",
2662
- "uge",
2663
- "ugh",
2664
- "ui",
2665
- "uid",
2666
  "ul.",
2667
  "uld",
2668
  "ule",
2669
- "ult",
2670
- "ume",
2671
  "un.",
2672
- "unauthorized",
2673
- "unbiased",
2674
- "uncertainty",
2675
- "und",
2676
- "underfitting",
2677
- "understand",
2678
- "understandable",
2679
- "understanding",
2680
- "unexpected",
2681
- "unfortunately",
2682
- "unless",
2683
- "unsupervised",
2684
  "unt",
2685
- "unusual",
2686
- "up",
2687
- "update",
2688
- "updates",
2689
- "updating",
2690
- "ups",
2691
- "upt",
2692
  "ure",
2693
- "urgency",
2694
- "urn",
2695
  "urs",
2696
  "us",
2697
- "usability",
2698
- "usable",
2699
- "usage",
2700
  "use",
2701
- "used",
2702
- "user",
2703
- "users",
2704
- "uses",
2705
- "using",
2706
  "ust",
2707
- "ute",
2708
- "utensils",
2709
- "uts",
2710
- "ux",
2711
  "v",
2712
  "v.",
2713
  "v.s",
@@ -2716,101 +1360,49 @@
2716
  "v_v",
2717
  "va",
2718
  "va.",
2719
- "validate",
2720
- "validation",
2721
- "valuable",
2722
- "value",
2723
- "values",
2724
- "various",
2725
  "ve",
2726
- "ved",
2727
- "vel",
2728
- "ven",
2729
  "ver",
2730
- "verifying",
2731
- "vertically",
2732
- "ves",
2733
- "vey",
2734
- "video",
2735
  "vin",
2736
- "visual",
2737
- "visualization",
2738
- "visualizations",
2739
- "visualize",
2740
- "visualizing",
2741
- "visually",
2742
- "visuals",
2743
- "vital",
2744
- "volatility",
2745
- "volume",
2746
  "vs",
2747
  "vs.",
2748
- "vulnerabilities",
2749
  "w",
2750
  "w's",
2751
  "w.",
2752
  "w/o",
2753
- "want",
2754
- "wary",
2755
  "was",
2756
  "wash",
2757
  "wash.",
2758
- "waste",
2759
  "water",
2760
- "watering",
2761
- "way",
2762
- "ways",
2763
  "we",
2764
- "weaknesses",
2765
- "web",
2766
- "website",
2767
- "websites",
2768
  "week",
2769
- "welcome",
2770
  "well",
2771
- "wer",
2772
  "were",
2773
- "wet",
2774
  "what",
2775
  "what's",
2776
  "what\u2019s",
2777
- "wheel",
2778
  "when",
2779
  "when's",
2780
  "when\u2019s",
2781
  "where",
2782
  "where's",
2783
  "where\u2019s",
2784
- "which",
2785
- "while",
2786
  "who",
2787
  "who's",
2788
  "who\u2019s",
2789
  "why",
2790
  "why's",
2791
  "why\u2019s",
2792
- "wide",
2793
- "wider",
2794
  "will",
2795
  "wis",
2796
  "wis.",
2797
  "with",
2798
- "within",
2799
  "without",
 
2800
  "wo",
2801
- "work",
2802
- "worked",
2803
- "working",
2804
- "workload",
2805
- "works",
2806
- "workshop",
2807
- "workspace",
2808
- "world",
2809
  "would",
2810
- "wth",
2811
  "w\u2019s",
2812
  "x",
2813
- "x&x",
2814
  "x'",
2815
  "x'x",
2816
  "x'xxxx",
@@ -2828,8 +1420,8 @@
2828
  "x_d",
2829
  "x_x",
2830
  "xd",
2831
- "xd.xx",
2832
  "xdd",
 
2833
  "xx",
2834
  "xx'",
2835
  "xx'x",
@@ -2847,7 +1439,6 @@
2847
  "xx\u2019",
2848
  "xx\u2019x",
2849
  "xx\u2019xx",
2850
- "xyz",
2851
  "x\u2019",
2852
  "x\u2019x",
2853
  "x\u2019xxxx",
@@ -2856,22 +1447,14 @@
2856
  "y'",
2857
  "y's",
2858
  "y.",
2859
- "years",
2860
- "yee",
2861
- "yle",
2862
  "you",
2863
- "younger",
2864
  "your",
2865
- "yours",
2866
- "yourself",
2867
- "ype",
2868
- "yze",
2869
  "y\u2019",
2870
  "y\u2019s",
2871
  "z",
2872
  "z.",
2873
- "zed",
2874
- "zes",
2875
  "|",
2876
  "}",
2877
  "\u00a0",
 
1
  [
2
  "\t",
3
  "\n",
 
4
  "\r",
 
 
 
5
  " ",
6
  " ",
 
7
  "\"",
8
  "'",
9
  "''",
 
94
  "._.",
95
  ".e.",
96
  ".g.",
 
97
  ".m.",
98
  ".s.",
99
  "/",
 
126
  "1p.m",
127
  "1p.m.",
128
  "2",
129
+ "20",
130
  "2a.m",
131
  "2a.m.",
132
  "2p.m",
133
  "2p.m.",
134
  "3",
135
+ "30",
136
  "33",
137
  "333",
138
  "3a.m",
 
273
  ">:o",
274
  ">:x",
275
  "><(((*>",
 
276
  "@",
277
  "@_@",
278
  "A",
279
+ "ABV",
 
 
 
280
  "Adm",
281
  "Adm.",
282
+ "Administer",
 
283
  "Ai",
284
  "Ak",
285
  "Ak.",
 
287
  "Ala.",
288
  "Alabama",
289
  "Alaska",
290
+ "Apply",
 
291
  "Apr",
292
  "Apr.",
293
  "April",
 
298
  "Ark",
299
  "Ark.",
300
  "Arkansas",
 
301
  "Aug",
302
  "Aug.",
303
  "August",
304
  "B",
 
 
 
 
 
305
  "Bros",
306
  "Bros.",
 
 
307
  "C",
308
  "C'm",
309
  "C++",
310
  "C.",
 
311
  "Ca",
312
  "Calif",
313
  "Calif.",
314
  "California",
315
  "Can",
316
+ "Cap",
317
  "Cause",
 
 
318
  "Co",
319
  "Co.",
320
  "Colo",
321
  "Colo.",
322
  "Colorado",
 
323
  "Conn",
324
  "Conn.",
325
  "Connecticut",
326
  "Corp",
327
  "Corp.",
 
328
  "Cos",
329
  "Could",
330
  "Coz",
 
331
  "Cuz",
 
332
  "C\u2019m",
333
  "D",
334
  "D.",
335
  "D.C.",
 
 
336
  "Dare",
 
337
  "Dec",
338
  "Dec.",
339
  "December",
 
340
  "Del",
341
  "Del.",
342
  "Delaware",
 
 
 
343
  "Did",
344
  "Do",
345
  "Does",
346
  "Doin",
347
  "Doin'",
348
  "Doin\u2019",
 
349
  "Dr",
350
  "Dr.",
351
  "E",
352
  "E.G.",
353
  "E.g",
354
  "E.g.",
355
+ "ED",
 
 
 
 
356
  "F",
357
  "F.",
358
  "Feb",
359
  "Feb.",
360
  "February",
 
361
  "Fla",
362
  "Fla.",
363
  "Florida",
 
 
364
  "G",
365
  "Ga",
366
  "Ga.",
 
371
  "Goin'",
372
  "Goin\u2019",
373
  "Gon",
 
374
  "Got",
375
  "Gov",
376
  "Gov.",
 
377
  "H",
378
  "Had",
 
379
  "Has",
380
  "Have",
381
  "Havin",
 
383
  "Havin\u2019",
384
  "He",
385
  "He's",
 
386
  "He\u2019s",
387
  "How",
388
  "How's",
 
389
  "How\u2019s",
390
  "I",
391
  "I.E.",
 
396
  "Id",
397
  "Id.",
398
  "Idaho",
 
399
  "Ill",
400
  "Ill.",
401
  "Illinois",
 
402
  "Inc",
403
  "Inc.",
404
  "Ind",
405
  "Ind.",
406
  "Indiana",
407
+ "Inj",
408
+ "Insert",
 
409
  "Iowa",
410
  "Is",
411
  "It",
 
415
  "Jan",
416
  "Jan.",
417
  "January",
 
 
 
418
  "Jr",
419
  "Jr.",
420
  "Jul",
 
434
  "Ky",
435
  "Ky.",
436
  "L",
437
+ "LA",
438
  "La",
439
  "La.",
 
 
 
440
  "Let",
441
  "Let's",
442
  "Let\u2019s",
 
 
 
443
  "Louisiana",
444
  "Lovin",
445
  "Lovin'",
 
447
  "Ltd",
448
  "Ltd.",
449
  "M",
 
450
  "Ma'am",
451
+ "Make",
 
 
452
  "Mar",
453
  "Mar.",
454
  "March",
 
455
  "Mass",
456
  "Mass.",
457
  "Massachusetts",
 
458
  "May",
459
  "Ma\u2019am",
460
  "Md",
461
  "Md.",
 
462
  "Messrs",
463
  "Messrs.",
464
  "Mich",
 
473
  "Mississippi",
474
  "Mo",
475
  "Mo.",
 
 
476
  "Mont",
477
  "Mont.",
 
478
  "Mount",
479
  "Mr",
480
  "Mr.",
 
498
  "Nebr.",
499
  "Nebraska",
500
  "Need",
 
501
  "Nev",
502
  "Nev.",
503
  "Nevada",
 
514
  "Nov",
515
  "Nov.",
516
  "November",
 
517
  "Nuthin",
518
  "Nuthin'",
519
  "Nuthin\u2019",
 
526
  "Oct",
527
  "Oct.",
528
  "October",
529
+ "Oint",
530
  "Okla",
531
  "Okla.",
532
  "Oklahoma",
533
  "Ol",
534
  "Ol'",
535
  "Ol\u2019",
 
 
536
  "Ore",
537
  "Ore.",
538
  "Oregon",
539
  "Ought",
 
 
540
  "O\u2019clock",
541
  "P",
 
542
  "Pa",
543
  "Pa.",
 
544
  "Pennsylvania",
545
  "Ph",
546
  "Ph.D.",
547
+ "Please",
 
 
 
 
 
 
548
  "Prof",
549
  "Prof.",
 
 
 
 
 
550
  "R",
551
  "ROOT",
552
+ "Remember",
553
  "Rep",
554
  "Rep.",
555
  "Rev",
556
  "Rev.",
557
  "S",
558
  "S.C.",
559
+ "SR",
 
 
560
  "Sen",
561
  "Sen.",
562
  "Sep",
 
564
  "Sept",
565
  "Sept.",
566
  "September",
 
 
567
  "Sha",
568
+ "Shake",
569
  "She",
570
  "She's",
571
  "She\u2019s",
572
  "Should",
 
 
 
 
 
 
573
  "Somethin",
574
  "Somethin'",
575
  "Somethin\u2019",
576
  "South Carolina",
577
  "St",
578
  "St.",
579
+ "Supp",
580
+ "Susp",
581
+ "Syr",
582
  "T",
583
+ "Tab",
584
+ "Take",
 
 
 
 
585
  "Tenn",
586
  "Tenn.",
587
  "Tennessee",
 
588
  "That",
589
  "That's",
590
  "That\u2019s",
 
598
  "This's",
599
  "This\u2019s",
600
  "Those",
 
 
 
 
 
601
  "U",
602
+ "Use",
 
 
 
603
  "V",
604
  "V.V",
605
  "V_V",
606
  "Va",
607
  "Va.",
608
  "Virginia",
 
609
  "W",
610
  "Was",
611
  "Wash",
612
  "Wash.",
613
  "Washington",
614
  "We",
 
 
615
  "Were",
616
  "What",
617
  "What's",
 
622
  "Where",
623
  "Where's",
624
  "Where\u2019s",
 
625
  "Who",
626
  "Who's",
627
  "Who\u2019s",
 
631
  "Wis",
632
  "Wis.",
633
  "Wisconsin",
 
634
  "Wo",
635
  "Would",
 
636
  "X'x",
637
  "X'xxxx",
638
  "X++",
 
643
  "X.x.",
644
  "XD",
645
  "XDD",
646
+ "XR",
647
  "XX",
648
  "XXX",
 
 
649
  "X_X",
650
  "X_x",
 
651
  "Xx",
652
  "Xx'",
653
  "Xx'x",
 
665
  "Xxxxx'",
666
  "Xxxxx'x",
667
  "Xxxxx.",
 
668
  "Xxxxx\u2019",
669
  "Xxxxx\u2019x",
670
  "Xxxx\u2019",
 
705
  "a.",
706
  "a.m",
707
  "a.m.",
 
 
 
708
  "about",
709
+ "absorbed",
710
+ "absorption",
711
+ "abv",
 
 
 
 
 
 
712
  "ace",
713
  "ach",
714
+ "acting",
 
 
 
 
715
  "action",
 
 
 
 
 
 
 
 
 
 
 
716
  "adm",
717
  "adm.",
718
+ "administer",
719
+ "administering",
720
+ "affected",
721
+ "after",
 
 
 
722
  "age",
 
 
 
723
  "ai",
 
724
  "ain",
725
  "ak",
726
  "ak.",
727
  "ake",
 
728
  "ala",
729
  "ala.",
 
 
 
 
 
730
  "all",
 
 
 
 
 
731
  "als",
 
 
 
 
732
  "am",
733
  "ame",
734
+ "amount",
 
735
  "an",
736
  "an.",
 
 
 
 
 
 
737
  "and",
738
  "and/or",
 
 
739
  "ans",
740
+ "apply",
 
 
 
 
 
 
 
 
 
 
 
 
741
  "apr",
742
  "apr.",
 
 
743
  "ar.",
 
 
744
  "are",
745
+ "area",
 
746
  "ariz",
747
  "ariz.",
748
  "ark",
749
  "ark.",
750
+ "arm",
 
 
 
 
 
 
 
 
751
  "as",
752
  "ase",
753
  "ash",
 
 
 
 
 
754
  "ass",
 
 
755
  "ast",
 
756
  "at",
 
 
 
 
 
 
 
 
 
 
757
  "aug",
758
  "aug.",
 
 
 
 
 
759
  "available",
760
  "ave",
 
 
 
 
761
  "ays",
762
  "b",
763
  "b.",
764
+ "bandage",
 
 
 
 
 
 
 
 
765
  "be",
766
  "because",
767
+ "bed",
768
+ "bedtime",
769
+ "before",
770
+ "bel",
 
 
 
 
 
 
771
  "ber",
 
772
  "better",
773
+ "beyond",
 
 
 
 
774
  "ble",
 
 
 
 
775
  "both",
 
 
 
 
776
  "bout",
777
  "br.",
778
+ "breakfast",
 
 
 
 
 
 
 
 
779
  "bros",
780
  "bros.",
 
 
 
 
 
 
 
 
 
 
781
  "by",
782
  "c",
783
  "c'm",
784
  "c++",
785
  "c.",
786
  "ca",
 
787
  "calif",
788
  "calif.",
 
 
 
789
  "can",
790
+ "cap",
791
+ "capsule",
 
 
 
 
 
792
  "cause",
793
  "ce>",
 
 
 
 
 
 
794
  "ch.",
795
+ "child",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
  "cle",
797
+ "clean",
 
 
 
 
798
  "co",
799
  "co.",
 
 
 
800
  "colo",
801
  "colo.",
 
 
 
 
 
802
  "come",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
803
  "conn",
804
  "conn.",
805
+ "consistent",
806
+ "cool",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
807
  "corp",
808
  "corp.",
 
809
  "cos",
 
 
810
  "could",
811
+ "cover",
812
  "coz",
 
 
 
 
 
 
 
 
813
  "ct.",
 
814
  "cts",
 
 
 
 
 
815
  "cuz",
 
 
816
  "c\u2019m",
817
  "d",
818
  "d)",
 
823
  "d.c.",
824
  "d.d",
825
  "d.x",
 
 
826
  "dX",
827
  "d_d",
828
  "d_x",
829
  "daily",
 
830
  "dare",
 
 
831
  "day",
832
+ "days",
833
  "dd",
834
  "ddd",
835
  "ddx.x",
836
  "ddx.x.",
 
 
 
 
837
  "dec",
838
  "dec.",
 
 
 
 
 
839
  "ded",
 
 
 
 
 
840
  "del",
841
  "del.",
842
+ "deltoid",
843
+ "demonstrated",
 
 
 
 
 
 
 
 
844
  "der",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
845
  "did",
846
+ "dinner",
847
+ "directed",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
848
  "dm.",
849
  "do",
850
+ "doctor",
851
  "does",
852
  "doin",
853
  "doin'",
854
  "doing",
855
  "doin\u2019",
856
+ "dose",
 
857
  "down",
 
858
  "dr",
859
  "dr.",
860
+ "dressing",
861
+ "drop",
862
+ "drops",
 
 
863
  "dry",
864
+ "duration",
865
  "dx.x",
866
  "dx.x.",
 
867
  "e",
868
  "e's",
869
  "e.",
870
  "e.g",
871
  "e.g.",
872
  "each",
873
+ "ean",
 
 
 
 
 
 
 
874
  "eat",
 
875
  "eb.",
876
  "ebr",
877
  "ec.",
878
+ "ed",
 
 
 
 
 
879
  "eed",
880
  "eek",
 
 
 
 
 
 
 
 
881
  "effectiveness",
882
+ "effects",
 
 
 
883
  "eft",
884
+ "ein",
 
 
885
  "el.",
 
 
 
 
 
 
886
  "ell",
 
 
 
 
887
  "em",
888
+ "empty",
 
 
 
 
 
 
889
  "en",
890
  "en.",
 
 
 
 
 
 
 
 
 
 
 
 
 
891
  "enn",
892
  "enough",
 
 
893
  "ent",
 
894
  "ep.",
 
895
  "ept",
896
  "ere",
 
 
897
  "ert",
898
  "ery",
899
  "ese",
900
  "ess",
 
 
 
 
 
 
 
 
 
901
  "ev.",
 
 
902
  "evening",
903
+ "every",
904
+ "extended",
905
+ "eye",
906
+ "eyes",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
907
  "e\u2019s",
908
  "f",
909
  "f.",
 
 
 
 
 
 
 
 
 
 
910
  "feb",
911
  "feb.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
912
  "fla",
913
  "fla.",
 
 
 
 
 
 
 
 
914
  "follow",
 
 
 
915
  "food",
916
  "for",
917
+ "form",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
918
  "g",
919
  "g.",
920
  "ga",
921
  "ga.",
 
 
922
  "ged",
923
  "gen",
924
  "gen.",
925
+ "gently",
 
 
 
926
  "ght",
927
+ "give",
928
+ "giving",
929
+ "glass",
 
 
 
 
 
930
  "goin",
931
  "goin'",
932
  "going",
933
  "goin\u2019",
934
  "gon",
935
  "gonna",
 
936
  "got",
937
  "gov",
938
  "gov.",
 
 
 
 
 
 
 
 
 
939
  "h",
940
  "h.",
 
941
  "had",
 
 
 
 
 
 
942
  "has",
943
  "hat",
944
  "have",
 
948
  "havin\u2019",
949
  "he",
950
  "he's",
951
+ "healthcare",
 
 
 
 
 
 
952
  "hen",
 
 
953
  "hey",
954
  "he\u2019s",
 
955
  "hin",
 
956
  "his",
957
+ "hours",
 
 
 
 
 
 
 
958
  "how",
959
  "how's",
 
960
  "how\u2019s",
 
 
961
  "i",
962
  "i.",
963
  "i.e",
964
  "i.e.",
965
  "ia",
966
  "ia.",
 
 
967
  "ice",
968
  "ich",
 
 
 
 
969
  "id",
970
  "id.",
971
+ "ief",
 
 
 
 
 
 
 
972
  "if.",
 
 
973
  "igh",
 
 
974
  "ild",
 
975
  "ill",
976
  "ill.",
 
977
  "ily",
 
978
  "ime",
 
 
 
 
 
 
 
 
 
979
  "in",
980
  "in'",
 
981
  "inc",
982
  "inc.",
 
 
 
 
 
 
 
 
983
  "ind",
984
  "ind.",
 
985
  "ine",
986
+ "infection",
 
 
 
 
 
987
  "ing",
988
+ "inj",
989
  "inn",
990
+ "insert",
991
+ "instructions",
 
 
 
 
 
 
 
992
  "int",
 
 
 
 
 
 
 
 
 
 
993
  "into",
994
+ "intramuscularly",
 
 
 
 
995
  "in\u2019",
996
  "ion",
 
 
 
997
  "is",
998
  "is.",
 
 
 
 
999
  "iss",
 
1000
  "ist",
 
1001
  "it",
1002
  "it's",
 
 
1003
  "ith",
 
 
1004
  "it\u2019s",
1005
  "ive",
1006
  "iz.",
 
1007
  "j",
1008
  "j.",
1009
  "jan",
1010
  "jan.",
 
 
 
1011
  "jr",
1012
  "jr.",
1013
  "jul",
 
1021
  "kan.",
1022
  "kans",
1023
  "kans.",
1024
+ "ken",
 
 
 
 
 
 
 
1025
  "kla",
 
 
1026
  "ky",
1027
  "ky.",
1028
  "l",
1029
  "l.",
1030
  "la",
1031
  "la.",
1032
+ "label",
1033
+ "layer",
1034
+ "least",
1035
+ "left",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1036
  "let",
1037
  "let's",
1038
  "let\u2019s",
1039
+ "lie",
 
 
 
 
1040
  "lif",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1041
  "ll",
1042
  "ll.",
 
 
1043
  "lly",
1044
  "lo.",
1045
+ "long",
 
 
 
 
 
 
 
1046
  "lovin",
1047
  "lovin'",
1048
  "loving",
1049
  "lovin\u2019",
1050
  "low",
 
 
1051
  "ltd",
1052
  "ltd.",
1053
+ "lying",
 
 
 
1054
  "m",
1055
  "m.",
1056
  "ma'am",
 
1057
  "madam",
 
 
 
 
 
1058
  "make",
 
 
 
 
 
1059
  "management",
 
 
 
 
 
 
1060
  "mar",
1061
  "mar.",
 
 
1062
  "mass",
1063
  "mass.",
1064
+ "massage",
1065
+ "maximum",
 
1066
  "may",
1067
  "ma\u2019am",
1068
  "md",
1069
  "md.",
 
1070
  "meals",
 
 
 
 
 
1071
  "measuring",
1072
+ "medication",
1073
+ "medicine",
 
 
 
 
1074
  "mes",
 
 
1075
  "messrs",
1076
  "messrs.",
 
 
 
 
1077
  "mich",
1078
  "mich.",
1079
  "might",
 
 
 
 
 
 
 
1080
  "minn",
1081
  "minn.",
1082
  "minutes",
 
1083
  "miss",
1084
  "miss.",
 
 
 
 
 
1085
  "mo",
1086
  "mo.",
 
 
 
 
 
 
 
 
 
1087
  "mont",
1088
  "mont.",
 
1089
  "morning",
 
 
 
 
 
 
 
 
1090
  "mr",
1091
  "mr.",
1092
  "mrs",
 
1095
  "ms.",
1096
  "mt",
1097
  "mt.",
1098
+ "mum",
1099
+ "muscle",
 
 
1100
  "must",
1101
  "n",
1102
  "n's",
 
1109
  "n.m.",
1110
  "n.y.",
1111
  "na",
 
 
 
 
1112
  "nc.",
1113
  "nce",
 
1114
  "nd.",
 
 
1115
  "neb",
1116
  "neb.",
1117
  "nebr",
1118
  "nebr.",
 
1119
  "ned",
1120
  "need",
 
 
 
 
1121
  "ner",
 
 
 
1122
  "nev",
1123
  "nev.",
1124
+ "night",
 
 
 
 
 
 
1125
  "nn.",
 
1126
  "not",
1127
  "nothin",
1128
  "nothin'",
 
1130
  "nothin\u2019",
1131
  "nov",
1132
  "nov.",
 
1133
  "ns.",
 
1134
  "nt",
1135
  "nt.",
1136
  "nto",
 
 
1137
  "nuff",
1138
+ "nurse",
1139
  "nuthin",
1140
  "nuthin'",
1141
  "nuthin\u2019",
 
1151
  "o_0",
1152
  "o_O",
1153
  "o_o",
 
 
 
 
1154
  "ock",
1155
  "oct",
1156
  "oct.",
 
1157
  "oes",
1158
  "of",
1159
  "of.",
 
 
 
 
 
 
 
1160
  "oid",
1161
  "oin",
1162
+ "oint",
1163
  "okla",
1164
  "okla.",
 
1165
  "ol",
1166
  "ol'",
1167
  "old",
 
1168
  "olo",
 
1169
  "ol\u2019",
 
1170
  "on",
1171
  "once",
1172
  "ond",
1173
  "one",
 
1174
  "ong",
 
 
1175
  "onn",
1176
  "ons",
1177
  "ont",
1178
  "ood",
1179
  "ool",
1180
+ "ophthalmologist",
 
 
 
 
 
 
 
1181
  "ops",
 
 
 
1182
  "or",
1183
  "ore",
1184
  "ore.",
 
 
 
1185
  "orm",
 
1186
  "orp",
 
 
 
1187
  "os.",
1188
  "ose",
 
 
 
1189
  "oth",
 
 
1190
  "ought",
 
1191
  "our",
 
 
1192
  "out",
 
 
 
 
1193
  "ov.",
 
 
 
 
 
 
 
 
1194
  "own",
 
 
1195
  "o\u2019clock",
1196
  "o\u2019s",
1197
  "p",
 
1200
  "p.m.",
1201
  "pa",
1202
  "pa.",
 
 
1203
  "pain",
1204
+ "per",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1205
  "ph",
1206
  "ph.d.",
1207
+ "pill",
 
 
 
 
 
 
 
 
 
1208
  "place",
 
 
 
 
 
 
 
 
 
 
1209
  "please",
1210
  "ply",
1211
  "pm",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1212
  "pr.",
1213
+ "prescribed",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1214
  "prof",
1215
  "prof.",
1216
+ "prolonged",
 
 
 
 
 
 
 
 
 
 
 
 
1217
  "provider",
 
 
1218
  "pt.",
1219
+ "pty",
 
 
 
 
1220
  "q",
 
1221
  "q.",
 
 
 
 
 
 
 
1222
  "r",
1223
  "r.",
 
 
 
 
 
 
 
 
 
 
 
1224
  "re",
1225
  "re.",
1226
+ "rea",
1227
+ "recommended",
1228
+ "rectally",
1229
+ "rectum",
 
 
 
 
 
 
 
 
 
 
 
 
 
1230
  "ree",
1231
+ "release",
1232
+ "relief",
1233
+ "remember",
 
 
 
 
 
 
 
 
 
 
 
 
 
1234
  "rep",
1235
  "rep.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1236
  "rev",
1237
  "rev.",
 
 
 
 
 
 
 
1238
  "riz",
1239
  "rk.",
 
 
1240
  "rly",
 
 
 
1241
  "rof",
1242
+ "rop",
 
 
1243
  "ros",
 
1244
  "rp.",
1245
  "rs.",
1246
  "rse",
1247
+ "rub",
 
 
 
 
 
 
1248
  "s",
1249
  "s's",
1250
  "s.",
1251
  "s.c.",
 
 
1252
  "same",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1253
  "sen",
1254
  "sen.",
 
 
 
 
 
1255
  "sep",
1256
  "sep.",
1257
  "sept",
1258
  "sept.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1259
  "sh.",
1260
  "sha",
1261
+ "shake",
1262
  "shall",
 
 
 
1263
  "she",
1264
  "she's",
 
1265
  "she\u2019s",
 
 
 
1266
  "should",
1267
+ "slowly",
 
 
 
 
 
 
 
 
 
 
 
 
 
1268
  "sly",
1269
  "small",
 
 
 
 
 
 
 
 
 
 
 
 
 
1270
  "somethin",
1271
  "somethin'",
1272
  "something",
1273
  "somethin\u2019",
 
 
 
1274
  "space",
1275
+ "sphincter",
1276
+ "sr",
 
 
 
 
1277
  "srs",
1278
  "ss.",
1279
  "st",
1280
  "st.",
 
 
 
 
 
 
 
1281
  "stay",
1282
+ "stomach",
1283
+ "store",
1284
+ "subcutaneously",
1285
+ "supp",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1286
  "sure",
1287
+ "susp",
1288
+ "sustained",
1289
+ "syr",
 
 
 
1290
  "s\u2019s",
1291
  "t",
1292
  "t's",
1293
  "t.",
1294
  "ta",
1295
+ "tab",
1296
+ "tablet",
 
 
1297
  "take",
1298
+ "taken",
1299
  "taking",
 
 
 
 
 
 
1300
  "tay",
1301
  "td.",
 
 
 
 
 
 
 
 
1302
  "ted",
 
1303
  "tenn",
1304
  "tenn.",
 
1305
  "ter",
 
 
1306
  "tes",
 
 
 
 
 
1307
  "that",
1308
  "that's",
1309
  "that\u2019s",
1310
  "the",
 
 
1311
  "them",
1312
+ "therapeutic",
 
1313
  "there",
1314
  "there's",
1315
  "there\u2019s",
1316
  "these",
1317
  "they",
1318
+ "thigh",
1319
+ "thin",
1320
  "this",
1321
  "this's",
1322
  "this\u2019s",
 
 
 
1323
  "those",
1324
+ "three",
1325
+ "thrice",
 
 
1326
  "tic",
1327
+ "til",
1328
  "time",
 
 
1329
  "times",
 
 
1330
  "tly",
1331
  "to",
 
 
 
 
 
 
 
 
 
1332
  "tor",
1333
+ "treat",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1334
  "tum",
1335
+ "twice",
 
 
 
 
1336
  "t\u2019s",
1337
  "u",
1338
  "u.",
 
 
 
 
 
 
 
1339
  "uff",
1340
  "ug.",
 
 
 
 
1341
  "ul.",
1342
  "uld",
1343
  "ule",
 
 
1344
  "un.",
 
 
 
 
 
 
 
 
 
 
 
 
1345
  "unt",
1346
+ "until",
1347
+ "upp",
1348
+ "upper",
 
 
 
 
1349
  "ure",
 
 
1350
  "urs",
1351
  "us",
 
 
 
1352
  "use",
1353
+ "usp",
 
 
 
 
1354
  "ust",
 
 
 
 
1355
  "v",
1356
  "v.",
1357
  "v.s",
 
1360
  "v_v",
1361
  "va",
1362
  "va.",
 
 
 
 
 
 
1363
  "ve",
1364
+ "vein",
 
 
1365
  "ver",
 
 
 
 
 
1366
  "vin",
 
 
 
 
 
 
 
 
 
 
1367
  "vs",
1368
  "vs.",
 
1369
  "w",
1370
  "w's",
1371
  "w.",
1372
  "w/o",
 
 
1373
  "was",
1374
  "wash",
1375
  "wash.",
 
1376
  "water",
 
 
 
1377
  "we",
 
 
 
 
1378
  "week",
 
1379
  "well",
 
1380
  "were",
 
1381
  "what",
1382
  "what's",
1383
  "what\u2019s",
 
1384
  "when",
1385
  "when's",
1386
  "when\u2019s",
1387
  "where",
1388
  "where's",
1389
  "where\u2019s",
 
 
1390
  "who",
1391
  "who's",
1392
  "who\u2019s",
1393
  "why",
1394
  "why's",
1395
  "why\u2019s",
 
 
1396
  "will",
1397
  "wis",
1398
  "wis.",
1399
  "with",
 
1400
  "without",
1401
+ "wly",
1402
  "wo",
 
 
 
 
 
 
 
 
1403
  "would",
 
1404
  "w\u2019s",
1405
  "x",
 
1406
  "x'",
1407
  "x'x",
1408
  "x'xxxx",
 
1420
  "x_d",
1421
  "x_x",
1422
  "xd",
 
1423
  "xdd",
1424
+ "xr",
1425
  "xx",
1426
  "xx'",
1427
  "xx'x",
 
1439
  "xx\u2019",
1440
  "xx\u2019x",
1441
  "xx\u2019xx",
 
1442
  "x\u2019",
1443
  "x\u2019x",
1444
  "x\u2019xxxx",
 
1447
  "y'",
1448
  "y's",
1449
  "y.",
1450
+ "yer",
1451
+ "yes",
 
1452
  "you",
 
1453
  "your",
 
 
 
 
1454
  "y\u2019",
1455
  "y\u2019s",
1456
  "z",
1457
  "z.",
 
 
1458
  "|",
1459
  "}",
1460
  "\u00a0",