puzzz21/sci-intent-classify
215
1{2 "version": "1.0",3 "truncation": {4 "direction": "Right",5 "max_length": 512,6 "strategy": "LongestFirst",7 "stride": 08 },9 "padding": null,10 "added_tokens": [11 {12 "id": 0,13 "content": "[PAD]",14 "single_word": false,15 "lstrip": false,16 "rstrip": false,17 "normalized": false,18 "special": true19 },20 {21 "id": 101,22 "content": "[UNK]",23 "single_word": false,24 "lstrip": false,25 "rstrip": false,26 "normalized": false,27 "special": true28 },29 {30 "id": 102,31 "content": "[CLS]",32 "single_word": false,33 "lstrip": false,34 "rstrip": false,35 "normalized": false,36 "special": true37 },38 {39 "id": 103,40 "content": "[SEP]",41 "single_word": false,42 "lstrip": false,43 "rstrip": false,44 "normalized": false,45 "special": true46 },47 {48 "id": 104,49 "content": "[MASK]",50 "single_word": false,51 "lstrip": false,52 "rstrip": false,53 "normalized": false,54 "special": true55 }56 ],57 "normalizer": {58 "type": "BertNormalizer",59 "clean_text": true,60 "handle_chinese_chars": true,61 "strip_accents": null,62 "lowercase": true63 },64 "pre_tokenizer": {65 "type": "BertPreTokenizer"66 },67 "post_processor": {68 "type": "TemplateProcessing",69 "single": [70 {71 "SpecialToken": {72 "id": "[CLS]",73 "type_id": 074 }75 },76 {77 "Sequence": {78 "id": "A",79 "type_id": 080 }81 },82 {83 "SpecialToken": {84 "id": "[SEP]",85 "type_id": 086 }87 }88 ],89 "pair": [90 {91 "SpecialToken": {92 "id": "[CLS]",93 "type_id": 094 }95 },96 {97 "Sequence": {98 "id": "A",99 "type_id": 0100 }101 },102 {103 "SpecialToken": {104 "id": "[SEP]",105 "type_id": 0106 }107 },108 {109 "Sequence": {110 "id": "B",111 "type_id": 1112 }113 },114 {115 "SpecialToken": {116 "id": "[SEP]",117 "type_id": 1118 }119 }120 ],121 "special_tokens": {122 "[CLS]": {123 "id": "[CLS]",124 "ids": [125 102126 ],127 "tokens": [128 "[CLS]"129 ]130 },131 "[SEP]": {132 "id": "[SEP]",133 "ids": [134 103135 ],136 "tokens": [137 "[SEP]"138 ]139 }140 }141 },142 "decoder": {143 "type": "WordPiece",144 "prefix": "##",145 "cleanup": true146 },147 "model": {148 "type": "WordPiece",149 "unk_token": "[UNK]",150 "continuing_subword_prefix": "##",151 "max_input_chars_per_word": 100,152 "vocab": {153 "[PAD]": 0,154 "[unused0]": 1,155 "[unused1]": 2,156 "[unused2]": 3,157 "[unused3]": 4,158 "[unused4]": 5,159 "[unused5]": 6,160 "[unused6]": 7,161 "[unused7]": 8,162 "[unused8]": 9,163 "[unused9]": 10,164 "[unused10]": 11,165 "[unused11]": 12,166 "[unused12]": 13,167 "[unused13]": 14,168 "[unused14]": 15,169 "[unused15]": 16,170 "[unused16]": 17,171 "[unused17]": 18,172 "[unused18]": 19,173 "[unused19]": 20,174 "[unused20]": 21,175 "[unused21]": 22,176 "[unused22]": 23,177 "[unused23]": 24,178 "[unused24]": 25,179 "[unused25]": 26,180 "[unused26]": 27,181 "[unused27]": 28,182 "[unused28]": 29,183 "[unused29]": 30,184 "[unused30]": 31,185 "[unused31]": 32,186 "[unused32]": 33,187 "[unused33]": 34,188 "[unused34]": 35,189 "[unused35]": 36,190 "[unused36]": 37,191 "[unused37]": 38,192 "[unused38]": 39,193 "[unused39]": 40,194 "[unused40]": 41,195 "[unused41]": 42,196 "[unused42]": 43,197 "[unused43]": 44,198 "[unused44]": 45,199 "[unused45]": 46,200 "[unused46]": 47,201 "[unused47]": 48,202 "[unused48]": 49,203 "[unused49]": 50,204 "[unused50]": 51,205 "[unused51]": 52,206 "[unused52]": 53,207 "[unused53]": 54,208 "[unused54]": 55,209 "[unused55]": 56,210 "[unused56]": 57,211 "[unused57]": 58,212 "[unused58]": 59,213 "[unused59]": 60,214 "[unused60]": 61,215 "[unused61]": 62,216 "[unused62]": 63,217 "[unused63]": 64,218 "[unused64]": 65,219 "[unused65]": 66,220 "[unused66]": 67,221 "[unused67]": 68,222 "[unused68]": 69,223 "[unused69]": 70,224 "[unused70]": 71,225 "[unused71]": 72,226 "[unused72]": 73,227 "[unused73]": 74,228 "[unused74]": 75,229 "[unused75]": 76,230 "[unused76]": 77,231 "[unused77]": 78,232 "[unused78]": 79,233 "[unused79]": 80,234 "[unused80]": 81,235 "[unused81]": 82,236 "[unused82]": 83,237 "[unused83]": 84,238 "[unused84]": 85,239 "[unused85]": 86,240 "[unused86]": 87,241 "[unused87]": 88,242 "[unused88]": 89,243 "[unused89]": 90,244 "[unused90]": 91,245 "[unused91]": 92,246 "[unused92]": 93,247 "[unused93]": 94,248 "[unused94]": 95,249 "[unused95]": 96,250 "[unused96]": 97,251 "[unused97]": 98,252 "[unused98]": 99,253 "[unused99]": 100,254 "[UNK]": 101,255 "[CLS]": 102,256 "[SEP]": 103,257 "[MASK]": 104,258 "t": 105,259 "a": 106,260 "##in": 107,261 "##he": 108,262 "##re": 109,263 "##on": 110,264 "the": 111,265 "s": 112,266 "##ti": 113,267 "##er": 114,268 "c": 115,269 "o": 116,270 "##en": 117,271 "p": 118,272 "##ed": 119,273 "##al": 120,274 "in": 121,275 "##or": 122,276 "##es": 123,277 "w": 124,278 "f": 125,279 "##at": 126,280 "m": 127,281 "d": 128,282 "##is": 129,283 "an": 130,284 "of": 131,285 "b": 132,286 "##an": 133,287 "##tion": 134,288 "##it": 135,289 "##ro": 136,290 "and": 137,291 "##ar": 138,292 "e": 139,293 "##ing": 140,294 "##ic": 141,295 "##as": 142,296 "##le": 143,297 "re": 144,298 "(": 145,299 "n": 146,300 "to": 147,301 "##ent": 148,302 "th": 149,303 "##ation": 150,304 "h": 151,305 "l": 152,306 "##us": 153,307 "##el": 154,308 "##ec": 155,309 "##ac": 156,310 "##om": 157,311 "1": 158,312 "g": 159,313 "##et": 160,314 "##ul": 161,315 "##ol": 162,316 "##im": 163,317 "##un": 164,318 "is": 165,319 "##ur": 166,320 "##ig": 167,321 "for": 168,322 "##os": 169,323 "2": 170,324 "v": 171,325 "con": 172,326 "##id": 173,327 "##il": 174,328 "##ve": 175,329 "##ce": 176,330 "st": 177,331 "pro": 178,332 "##ly": 179,333 "##ith": 180,334 "##ut": 181,335 "r": 182,336 "##ow": 183,337 "##ot": 184,338 "we": 185,339 "al": 186,340 "##st": 187,341 "as": 188,342 "##am": 189,343 "with": 190,344 "on": 191,345 "##ter": 192,346 "##if": 193,347 "##od": 194,348 "be": 195,349 "##uc": 196,350 "##res": 197,351 "that": 198,352 "ex": 199,353 "##um": 200,354 "##ab": 201,355 "##em": 202,356 "##ts": 203,357 "##tic": 204,358 ".": 205,359 "##qu": 206,360 "##ver": 207,361 "##ity": 208,362 "com": 209,363 "##ag": 210,364 "##ir": 211,365 "##ri": 212,366 "##ad": 213,367 "by": 214,368 "##si": 215,369 "##oc": 216,370 "##ate": 217,371 "res": 218,372 "##ain": 219,373 "are": 220,374 "##ure": 221,375 "ac": 222,376 "de": 223,377 "##ated": 224,378 "##ment": 225,379 "##).": 226,380 "us": 227,381 "##her": 228,382 "##ati": 229,383 "##ap": 230,384 "k": 231,385 "##00": 232,386 "##pl": 233,387 "or": 234,388 "at": 235,389 "##rom": 236,390 "##op": 237,391 "this": 238,392 "3": 239,393 "##ay": 240,394 "was": 241,395 "##..": 242,396 "##ren": 243,397 "0": 244,398 "##ud": 245,399 "##se": 246,400 "##og": 247,401 "##ted": 248,402 "ch": 249,403 "##ess": 250,404 "##up": 251,405 "wh": 252,406 "comp": 253,407 "un": 254,408 "##ch": 255,409 "it": 256,410 "##ore": 257,411 "##ell": 258,412 "i": 259,413 "[": 260,414 "j": 261,415 "se": 262,416 "from": 263,417 "im": 264,418 "tr": 265,419 "##th": 266,420 "were": 267,421 "##ant": 268,422 "le": 269,423 "##ers": 270,424 "dis": 271,425 "sh": 272,426 "sp": 273,427 "##ff": 274,428 "=": 275,429 "##ine": 276,430 "##iz": 277,431 "##tr": 278,432 "en": 279,433 "##orm": 280,434 "##ical": 281,435 "##te": 282,436 "##vel": 283,437 "##ub": 284,438 "##red": 285,439 "4": 286,440 "ne": 287,441 "##ations": 288,442 "##and": 289,443 "ad": 290,444 "##per": 291,445 "##igh": 292,446 "##),": 293,447 "##ich": 294,448 "ap": 295,449 "##iv": 296,450 "##ase": 297,451 "##ents": 298,452 "he": 299,453 "can": 300,454 "##ies": 301,455 "not": 302,456 "##ge": 303,457 "co": 304,458 "5": 305,459 "inc": 306,460 "par": 307,461 "##ug": 308,462 "per": 309,463 "##ign": 310,464 "##ect": 311,465 "##sion": 312,466 "##duc": 313,467 "##por": 314,468 "sy": 315,469 "y": 316,470 "cont": 317,471 "##able": 318,472 "##ition": 319,473 "##fe": 320,474 "##form": 321,475 "mod": 322,476 "##ans": 323,477 "##ous": 324,478 "ha": 325,479 "cl": 326,480 "##est": 327,481 "##ence": 328,482 "##ion": 329,483 "whe": 330,484 "##01": 331,485 "##und": 332,486 "0.": 333,487 "which": 334,488 "##ip": 335,489 "##ance": 336,490 "sc": 337,491 "##ther": 338,492 "##ach": 339,493 "##feren": 340,494 "gen": 341,495 "##age": 342,496 "##der": 343,497 "stud": 344,498 "##tive": 345,499 "di": 346,500 "##lec": 347,501 "ob": 348,502 "##.,": 349,503 "##ak": 350,504 "ab": 351,505 "dif": 352,506 "##act": 353,507 "##ial": 354,508 "all": 355,509 "##ys": 356,510 "inter": 357,511 "##....": 358,512 "ass": 359,513 "have": 360,514 "##etw": 361,515 "##pro": 362,516 "##ary": 363,517 "ind": 364,518 "et": 365,519 "me": 366,520 "##ill": 367,521 "pl": 368,522 "200": 369,523 "6": 370,524 "19": 371,525 "##end": 372,526 "##all": 373,527 "met": 374,528 "ph": 375,529 "##ue": 376,530 "cell": 377,531 "##ific": 378,532 "##vi": 379,533 "##ard": 380,534 "##tions": 381,535 "pre": 382,536 "##ist": 383,537 "##ple": 384,538 "##ally": 385,539 "##ors": 386,540 "##our": 387,541 "##olog": 388,542 "##ib": 389,543 "##ide": 390,544 "int": 391,545 "##ari": 392,546 "##pres": 393,547 "##yp": 394,548 "resul": 395,549 "eff": 396,550 "dat": 397,551 "##tim": 398,552 "ro": 399,553 "ar": 400,554 "cons": 401,555 "(1": 402,556 "ev": 403,557 "##ost": 404,558 "show": 405,559 "##str": 406,560 "these": 407,561 "des": 408,562 "differen": 409,563 "##stem": 410,564 "str": 411,565 "x": 412,566 "##rib": 413,567 "sub": 414,568 "##ased": 415,569 "##ear": 416,570 "##ph": 417,571 "##so": 418,572 "gro": 419,573 "##ork": 420,574 "##enti": 421,575 ",": 422,576 "sign": 423,577 "##ong": 424,578 "no": 425,579 "##ia": 426,580 "qu": 427,581 "trans": 428,582 "system": 429,583 "pres": 430,584 "rec": 431,585 "##low": 432,586 "##tiv": 433,587 "has": 434,588 "##enc": 435,589 "##erm": 436,590 "model": 437,591 "anal": 438,592 "am": 439,593 "##ond": 440,594 "##uch": 441,595 "##erv": 442,596 "##ber": 443,597 "##een": 444,598 "tim": 445,599 "##ang": 446,600 "z": 447,601 "rel": 448,602 "##ome": 449,603 "7": 450,604 "##pos": 451,605 "##uld": 452,606 "data": 453,607 "##cess": 454,608 "##ight": 455,609 "##ative": 456,610 "##ates": 457,611 "##ular": 458,612 "tw": 459,613 "##0.": 460,614 "there": 461,615 "sim": 462,616 "##etween": 463,617 "##ast": 464,618 "##ass": 465,619 "det": 466,620 "between": 467,621 "##ep": 468,622 "also": 469,623 "cor": 470,624 "##ugh": 471,625 "##unc": 472,626 "+": 473,627 "reg": 474,628 "more": 475,629 "##ech": 476,630 "spec": 477,631 "resp": 478,632 "##ory": 479,633 "pati": 480,634 "(2": 481,635 "one": 482,636 "##ility": 483,637 "##ind": 484,638 "##].": 485,639 "sam": 486,640 "using": 487,641 "##port": 488,642 "##pt": 489,643 "##ord": 490,644 "val": 491,645 "pr": 492,646 "8": 493,647 "other": 494,648 "pos": 495,649 "##cl": 496,650 "201": 497,651 "##ution": 498,652 "##ens": 499,653 "##ound": 500,654 "used": 501,655 "two": 502,656 "##ble": 503,657 "u": 504,658 "##rol": 505,659 "than": 506,660 "##ual": 507,661 "man": 508,662 "sec": 509,663 "##ie": 510,664 "##ied": 511,665 "sup": 512,666 "meth": 513,667 "9": 514,668 "##ater": 515,669 "##dition": 516,670 "##ail": 517,671 "##ace": 518,672 "##tain": 519,673 "vari": 520,674 "##out": 521,675 "fig": 522,676 "##gr": 523,677 "##are": 524,678 "##ack": 525,679 "##ree": 526,680 "study": 527,681 "been": 528,682 "incre": 529,683 "##ms": 530,684 "##ose": 531,685 "time": 532,686 "mo": 533,687 "##iti": 534,688 "each": 535,689 "##.1": 536,690 "col": 537,691 "โ": 538,692 "how": 539,693 "##aus": 540,694 "num": 541,695 "acc": 542,696 "if": 543,697 "gr": 544,698 "results": 545,699 ")": 546,700 "their": 547,701 "ag": 548,702 "fol": 549,703 "##ely": 550,704 "method": 551,705 "may": 552,706 "dist": 553,707 "inf": 554,708 "such": 555,709 "out": 556,710 "sur": 557,711 "func": 558,712 "dec": 559,713 "##ating": 560,714 "op": 561,715 "em": 562,716 "but": 563,717 "so": 564,718 "##ces": 565,719 "10": 566,720 "##ten": 567,721 "patients": 568,722 "gener": 569,723 "##oth": 570,724 "##ures": 571,725 "do": 572,726 "over": 573,727 "##one": 574,728 "af": 575,729 "cells": 576,730 "analys": 577,731 "##rec": 578,732 "-": 579,733 "our": 580,734 "appro": 581,735 "where": 582,736 "group": 583,737 "##plic": 584,738 "##ite": 585,739 "##ting": 586,740 "##1,": 587,741 "fe": 588,742 "follow": 589,743 "##ice": 590,744 "##ects": 591,745 "form": 592,746 "inv": 593,747 "comm": 594,748 "##ulation": 595,749 "bi": 596,750 "high": 597,751 "##.2": 598,752 "##ath": 599,753 "ver": 600,754 "es": 601,755 "control": 602,756 "when": 603,757 "under": 604,758 "med": 605,759 "##hem": 606,760 "exper": 607,761 "##ments": 608,762 "##lo": 609,763 "set": 610,764 "##........": 611,765 "##ile": 612,766 "##ould": 613,767 "##ik": 614,768 "level": 615,769 "##oin": 616,770 "only": 617,771 "##oci": 618,772 "meas": 619,773 "perform": 620,774 "##ture": 621,775 "199": 622,776 "def": 623,777 "process": 624,778 "##tical": 625,779 "use": 626,780 "prov": 627,781 "fr": 628,782 "low": 629,783 "##av": 630,784 "##velop": 631,785 "##ax": 632,786 "its": 633,787 "tre": 634,788 "fir": 635,789 "##ases": 636,790 "[1": 637,791 "sol": 638,792 "##ues": 639,793 "##ization": 640,794 "##ros": 641,795 "##vely": 642,796 "different": 643,797 "signific": 644,798 "##ized": 645,799 "##ons": 646,800 "after": 647,801 "##na": 648,802 "number": 649,803 "will": 650,804 "develop": 651,805 "##ined": 652,806 "##ust": 653,807 "##yl": 654,808 "both": 655,809 "##iver": 656,810 "partic": 657,811 "##als": 658,812 "sm": 659,813 "##ature": 660,814 "##-1": 661,815 "function": 662,816 "pol": 663,817 "##arg": 664,818 "##ology": 665,819 "then": 666,820 "1.": 667,821 "##entr": 668,822 "analysis": 669,823 "##ability": 670,824 "##les": 671,825 "##ected": 672,826 "##ever": 673,827 "fact": 674,828 "dur": 675,829 "incl": 676,830 "equ": 677,831 "min": 678,832 "##ici": 679,833 "id": 680,834 "##now": 681,835 "##br": 682,836 "##hed": 683,837 "significant": 684,838 "fi": 685,839 "##ection": 686,840 "##formation": 687,841 "##hen": 688,842 "exam": 689,843 "into": 690,844 "comple": 691,845 "up": 692,846 "some": 693,847 "however": 694,848 "obs": 695,849 "bec": 696,850 "work": 697,851 "they": 698,852 "non": 699,853 "typ": 700,854 "er": 701,855 "##art": 702,856 "expres": 703,857 "##rent": 704,858 "first": 705,859 "disc": 706,860 "##tivity": 707,861 "##echn": 708,862 "present": 709,863 "##fig": 710,864 "##ne": 711,865 "##ym": 712,866 "##ange": 713,867 "##ark": 714,868 "includ": 715,869 "##lu": 716,870 "produc": 717,871 "cur": 718,872 "dep": 719,873 "##tal": 720,874 "##2,": 721,875 "ins": 722,876 "##tein": 723,877 "##tern": 724,878 "loc": 725,879 "aut": 726,880 "measure": 727,881 "mul": 728,882 "##gen": 729,883 "##acter": 730,884 "##ared": 731,885 "##fore": 732,886 "techn": 733,887 "##ency": 734,888 "q": 735,889 "##cer": 736,890 "cr": 737,891 "inte": 738,892 "##inal": 739,893 "mat": 740,894 "dr": 741,895 "##cc": 742,896 "requ": 743,897 "##ational": 744,898 "โ": 745,899 "br": 746,900 "##aph": 747,901 "##action": 748,902 "##ved": 749,903 "##0,": 750,904 "##hes": 751,905 "observ": 752,906 "##ays": 753,907 "##tit": 754,908 "most": 755,909 "##ew": 756,910 "##atic": 757,911 "new": 758,912 "##ause": 759,913 "12": 760,914 "bl": 761,915 "##ex": 762,916 "desc": 763,917 "##ise": 764,918 "resear": 765,919 "associ": 766,920 "##ize": 767,921 "##erg": 768,922 "rem": 769,923 "experim": 770,924 "cal": 771,925 "##ft": 772,926 "##ants": 773,927 "##gor": 774,928 "mon": 775,929 "information": 776,930 "ed": 777,931 "##ties": 778,932 "##rough": 779,933 "##ild": 780,934 "during": 781,935 "##ric": 782,936 "##ann": 783,937 "##ks": 784,938 "struc": 785,939 "##ox": 786,940 "protein": 787,941 "##til": 788,942 "giv": 789,943 "##eld": 790,944 "based": 791,945 "##anc": 792,946 "##ult": 793,947 "##ung": 794,948 "##old": 795,949 "go": 796,950 "found": 797,951 "##.3": 798,952 "##de": 799,953 "##its": 800,954 "##rel": 801,955 "##iqu": 802,956 "condition": 803,957 "well": 804,958 "vol": 805,959 "app": 806,960 "##ov": 807,961 "car": 808,962 "##entif": 809,963 "##led": 810,964 "##.5": 811,965 "der": 812,966 "char": 813,967 "treat": 814,968 "##fer": 815,969 "##amet": 816,970 "shown": 817,971 "##ption": 818,972 "##yn": 819,973 "case": 820,974 "anti": 821,975 "##duced": 822,976 "##ven": 823,977 "##ages": 824,978 "hy": 825,979 "studies": 826,980 "##ix": 827,981 "poin": 828,982 "##ute": 829,983 "##ough": 830,984 "obtain": 831,985 "##ilar": 832,986 "through": 833,987 "cy": 834,988 "##ective": 835,989 "indic": 836,990 "repres": 837,991 "##1)": 838,992 "proble": 839,993 "##ane": 840,994 "exp": 841,995 "determ": 842,996 "any": 843,997 "class": 844,998 "##ha": 845,999 "ser": 846,1000 "el": 847,1001 "hig": 848,1002 "research": 849,1003 "##ement": 850,1004 "##usion": 851,1005 "##put": 852,1006 "requi": 853,1007 "##ings": 854,1008 "same": 855,1009 "test": 856,1010 "dem": 857,1011 "rece": 858,1012 "sin": 859,1013 "figure": 860,1014 "##to": 861,1015 ":": 862,1016 "mic": 863,1017 "end": 864,1018 "##ines": 865,1019 "##10": 866,1020 "addition": 867,1021 "similar": 868,1022 "multi": 869,1023 "##ps": 870,1024 "know": 871,1025 "##ological": 872,1026 "av": 873,1027 "three": 874,1028 "elec": 875,1029 "##ene": 876,1030 "import": 877,1031 "fur": 878,1032 "##atis": 879,1033 "##alth": 880,1034 "lo": 881,1035 "##ress": 882,1036 "had": 883,1037 "15": 884,1038 "|": 885,1039 "##ale": 886,1040 "##ort": 887,1041 "##ium": 888,1042 "##1.": 889,1043 "##ported": 890,1044 "cap": 891,1045 "##gorith": 892,1046 "##ural": 893,1047 "&": 894,1048 "conc": 895,1049 "##sp": 896,1050 "##rect": 897,1051 "comput": 898,1052 "design": 899,1053 "algorith": 900,1054 "##ality": 901,1055 "term": 902,1056 "##ma": 903,1057 "pa": 904,1058 "##ake": 905,1059 "given": 906,1060 "effect": 907,1061 "##unt": 908,1062 "##etwork": 909,1063 "distrib": 910,1064 "further": 911,1065 "##ivid": 912,1066 "##],": 913,1067 "##sible": 914,1068 "##duction": 915,1069 "pred": 916,1070 "sug": 917,1071 "estim": 918,1072 "mem": 919,1073 "pe": 920,1074 "##ination": 921,1075 "treatment": 922,1076 "because": 923,1077 "propos": 924,1078 "##2)": 925,1079 "##ited": 926,1080 "identif": 927,1081 "##istic": 928,1082 "##eng": 929,1083 "##lis": 930,1084 "##tively": 931,1085 "##ade": 932,1086 "##ivers": 933,1087 "network": 934,1088 "##ential": 935,1089 "main": 936,1090 "fre": 937,1091 "##vious": 938,1092 "(3": 939,1093 "expression": 940,1094 "##ject": 941,1095 "##alu": 942,1096 "##com": 943,1097 "##con": 944,1098 "path": 945,1099 "imm": 946,1100 "health": 947,1101 "##itive": 948,1102 "hum": 949,1103 "lim": 950,1104 "[2": 951,1105 "small": 952,1106 "##hib": 953,1107 "character": 954,1108 "describ": 955,1109 "tem": 956,1110 "##lic": 957,1111 "##aining": 958,1112 "thus": 959,1113 "##ism": 960,1114 "##par": 961,1115 "<": 962,1116 "##struc": 963,1117 "##aw": 964,1118 "need": 965,1119 "##ently": 966,1120 "##3,": 967,1121 "could": 968,1122 "while": 969,1123 "##adi": 970,1124 "second": 971,1125 "line": 972,1126 "value": 973,1127 "##sc": 974,1128 "who": 975,1129 "oper": 976,1130 "syn": 977,1131 "##ok": 978,1132 "##iss": 979,1133 "##ob": 980,1134 "##ider": 981,1135 "following": 982,1136 "gene": 983,1137 "sugg": 984,1138 "pot": 985,1139 "bas": 986,1140 "##.4": 987,1141 "values": 988,1142 "would": 989,1143 "##ock": 990,1144 "##ulated": 991,1145 "calc": 992,1146 "order": 993,1147 "(19": 994,1148 "##resp": 995,1149 "year": 996,1150 "##nal": 997,1151 "paramet": 998,1152 "clin": 999,1153 "sequ": 1000,1154 "higher": 1001,1155 "##gan": 1002,1156 "##ities": 1003,1157 "##ful": 1004,1158 "##ator": 1005,1159 "##ier": 1006,1160 "evalu": 1007,1161 "respon": 1008,1162 "lik": 1009,1163 "##of": 1010,1164 "about": 1011,1165 "20": 1012,1166 "rate": 1013,1167 "##ains": 1014,1168 "add": 1015,1169 "provid": 1016,1170 "within": 1017,1171 "selec": 1018,1172 "##ode": 1019,1173 "table": 1020,1174 "11": 1021,1175 "##ning": 1022,1176 "##2.": 1023,1177 "##ples": 1024,1178 "region": 1025,1179 "##ian": 1026,1180 "โ": 1027,1181 "occ": 1028,1182 "##arge": 1029,1183 "pap": 1030,1184 "compared": 1031,1185 "represent": 1032,1186 "applic": 1033,1187 "##tt": 1034,1188 "dise": 1035,1189 "##rop": 1036,1190 "##ision": 1037,1191 "##4,": 1038,1192 "##ogr": 1039,1193 "find": 1040,1194 "13": 1041,1195 "##agn": 1042,1196 "pub": 1043,1197 "chang": 1044,1198 "methods": 1045,1199 "##ves": 1046,1200 "##-2": 1047,