gopiashokan/Financial-Document-Classification-using-Deep-Learning
010
1{2 "version": "1.0",3 "truncation": {4 "direction": "Right",5 "max_length": 512,6 "strategy": "LongestFirst",7 "stride": 08 },9 "padding": {10 "strategy": "BatchLongest",11 "direction": "Right",12 "pad_to_multiple_of": null,13 "pad_id": 0,14 "pad_type_id": 0,15 "pad_token": "[PAD]"16 },17 "added_tokens": [18 {19 "id": 0,20 "content": "[PAD]",21 "single_word": false,22 "lstrip": false,23 "rstrip": false,24 "normalized": false,25 "special": true26 },27 {28 "id": 2,29 "content": "[UNK]",30 "single_word": false,31 "lstrip": false,32 "rstrip": false,33 "normalized": false,34 "special": true35 },36 {37 "id": 3,38 "content": "[CLS]",39 "single_word": false,40 "lstrip": false,41 "rstrip": false,42 "normalized": false,43 "special": true44 },45 {46 "id": 4,47 "content": "[SEP]",48 "single_word": false,49 "lstrip": false,50 "rstrip": false,51 "normalized": false,52 "special": true53 },54 {55 "id": 5,56 "content": "[MASK]",57 "single_word": false,58 "lstrip": false,59 "rstrip": false,60 "normalized": false,61 "special": true62 }63 ],64 "normalizer": {65 "type": "BertNormalizer",66 "clean_text": true,67 "handle_chinese_chars": true,68 "strip_accents": null,69 "lowercase": true70 },71 "pre_tokenizer": {72 "type": "BertPreTokenizer"73 },74 "post_processor": {75 "type": "TemplateProcessing",76 "single": [77 {78 "SpecialToken": {79 "id": "[CLS]",80 "type_id": 081 }82 },83 {84 "Sequence": {85 "id": "A",86 "type_id": 087 }88 },89 {90 "SpecialToken": {91 "id": "[SEP]",92 "type_id": 093 }94 }95 ],96 "pair": [97 {98 "SpecialToken": {99 "id": "[CLS]",100 "type_id": 0101 }102 },103 {104 "Sequence": {105 "id": "A",106 "type_id": 0107 }108 },109 {110 "SpecialToken": {111 "id": "[SEP]",112 "type_id": 0113 }114 },115 {116 "Sequence": {117 "id": "B",118 "type_id": 1119 }120 },121 {122 "SpecialToken": {123 "id": "[SEP]",124 "type_id": 1125 }126 }127 ],128 "special_tokens": {129 "[CLS]": {130 "id": "[CLS]",131 "ids": [132 3133 ],134 "tokens": [135 "[CLS]"136 ]137 },138 "[SEP]": {139 "id": "[SEP]",140 "ids": [141 4142 ],143 "tokens": [144 "[SEP]"145 ]146 }147 }148 },149 "decoder": {150 "type": "WordPiece",151 "prefix": "##",152 "cleanup": true153 },154 "model": {155 "type": "WordPiece",156 "unk_token": "[UNK]",157 "continuing_subword_prefix": "##",158 "max_input_chars_per_word": 100,159 "vocab": {160 "[PAD]": 0,161 "[EOS]": 1,162 "[UNK]": 2,163 "[CLS]": 3,164 "[SEP]": 4,165 "[MASK]": 5,166 "the": 6,167 "of": 7,168 "and": 8,169 "to": 9,170 "in": 10,171 "a": 11,172 "our": 12,173 "we": 13,174 "for": 14,175 "that": 15,176 "or": 16,177 "is": 17,178 "as": 18,179 "on": 19,180 "with": 20,181 "are": 21,182 "##,": 22,183 "from": 23,184 "by": 24,185 "be": 25,186 "this": 26,187 "million": 27,188 "at": 28,189 "have": 29,190 "not": 30,191 "which": 31,192 "may": 32,193 "an": 33,194 "other": 34,195 "was": 35,196 "will": 36,197 "company": 37,198 "its": 38,199 "financial": 39,200 "you": 40,201 "it": 41,202 "any": 42,203 "these": 43,204 "i": 44,205 "sales": 45,206 "net": 46,207 "quarter": 47,208 ".": 48,209 "has": 49,210 "cash": 50,211 "operating": 51,212 "market": 52,213 "could": 53,214 "business": 54,215 "income": 55,216 "new": 56,217 "were": 57,218 "s": 58,219 "more": 59,220 "if": 60,221 "increase": 61,222 "year": 62,223 "##s": 63,224 "growth": 64,225 "capital": 65,226 "ended": 66,227 "also": 67,228 "interest": 68,229 "all": 69,230 "revenue": 70,231 "but": 71,232 "such": 72,233 "due": 73,234 "than": 74,235 "increased": 75,236 "over": 76,237 "31,": 77,238 "first": 78,239 "investment": 79,240 "â": 80,241 "months": 81,242 "under": 82,243 "results": 83,244 "during": 84,245 "-": 85,246 "securities": 86,247 "total": 87,248 "compared": 88,249 "products": 89,250 "us": 90,251 "would": 91,252 "research": 92,253 "stock": 93,254 "about": 94,255 "been": 95,256 "so": 96,257 "credit": 97,258 "related": 98,259 "services": 99,260 "including": 100,261 "price": 101,262 "rate": 102,263 "tax": 103,264 "their": 104,265 "some": 105,266 "primarily": 106,267 "30,": 107,268 "product": 108,269 "december": 109,270 "can": 110,271 "costs": 111,272 "there": 112,273 "management": 113,274 "based": 114,275 "through": 115,276 "certain": 116,277 "approximately": 117,278 "value": 118,279 "into": 119,280 "operations": 120,281 "cost": 121,282 "##'s": 122,283 "do": 123,284 "##)": 124,285 "report": 125,286 "per": 126,287 "believe": 127,288 "future": 128,289 "up": 129,290 "fiscal": 130,291 "three": 131,292 "higher": 132,293 "##;": 133,294 "additional": 134,295 "think": 135,296 "result": 136,297 "one": 137,298 "million,": 138,299 "information": 139,300 "current": 140,301 "no": 141,302 "assets": 142,303 "significant": 143,304 "should": 144,305 "revenues": 145,306 "well": 146,307 "share": 147,308 "impact": 148,309 "earnings": 149,310 "continue": 150,311 "those": 151,312 "&": 152,313 "see": 153,314 "subject": 154,315 "period": 155,316 "##.": 156,317 "lower": 157,318 "expect": 158,319 "had": 159,320 "just": 160,321 "expenses": 161,322 "expected": 162,323 "what": 163,324 "expense": 164,325 "next": 165,326 "changes": 166,327 "third": 167,328 "last": 168,329 "time": 169,330 "equity": 170,331 "average": 171,332 "june": 172,333 "##â": 173,334 "they": 174,335 "customers": 175,336 "debt": 176,337 "risk": 177,338 "u.s.": 178,339 "september": 179,340 "second": 180,341 "when": 181,342 "development": 182,343 "prior": 183,344 "margin": 184,345 "your": 185,346 "company's": 186,347 "markets": 187,348 "loss": 188,349 "loan": 189,350 "very": 190,351 "common": 191,352 "number": 192,353 "companies": 193,354 "use": 194,355 "while": 195,356 "ability": 196,357 "march": 197,358 "gross": 198,359 "statements": 199,360 "morgan": 200,361 "going": 201,362 "each": 202,363 "shares": 203,364 "same": 204,365 "service": 205,366 "consolidated": 206,367 "performance": 207,368 "within": 208,369 "both": 209,370 "change": 210,371 "material": 211,372 "now": 212,373 "available": 213,374 "where": 214,375 "used": 215,376 "provide": 216,377 "offset": 217,378 "decrease": 218,379 "include": 219,380 "only": 220,381 "loans": 221,382 "##:": 222,383 "##ing": 223,384 "amount": 224,385 "addition,": 225,386 "line": 226,387 "billion": 227,388 "industry": 228,389 "end": 229,390 "bank": 230,391 "part": 231,392 "following": 232,393 "customer": 233,394 "accounting": 234,395 "make": 235,396 "general": 236,397 "potential": 237,398 "because": 238,399 "two": 239,400 "rates": 240,401 "table": 241,402 "most": 242,403 "data": 243,404 "basis": 244,405 "united": 245,406 "##e": 246,407 "segment": 247,408 "terms": 248,409 "eps": 249,410 "upon": 250,411 "##d": 251,412 "estimate": 252,413 "strong": 253,414 "##%": 254,415 "acquisition": 255,416 "commercial": 256,417 "regulatory": 257,418 "exchange": 258,419 "compensation": 259,420 "affect": 260,421 "insurance": 261,422 "does": 262,423 "out": 263,424 "good": 264,425 "associated": 265,426 "like": 266,427 "six": 267,428 "##ed": 268,429 "down": 269,430 "fair": 270,431 "then": 271,432 "estimates": 272,433 "international": 273,434 "losses": 274,435 "investments": 275,436 "effect": 276,437 "included": 277,438 "required": 278,439 "limited": 279,440 "decreased": 280,441 "activities": 281,442 "sale": 282,443 "how": 283,444 "nine": 284,445 "years": 285,446 "production": 286,447 "foreign": 287,448 "risks": 288,449 "economic": 289,450 "flow": 290,451 "existing": 291,452 "however,": 292,453 "after": 293,454 "currently": 294,455 "made": 295,456 "return": 296,457 "gas": 297,458 "factors": 298,459 "we're": 299,460 "annual": 300,461 "provided": 301,462 "demand": 302,463 "balance": 303,464 "being": 304,465 "banking": 305,466 "distribution": 306,467 "high": 307,468 "target": 308,469 "##..": 309,470 "--": 310,471 "investors": 311,472 "marketing": 312,473 "stanley": 313,474 "less": 314,475 "12": 315,476 "generally": 316,477 "further": 317,478 "portfolio": 318,479 "past": 319,480 "agreement": 320,481 "many": 321,482 "purchase": 322,483 "rating": 323,484 "key": 324,485 "given": 325,486 "fourth": 326,487 "issued": 327,488 "asset": 328,489 "sell": 329,490 "reported": 330,491 "weâ": 331,492 "thank": 332,493 "(": 333,494 "prices": 334,495 "between": 335,496 "it's": 336,497 "global": 337,498 "federal": 338,499 "notes": 339,500 "able": 340,501 "technology": 341,502 "continued": 342,503 "effective": 343,504 "question": 344,505 "facility": 345,506 "property": 346,507 "call": 347,508 "quarter,": 348,509 "business,": 349,510 "note": 350,511 "level": 351,512 "adversely": 352,513 "guidance": 353,514 "outstanding": 354,515 "long-term": 355,516 "group": 356,517 "states": 357,518 "profit": 358,519 "inc.": 359,520 "percentage": 360,521 "various": 361,522 "take": 362,523 "##a": 363,524 "decline": 364,525 "##),": 365,526 "item": 366,527 "overall": 367,528 "look": 368,529 "increases": 369,530 "benefit": 370,531 "corporate": 371,532 "margins": 372,533 "real": 373,534 "form": 374,535 "systems": 375,536 "consumer": 376,537 "includes": 377,538 "term": 378,539 "before": 379,540 "still": 380,541 "below": 381,542 "pricing": 382,543 "##s,": 383,544 "analysis": 384,545 "back": 385,546 "adverse": 386,547 "##y": 387,548 "retail": 388,549 "partially": 389,550 "volume": 390,551 "get": 391,552 "really": 392,553 "support": 393,554 "since": 394,555 "clinical": 395,556 "valuation": 396,557 "adjusted": 397,558 "plan": 398,559 "recent": 399,560 "year,": 400,561 "without": 401,562 "estimated": 402,563 "important": 403,564 "senior": 404,565 "maintain": 405,566 "much": 406,567 "condition": 407,568 "little": 408,569 "requirements": 409,570 "coverage": 410,571 "financing": 411,572 "who": 412,573 "range": 413,574 "principal": 414,575 "specific": 415,576 "state": 416,577 "acquired": 417,578 "manufacturing": 418,579 "likely": 419,580 "full": 420,581 "act": 421,582 "date": 422,583 "recorded": 423,584 "large": 424,585 "payments": 425,586 "regarding": 426,587 "received": 427,588 "1": 428,589 "trading": 429,590 "several": 430,591 "and/or": 431,592 "driven": 432,593 "better": 433,594 "inventory": 434,595 "competitive": 435,596 "january": 436,597 "##r": 437,598 "forward-looking": 438,599 "public": 439,600 "order": 440,601 "liabilities": 441,602 "equipment": 442,603 "discussion": 443,604 "versus": 444,605 "##n": 445,606 "offer": 446,607 "2012": 447,608 "please": 448,609 "sold": 449,610 "levels": 450,611 "currency": 451,612 "2011": 452,613 "2010": 453,614 "periods": 454,615 "portion": 455,616 "##x": 456,617 "north": 457,618 "relative": 458,619 "above": 459,620 "ratio": 460,621 "half": 461,622 "·": 462,623 "##t": 463,624 "working": 464,625 "require": 465,626 "liquidity": 466,627 "conditions": 467,628 "contract": 468,629 "oil": 469,630 "percent": 470,631 "program": 471,632 "##\"": 472,633 "even": 473,634 "2009": 474,635 "payment": 475,636 "amounts": 476,637 "energy": 477,638 "go": 478,639 "liability": 479,640 "mortgage": 480,641 "power": 481,642 "re": 482,643 "positive": 483,644 "natural": 484,645 "reflect": 485,646 "deferred": 486,647 "##0": 487,648 "although": 488,649 "that's": 489,650 "significantly": 490,651 "accounts": 491,652 "fees": 492,653 "board": 493,654 "companyâ": 494,655 "kind": 495,656 "reduce": 496,657 "position": 497,658 "ratings": 498,659 "actual": 499,660 "buy": 500,661 "security": 501,662 "impairment": 502,663 "against": 503,664 "using": 504,665 "##m": 505,666 "right": 506,667 "reduction": 507,668 "analyst": 508,669 "2015": 509,670 "did": 510,671 "provides": 511,672 "2013": 512,673 "2": 513,674 "system": 514,675 "ebitda": 515,676 "health": 516,677 "pay": 517,678 "administrative": 518,679 "2008": 519,680 "resulting": 520,681 "2014": 521,682 "respect": 522,683 "taxes": 523,684 "contracts": 524,685 "paid": 525,686 "different": 526,687 "control": 527,688 "2016": 528,689 "process": 529,690 "mentioned": 530,691 "meet": 531,692 "software": 532,693 "multiple": 533,694 "regulations": 534,695 "facilities": 535,696 "low": 536,697 "similar": 537,698 "acquisitions": 538,699 "major": 539,700 "quality": 540,701 "we've": 541,702 "government": 542,703 "funds": 543,704 "products,": 544,705 "among": 545,706 "benefits": 546,707 "3": 547,708 "agreements": 548,709 "private": 549,710 "flows": 550,711 "obligations": 551,712 "1,": 552,713 "company,": 553,714 "discussed": 554,715 "laws": 555,716 "local": 556,717 "quarterly": 557,718 "estate": 558,719 "core": 559,720 "supply": 560,721 "them": 561,722 "materially": 562,723 "base": 563,724 "greater": 564,725 "businesses": 565,726 "remain": 566,727 "own": 567,728 "point": 568,729 "2007": 569,730 "capacity": 570,731 "making": 571,732 "claims": 572,733 "need": 573,734 "bit": 574,735 "reduced": 575,736 "around": 576,737 "executive": 577,738 "focus": 578,739 "amortization": 579,740 "transactions": 580,741 "2017": 581,742 "trade": 582,743 "clients": 583,744 "##1": 584,745 ",": 585,746 "historical": 586,747 "fixed": 587,748 "chief": 588,749 "receive": 589,750 "reporting": 590,751 "negative": 591,752 "applicable": 592,753 "july": 593,754 "recognized": 594,755 "points": 595,756 "gains": 596,757 "##c": 597,758 "experience": 598,759 "t": 599,760 "whether": 600,761 "looking": 601,762 "##2": 602,763 "access": 603,764 "##l": 604,765 "lot": 605,766 "page": 606,767 "views": 607,768 "gain": 608,769 "transaction": 609,770 "across": 610,771 "corporation": 611,772 "2006": 612,773 "covered": 613,774 "direct": 614,775 "fund": 615,776 "securities,": 616,777 "2005": 617,778 "primary": 618,779 "cause": 619,780 "opportunities": 620,781 "inc.,": 621,782 "rights": 622,783 "plans": 623,784 "october": 624,785 "attributable": 625,786 "improvement": 626,787 "improved": 627,788 "operations,": 628,789 "so,": 629,790 "assumptions": 630,791 "charges": 631,792 "substantial": 632,793 "regulated": 633,794 "early": 634,795 "work": 635,796 "april": 636,797 "long": 637,798 "must": 638,799 "unit": 639,800 "proceeds": 640,801 "##3": 641,802 "store": 642,803 "particular": 643,804 "employees": 644,805 "continues": 645,806 "addition": 646,807 "connection": 647,808 "approval": 648,809 "continuing": 649,810 "home": 650,811 "##5": 651,812 "itâ": 652,813 "result,": 653,814 "selling": 654,815 "excluding": 655,816 "care": 656,817 "my": 657,818 "lease": 658,819 "strategy": 659,820 "generated": 660,821 "strategic": 661,822 "##,000": 662,823 "forward": 663,824 "favorable": 664,825 "that,": 665,826 "mix": 666,827 "obtain": 667,828 "relating": 668,829 "expenditures": 669,830 "and,": 670,831 "comparable": 671,832 "construction": 672,833 "activity": 673,834 "model": 674,835 "sheet": 675,836 "costs,": 676,837 "restructuring": 677,838 "resources": 678,839 "timing": 679,840 "announced": 680,841 "properties": 681,842 "held": 682,843 "2004": 683,844 "review": 684,845 "10": 685,846 "network": 686,847 "##er": 687,848 "##o": 688,849 "drug": 689,850 "increasing": 690,851 "described": 691,852 "compliance": 692,853 "policies": 693,854 "completed": 694,855 "know": 695,856 "single": 696,857 "license": 697,858 "contents": 698,859 "dividend": 699,860 "contained": 700,861 "give": 701,862 "##9": 702,863 "2012,": 703,864 "statement": 704,865 "respectively,": 705,866 "wells": 706,867 "reports": 707,868 "life": 708,869 "account": 709,870 "member": 710,871 "##8": 711,872 "##4": 712,873 "internal": 713,874 "2003": 714,875 "premium": 715,876 "previously": 716,877 "affected": 717,878 "events": 718,879 "least": 719,880 "defined": 720,881 "consider": 721,882 "solutions": 722,883 "america": 723,884 "##ly": 724,885 "charge": 725,886 "patients": 726,887 "##6": 727,888 "outside": 728,889 "individual": 729,890 "either": 730,891 "legal": 731,892 "national": 732,893 "llc": 733,894 "plus": 734,895 "free": 735,896 "grow": 736,897 "until": 737,898 "2015,": 738,899 "%": 739,900 "provision": 740,901 "spending": 741,902 "view": 742,903 "2011,": 743,904 "february": 744,905 "beginning": 745,906 "expectations": 746,907 "section": 747,908 "conference": 748,909 "stores": 749,910 "cannot": 750,911 "dividends": 751,912 "2013,": 752,913 "turn": 753,914 "sales,": 754,915 "2014,": 755,916 "excess": 756,917 "improve": 757,918 "10%": 758,919 "2016,": 759,920 "particularly": 760,921 "remaining": 761,922 "2009,": 762,923 "leverage": 763,924 "items": 764,925 ")": 765,926 "approved": 766,927 "##7": 767,928 "diluted": 768,929 "president": 769,930 "disclosure": 770,931 "repurchase": 771,932 "services,": 772,933 "incurred": 773,934 "2010,": 774,935 "expansion": 775,936 "competition": 776,937 "subsidiaries": 777,938 "allowance": 778,939 "medical": 779,940 "time,": 780,941 "case": 781,942 "relevant": 782,943 "trends": 783,944 "programs": 784,945 "depreciation": 785,946 "instruments": 786,947 "want": 787,948 "way": 788,949 "short-term": 789,950 "say": 790,951 "standard": 791,952 "comes": 792,953 "reserve": 793,954 "resulted": 794,955 "set": 795,956 "another": 796,957 "directly": 797,958 "otherwise": 798,959 "independent": 799,960 "disclosures": 800,961 "expects": 801,962 "project": 802,963 "firm": 803,964 "month": 804,965 "##'": 805,966 "few": 806,967 "preferred": 807,968 "impacted": 808,969 "might": 809,970 "thatâ": 810,971 "develop": 811,972 "accordance": 812,973 "expressed": 813,974 "sources": 814,975 "best": 815,976 "basis,": 816,977 "coming": 817,978 "investor": 818,979 "2008,": 819,980 "slightly": 820,981 "extent": 821,982 "opportunity": 822,983 "##i": 823,984 "represents": 824,985 "come": 825,986 "become": 826,987 "patent": 827,988 "actually": 828,989 "ve": 829,990 "##on": 830,991 "got": 831,992 "volumes": 832,993 "no.": 833,994 "j.p.": 834,995 "2017,": 835,996 "largest": 836,997 "2018": 837,998 "ongoing": 838,999 "efforts": 839,1000 "domestic": 840,1001 "(the": 841,1002 "anticipated": 842,1003 "party": 843,1004 "joint": 844,1005 "five": 845,1006 "maybe": 846,1007 "##g": 847,1008 "fda": 848,1009 "difficult": 849,1010 "environmental": 850,1011 "borrowings": 851,1012 "believes": 852,1013 "fully": 853,1014 "four": 854,1015 "goodwill": 855,1016 "small": 856,1017 "analysts": 857,1018 "november": 858,1019 "offering": 859,1020 "remains": 860,1021 "personal": 861,1022 "phase": 862,1023 "days": 863,1024 "units": 864,1025 "third-party": 865,1026 "entered": 866,1027 "2000": 867,1028 "client": 868,1029 "2002": 869,1030 "additionally,": 870,1031 "hold": 871,1032 "markets,": 872,1033 "provisions": 873,1034 "seeing": 874,1035 "distributed": 875,1036 "professional": 876,1037 "to,": 877,1038 "unable": 878,1039 "consistent": 879,1040 "failure": 880,1041 "august": 881,1042 "brand": 882,1043 "industrial": 883,1044 "typically": 884,1045 "needs": 885,1046 "proprietary": 886,1047 "don't": 887,1048 "combined": 888,1049 "substantially": 889,1050 "owned": 890,1051 "finance": 891,1052 "europe": 892,1053 "advertising": 893,1054 "##p": 894,1055 "perform": 895,1056 "generate": 896,1057 "profitability": 897,1058 "5": 898,1059 "critical": 899,1060 "2007,": 900,1061 "differ": 901,1062 "funding": 902,1063 "initial": 903,1064 "help": 904,1065 "competitors": 905,1066 "written": 906,1067 "world": 907,1068 "lines": 908,1069 "top": 909,1070 "reflects": 910,1071 "fee": 911,1072 "reserves": 912,1073 "affiliates": 913,1074 "me": 914,1075 "revolving": 915,1076 "analyst's": 916,1077 "declined": 917,1078 "providing": 918,1079 "##’s": 919,1080 "class": 920,1081 "seen": 921,1082 "employee": 922,1083 "projects": 923,1084 "stocks": 924,1085 "litigation": 925,1086 "requires": 926,1087 "factors,": 927,1088 "intended": 928,1089 "growing": 929,1090 "american": 930,1091 "forecast": 931,1092 "sufficient": 932,1093 "measures": 933,1094 "assets,": 934,1095 "herein": 935,1096 "yield": 936,1097 "policy": 937,1098 "technologies": 938,1099 "majority": 939,1100 "2006,": 940,1101 "event": 941,1102 "experienced": 942,1103 "already": 943,1104 "aggregate": 944,1105 "directors": 945,1106 "lead": 946,1107 "years,": 947,1108 "investing": 948,1109 "previous": 949,1110 "holding": 950,1111 "off": 951,1112 "office": 952,1113 "relatively": 953,1114 "outlook": 954,1115 "discount": 955,1116 "record": 956,1117 "located": 957,1118 "maintenance": 958,1119 "focused": 959,1120 "said": 960,1121 "options": 961,1122 "drive": 962,1123 "prepared": 963,1124 "determined": 964,1125 "things": 965,1126 "exposure": 966,1127 "open": 967,1128 "manage": 968,1129 "european": 969,1130 "intellectual": 970,1131 "option": 971,1132 "environment": 972,1133 "4": 973,1134 "##b": 974,1135 "expand": 975,1136 "deposits": 976,1137 "success": 977,1138 "##es": 978,1139 "##al": 979,1140 "possible": 980,1141 "complete": 981,1142 "achieve": 982,1143 "quarters": 983,1144 "areas": 984,1145 "recently": 985,1146 "update": 986,1147 "(1)": 987,1148 "orders": 988,1149 "treatment": 989,1150 "recommendations": 990,1151 "probably": 991,1152 "highly": 992,1153 "issue": 993,1154 "##k": 994,1155 "materials": 995,1156 "standards": 996,1157 "despite": 997,1158 "fuel": 998,1159 "longer": 999,1160 "30": 1000,1161 "leading": 1001,1162 "flat": 1002,1163 "parties": 1003,1164 "filed": 1004,1165 "throughout": 1005,1166 "2005,": 1006,1167 "vice": 1007,1168 "seek": 1008,1169 "operational": 1009,1170 "pension": 1010,1171 "20": 1011,1172 "non-gaap": 1012,1173 "[data\\utable\\uremoved]": 1013,1174 "move": 1014,1175 "incremental": 1015,1176 "start": 1016,1177 "savings": 1017,1178 "healthcare": 1018,1179 "having": 1019,1180 "co.": 1020,1181 "unless": 1021,1182 "negatively": 1022,1183 "growth,": 1023,1184 "intangible": 1024,1185 "commission": 1025,1186 "applications": 1026,1187 "contractual": 1027,1188 "combination": 1028,1189 "purchased": 1029,1190 "market,": 1030,1191 "2001": 1031,1192 "rbc": 1032,1193 "volatility": 1033,1194 "except": 1034,1195 "actions": 1035,1196 "components": 1036,1197 "day": 1037,1198 "circumstances": 1038,1199 "pursuant": 1039,1200 "iâ": 1040,