Files
mythos/tokenizer.json

15381 lines
205 KiB
JSON
Raw Normal View History

{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<bos>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "<eos>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 4,
"content": "<sep>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": {
"type": "NFKC"
},
"pre_tokenizer": {
"type": "ByteLevel",
"add_prefix_space": false,
"trim_offsets": true,
"use_regex": true
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "<bos>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<eos>",
"type_id": 0
}
}
],
"pair": [
{
"SpecialToken": {
"id": "<bos>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<sep>",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<eos>",
"type_id": 0
}
}
],
"special_tokens": {
"<bos>": {
"id": "<bos>",
"ids": [
1
],
"tokens": [
"<bos>"
]
},
"<eos>": {
"id": "<eos>",
"ids": [
2
],
"tokens": [
"<eos>"
]
},
"<sep>": {
"id": "<sep>",
"ids": [
4
],
"tokens": [
"<sep>"
]
}
}
},
"decoder": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": "<unk>",
"continuing_subword_prefix": null,
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"ignore_merges": false,
"vocab": {
"<unk>": 0,
"<bos>": 1,
"<eos>": 2,
"<pad>": 3,
"<sep>": 4,
"!": 5,
"\"": 6,
"#": 7,
"$": 8,
"%": 9,
"&": 10,
"'": 11,
"(": 12,
")": 13,
"*": 14,
"+": 15,
",": 16,
"-": 17,
".": 18,
"/": 19,
"0": 20,
"1": 21,
"2": 22,
"3": 23,
"4": 24,
"5": 25,
"6": 26,
"7": 27,
"8": 28,
"9": 29,
":": 30,
";": 31,
"<": 32,
"=": 33,
">": 34,
"?": 35,
"@": 36,
"A": 37,
"B": 38,
"C": 39,
"D": 40,
"E": 41,
"F": 42,
"G": 43,
"H": 44,
"I": 45,
"J": 46,
"K": 47,
"L": 48,
"M": 49,
"N": 50,
"O": 51,
"P": 52,
"Q": 53,
"R": 54,
"S": 55,
"T": 56,
"U": 57,
"V": 58,
"W": 59,
"X": 60,
"Y": 61,
"Z": 62,
"[": 63,
"\\": 64,
"]": 65,
"^": 66,
"_": 67,
"`": 68,
"a": 69,
"b": 70,
"c": 71,
"d": 72,
"e": 73,
"f": 74,
"g": 75,
"h": 76,
"i": 77,
"j": 78,
"k": 79,
"l": 80,
"m": 81,
"n": 82,
"o": 83,
"p": 84,
"q": 85,
"r": 86,
"s": 87,
"t": 88,
"u": 89,
"v": 90,
"w": 91,
"x": 92,
"y": 93,
"z": 94,
"{": 95,
"|": 96,
"}": 97,
"~": 98,
"¡": 99,
"¢": 100,
"£": 101,
"¤": 102,
"¥": 103,
"¦": 104,
"§": 105,
"¨": 106,
"©": 107,
"ª": 108,
"«": 109,
"¬": 110,
"®": 111,
"¯": 112,
"°": 113,
"±": 114,
"²": 115,
"³": 116,
"´": 117,
"µ": 118,
"¶": 119,
"·": 120,
"¸": 121,
"¹": 122,
"º": 123,
"»": 124,
"¼": 125,
"½": 126,
"¾": 127,
"¿": 128,
"À": 129,
"Á": 130,
"Â": 131,
"Ã": 132,
"Ä": 133,
"Å": 134,
"Æ": 135,
"Ç": 136,
"È": 137,
"É": 138,
"Ê": 139,
"Ë": 140,
"Ì": 141,
"Í": 142,
"Î": 143,
"Ï": 144,
"Ð": 145,
"Ñ": 146,
"Ò": 147,
"Ó": 148,
"Ô": 149,
"Õ": 150,
"Ö": 151,
"×": 152,
"Ø": 153,
"Ù": 154,
"Ú": 155,
"Û": 156,
"Ü": 157,
"Ý": 158,
"Þ": 159,
"ß": 160,
"à": 161,
"á": 162,
"â": 163,
"ã": 164,
"ä": 165,
"å": 166,
"æ": 167,
"ç": 168,
"è": 169,
"é": 170,
"ê": 171,
"ë": 172,
"ì": 173,
"í": 174,
"î": 175,
"ï": 176,
"ð": 177,
"ñ": 178,
"ò": 179,
"ó": 180,
"ô": 181,
"õ": 182,
"ö": 183,
"÷": 184,
"ø": 185,
"ù": 186,
"ú": 187,
"û": 188,
"ü": 189,
"ý": 190,
"þ": 191,
"ÿ": 192,
"Ā": 193,
"ā": 194,
"Ă": 195,
"ă": 196,
"Ą": 197,
"ą": 198,
"Ć": 199,
"ć": 200,
"Ĉ": 201,
"ĉ": 202,
"Ċ": 203,
"ċ": 204,
"Č": 205,
"č": 206,
"Ď": 207,
"ď": 208,
"Đ": 209,
"đ": 210,
"Ē": 211,
"ē": 212,
"Ĕ": 213,
"ĕ": 214,
"Ė": 215,
"ė": 216,
"Ę": 217,
"ę": 218,
"Ě": 219,
"ě": 220,
"Ĝ": 221,
"ĝ": 222,
"Ğ": 223,
"ğ": 224,
"Ġ": 225,
"ġ": 226,
"Ģ": 227,
"ģ": 228,
"Ĥ": 229,
"ĥ": 230,
"Ħ": 231,
"ħ": 232,
"Ĩ": 233,
"ĩ": 234,
"Ī": 235,
"ī": 236,
"Ĭ": 237,
"ĭ": 238,
"Į": 239,
"į": 240,
"İ": 241,
"ı": 242,
"IJ": 243,
"ij": 244,
"Ĵ": 245,
"ĵ": 246,
"Ķ": 247,
"ķ": 248,
"ĸ": 249,
"Ĺ": 250,
"ĺ": 251,
"Ļ": 252,
"ļ": 253,
"Ľ": 254,
"ľ": 255,
"Ŀ": 256,
"ŀ": 257,
"Ł": 258,
"ł": 259,
"Ń": 260,
"Ġt": 261,
"Ġa": 262,
"he": 263,
"in": 264,
"Ġo": 265,
"at": 266,
"on": 267,
"Ġthe": 268,
"er": 269,
"re": 270,
"is": 271,
"Ġof": 272,
"al": 273,
"ar": 274,
"or": 275,
"Ġc": 276,
"es": 277,
"Ġs": 278,
"an": 279,
"en": 280,
"ion": 281,
"ed": 282,
"Ġin": 283,
"ic": 284,
"Ġp": 285,
"it": 286,
"Ġan": 287,
"Ġf": 288,
"le": 289,
"ro": 290,
"Ġb": 291,
"ou": 292,
"Ġw": 293,
"Ġand": 294,
"as": 295,
"ĠA": 296,
"ing": 297,
"ation": 298,
"Ġd": 299,
"ct": 300,
"Ġm": 301,
"ĠC": 302,
"Ġh": 303,
"Ġto": 304,
"Ġis": 305,
"ent": 306,
"Ġre": 307,
"om": 308,
"Ġe": 309,
"ĠS": 310,
"el": 311,
"st": 312,
"ĠT": 313,
"id": 314,
"Ġn": 315,
"um": 316,
"ist": 317,
"ies": 318,
"Ġfor": 319,
"pe": 320,
"rt": 321,
"Ġl": 322,
"Ġth": 323,
"ol": 324,
"ĠB": 325,
"Ġbe": 326,
"im": 327,
"un": 328,
"ig": 329,
"ul": 330,
"ce": 331,
"us": 332,
"ad": 333,
"ur": 334,
"il": 335,
"hy": 336,
"iv": 337,
"em": 338,
"Ġg": 339,
"ated": 340,
"ot": 341,
"ci": 342,
"op": 343,
"ut": 344,
"ke": 345,
"per": 346,
"ac": 347,
"ir": 348,
"ly": 349,
"os": 350,
"Ġal": 351,
"ĠM": 352,
"roid": 353,
"ĠThe": 354,
"ate": 355,
"am": 356,
"Ġor": 357,
"athy": 358,
"arathy": 359,
"arathyroid": 360,
"if": 361,
"ter": 362,
"ith": 363,
"Ġon": 364,
"res": 365,
"ĠI": 366,
"ĠR": 367,
"Ġby": 368,
"ppe": 369,
"Ġv": 370,
"Ġare": 371,
"als": 372,
"ourt": 373,
"Ġwith": 374,
"ĠD": 375,
"Ġas": 376,
"Ġpro": 377,
"Ġhy": 378,
"ian": 379,
"ow": 380,
"Ġ(": 381,
"od": 382,
"her": 383,
"ĠAppe": 384,
"ary": 385,
"Ġcon": 386,
"Ġex": 387,
"Ġthat": 388,
"ĠAppeals": 389,
"Ġst": 390,
"pt": 391,
"ers": 392,
"Ġhyper": 393,
"ge": 394,
"Ġwh": 395,
"ia": 396,
"th": 397,
"Ġ1": 398,
"ch": 399,
"Ġde": 400,
"ump": 401,
"lev": 402,
"ous": 403,
"ds": 404,
"ations": 405,
"ĠP": 406,
"Ġpump": 407,
"Ġse": 408,
"Ġhyperp": 409,
"ie": 410,
"ĠF": 411,
"ĠG": 412,
"Ġr": 413,
"oun": 414,
"ab": 415,
"ve": 416,
"Ġit": 417,
"ical": 418,
"ity": 419,
"rom": 420,
"ism": 421,
"ial": 422,
"ĠL": 423,
"est": 424,
"ect": 425,
"eries": 426,
"har": 427,
"Ġcom": 428,
"Ġfrom": 429,
"ay": 430,
"ost": 431,
"ess": 432,
"ich": 433,
"ĠCourt": 434,
"key": 435,
"iz": 436,
"oc": 437,
"qu": 438,
"ain": 439,
"Ġcan": 440,
"ib": 441,
"ric": 442,
"ĠE": 443,
"ĠO": 444,
"Ġat": 445,
"igh": 446,
"ĠIn": 447,
"Ġ19": 448,
"mer": 449,
"pp": 450,
"se": 451,
"so": 452,
"ts": 453,
"Ġwhich": 454,
"ĠN": 455,
"ĠU": 456,
"Ġun": 457,
"arathyroidism": 458,
"ud": 459,
"ĠW": 460,
"Ġsy": 461,
"Ġinc": 462,
"Ġus": 463,
"Ġter": 464,
"ast": 465,
"Ġhas": 466,
"Ġall": 467,
"Ġhyperparathyroidism": 468,
"war": 469,
"and": 470,
"Ġparathyroid": 471,
"ific": 472,
"ther": 473,
"ure": 474,
"Ġne": 475,
"The": 476,
"ment": 477,
"ĠH": 478,
"ision": 479,
"ities": 480,
"Ġwas": 481,
"20": 482,
"ore": 483,
"ti": 484,
"Ġseries": 485,
"Ġanim": 486,
"List": 487,
"mon": 488,
"tle": 489,
"Ġte": 490,
"ase": 491,
"ear": 492,
"ph": 493,
"ver": 494,
"Ġsu": 495,
"ions": 496,
"ive": 497,
"tern": 498,
"act": 499,
"ational": 500,
"Ġres": 501,
"ople": 502,
"levision": 503,
"et": 504,
"attle": 505,
"Ġnot": 506,
"du": 507,
"Ġkey": 508,
"ors": 509,
"ica": 510,
"Ġph": 511,
"lect": 512,
"Ġha": 513,
"pect": 514,
"ress": 515,
"Ġanimated": 516,
"ff": 517,
"gen": 518,
"tw": 519,
"all": 520,
"ant": 521,
"stem": 522,
"ular": 523,
"ption": 524,
"Ġtelevision": 525,
"cc": 526,
"con": 527,
"ue": 528,
"Ġad": 529,
"ort": 530,
"ory": 531,
"Ġpar": 532,
"gh": 533,
"lic": 534,
"ple": 535,
"Ġtr": 536,
"orption": 537,
"ĠAd": 538,
"ome": 539,
"Ġsystem": 540,
"tiary": 541,
"In": 542,
"ap": 543,
"een": 544,
"gr": 545,
"ges": 546,
"ip": 547,
"ine": 548,
"ish": 549,
"ence": 550,
"ased": 551,
"Ġloc": 552,
"Ġbetw": 553,
"ivers": 554,
"Ġalso": 555,
"ount": 556,
"Ġits": 557,
"ĠAdr": 558,
"Ġbetween": 559,
"Court": 560,
"ld": 561,
"ally": 562,
"Ġch": 563,
"Ġcre": 564,
"enc": 565,
"Ġinf": 566,
"Ġdes": 567,
"rtific": 568,
"ack": 569,
"osta": 570,
"ĠUn": 571,
"Ġused": 572,
"rtificial": 573,
"),": 574,
"gan": 575,
"ire": 576,
"las": 577,
"lud": 578,
"Ġhe": 579,
"Ġab": 580,
"ren": 581,
"anad": 582,
"ction": 583,
"ĠCanad": 584,
"ell": 585,
"Ġexpect": 586,
"rict": 587,
"Ġhave": 588,
"li": 589,
"ĠJ": 590,
"Ġact": 591,
"ord": 592,
"Ġcal": 593,
"ited": 594,
"Ġwhe": 595,
"ĠAmer": 596,
"els": 597,
"istrict": 598,
"ĠRica": 599,
"ianople": 600,
"Ġinclud": 601,
"Ġtertiary": 602,
"ĠAdrianople": 603,
"cre": 604,
"his": 605,
"lation": 606,
"ĠK": 607,
"ĠY": 608,
"Ġle": 609,
"Ġother": 610,
"ates": 611,
"Ġco": 612,
"Ġchar": 613,
"our": 614,
"Ġbeen": 615,
"igen": 616,
"ill": 617,
"ward": 618,
"'s": 619,
"digen": 620,
"ry": 621,
"uit": 622,
"Ġapp": 623,
"inal": 624,
"ans": 625,
"end": 626,
"Ġpre": 627,
"Ġmo": 628,
"Ġelect": 629,
"ĠSt": 630,
"ely": 631,
"ult": 632,
"Ġgen": 633,
"irc": 634,
"Ġcont": 635,
"iversities": 636,
"Ġcalci": 637,
"digenous": 638,
"ix": 639,
"ks": 640,
"ne": 641,
"pon": 642,
"ral": 643,
"to": 644,
"ures": 645,
"eral": 646,
"iss": 647,
"ands": 648,
"ican": 649,
"ĠAs": 650,
"Ġreg": 651,
"ĠSe": 652,
"ists": 653,
"und": 654,
"osph": 655,
"ĠIt": 656,
"own": 657,
"Ġpart": 658,
"Battle": 659,
"ace": 660,
"fer": 661,
"ood": 662,
"ron": 663,
"rit": 664,
"rim": 665,
"ub": 666,
"ust": 667,
"âĢ": 668,
"Ġk": 669,
"Ġro": 670,
"Ġlev": 671,
"ormon": 672,
"Ġcount": 673,
"Ġsci": 674,
"Ġhormon": 675,
"Ġthis": 676,
"ade": 677,
"Ġgl": 678,
"opul": 679,
"ternational": 680,
"ganiz": 681,
"Ġcalcium": 682,
"Ġhormone": 683,
"ak": 684,
"og": 685,
"wn": 686,
"way": 687,
"Ġy": 688,
"Ġcl": 689,
"ance": 690,
"ens": 691,
"ition": 692,
"ĠAn": 693,
"Ġman": 694,
"ĠTur": 695,
"ign": 696,
"ution": 697,
"ĠRe": 698,
"Ġval": 699,
"ĠTurkey": 700,
"ms": 701,
"ĠZ": 702,
"Ġim": 703,
"Ġacc": 704,
"Ġtheir": 705,
"ard": 706,
"Ġcate": 707,
"Ġcell": 708,
"Ġsh": 709,
"Ġsome": 710,
"ics": 711,
"Ġpl": 712,
"Ġbl": 713,
"Ġmain": 714,
"Ġev": 715,
"Ġeff": 716,
"hys": 717,
"ame": 718,
"soci": 719,
"Ġuniversities": 720,
"Ġsuch": 721,
"Ġinflation": 722,
"Ġcharge": 723,
"ircuit": 724,
"âĢĵ": 725,
"Ġyear": 726,
"Ġcateg": 727,
"age": 728,
"ning": 729,
"oci": 730,
"ri": 731,
"ru": 732,
"tect": 733,
"wan": 734,
"Ġ20": 735,
"Ġartificial": 736,
"ater": 737,
"one": 738,
"eration": 739,
"Ġfol": 740,
"rou": 741,
"out": 742,
"ough": 743,
"ĠAct": 744,
"Ġdo": 745,
"ĠCh": 746,
"ĠCosta": 747,
"ĠCircuit": 748,
"Ġtown": 749,
"Ġlif": 750,
"cept": 751,
"emb": 752,
"ement": 753,
"ose": 754,
"Ġprob": 755,
"Ġdef": 756,
"haring": 757,
"ize": 758,
"ight": 759,
"wards": 760,
"cond": 761,
"ĠUnited": 762,
"ĠAmerican": 763,
"az": 764,
"aur": 765,
"ake": 766,
"bs": 767,
"ced": 768,
"te": 769,
"vel": 770,
"wo": 771,
"Ġj": 772,
"hes": 773,
"ince": 774,
"Ġthere": 775,
"ere": 776,
"orth": 777,
"Ġcol": 778,
"Ġsp": 779,
"Ġsie": 780,
"Ġsorption": 781,
"Ġsharing": 782,
"ang": 783,
"Ġpat": 784,
"Ġprim": 785,
"ite": 786,
"lec": 787,
"rogen": 788,
"outh": 789,
"ould": 790,
"Ġdue": 791,
"Ġmore": 792,
"ĠCom": 793,
"Ġrel": 794,
"Ġli": 795,
"usic": 796,
"osed": 797,
"Ġdetect": 798,
"Ġcomp": 799,
"Ġincre": 800,
"orting": 801,
"Ġcreation": 802,
"ences": 803,
"ĠCanadian": 804,
"Ġmolec": 805,
"Ġcells": 806,
"condary": 807,
").": 808,
"ag": 809,
"eop": 810,
"ject": 811,
"mun": 812,
"ov": 813,
"rib": 814,
"ual": 815,
"urt": 816,
"ĠV": 817,
"Ġen": 818,
"Ġtwo": 819,
"Ġaward": 820,
"ong": 821,
"ise": 822,
"Ġcor": 823,
"Ġinto": 824,
"Ġpress": 825,
"Ġfe": 826,
"rov": 827,
"ass": 828,
"ases": 829,
"ĠCent": 830,
"Ġrep": 831,
"omin": 832,
"Ġform": 833,
"peci": 834,
"olog": 835,
"irst": 836,
"amin": 837,
"resent": 838,
"Ġexp": 839,
"Ġsecondary": 840,
"ound": 841,
"pporting": 842,
"Ġterm": 843,
"Ġallow": 844,
"Ġphosph": 845,
"Ġregion": 846,
"Ġblood": 847,
"sociation": 848,
"velop": 849,
"Ġmolecular": 850,
"urther": 851,
"00": 852,
"SA": 853,
"aus": 854,
"der": 855,
"for": 856,
"mall": 857,
"pen": 858,
"ton": 859,
"uum": 860,
"upporting": 861,
"ines": 862,
"onning": 863,
"Ġthey": 864,
"erv": 865,
"ara": 866,
"arie": 867,
"Ġsign": 868,
"leges": 869,
"Ġbut": 870,
"Ġwor": 871,
"Ġmay": 872,
"Ġhigh": 873,
"entific": 874,
"ĠSa": 875,
"ĠSonning": 876,
"elf": 877,
"ĠThis": 878,
"ide": 879,
"Ġlow": 880,
"olution": 881,
"ĠBy": 882,
"iginal": 883,
"ively": 884,
"ach": 885,
"acuum": 886,
"ĠThese": 887,
"Ġvacuum": 888,
"ĠDistrict": 889,
"Ġprodu": 890,
"ians": 891,
"Ġstud": 892,
"able": 893,
"ically": 894,
"ĠInternational": 895,
"Ġ198": 896,
"ĠNations": 897,
"anding": 898,
"Ġrespon": 899,
"Ġlocks": 900,
"rench": 901,
"Ġwhen": 902,
"Ġinclude": 903,
"ĠYear": 904,
"Ġprev": 905,
"ĠAssociation": 906,
"Ġlevels": 907,
"Ġglands": 908,
"ĠActor": 909,
"Ġlife": 910,
"ĠCentral": 911,
"Ġphosphate": 912,
"13": 913,
"Costa": 914,
"ail": 915,
"ces": 916,
"cess": 917,
"ew": 918,
"ile": 919,
"les": 920,
"pan": 921,
"zant": 922,
"Ġty": 923,
"hem": 924,
"Ġopen": 925,
"ern": 926,
"original": 927,
"Ġinter": 928,
"itan": 929,
"itamin": 930,
"Ġbattle": 931,
"Ġwe": 932,
"Ġwar": 933,
"ĠAf": 934,
"Ġdist": 935,
"Ġdif": 936,
"Ġmod": 937,
"Ġrec": 938,
"omat": 939,
"Ġequ": 940,
"ĠSoci": 941,
"ĠTh": 942,
"Ġnomin": 943,
"Ġthrou": 944,
"ĠBrit": 945,
"Ġgro": 946,
"acqu": 947,
"ĠMacqu": 948,
"Ġorganiz": 949,
"Ġone": 950,
"Ġprom": 951,
"Ġcons": 952,
"Ġdevelop": 953,
"ief": 954,
"ĠFrench": 955,
"abor": 956,
"ĠList": 957,
"ible": 958,
"ĠEn": 959,
"Ġ199": 960,
"Ġunder": 961,
"Ġsub": 962,
"ety": 963,
"Ġsystems": 964,
"ĠCanada": 965,
"Ġexpectations": 966,
"Ġlead": 967,
"Ġcoast": 968,
"Ġimp": 969,
"hysical": 970,
"Ġcategory": 971,
"ruct": 972,
"Ġsieve": 973,
"Ġincreased": 974,
"Ġcorre": 975,
"ĠByzant": 976,
"Ġthrough": 977,
"ĠMacquarie": 978,
"19": 979,
"bum": 980,
"boriginal": 981,
"ding": 982,
"eople": 983,
"gn": 984,
"io": 985,
"iel": 986,
"low": 987,
"lish": 988,
"sible": 989,
"ually": 990,
"yc": 991,
"Ġent": 992,
"Ġest": 993,
"Ġar": 994,
"Ġappe": 995,
"hed": 996,
"hen": 997,
"inu": 998,
"inis": 999,
"ating": 1000,
"ative": 1001,
"isk": 1002,
"Ġcar": 1003,
"Ġcity": 1004,
"Ġsim": 1005,
"Ġsur": 1006,
"Ġsmall": 1007,
"Ġpur": 1008,
"Ġpix": 1009,
"Ġpopul": 1010,
"itrogen": 1011,
"Ġfiel": 1012,
"leton": 1013,
"Ġbund": 1014,
"ĠAl": 1015,
"Ġdown": 1016,
"ĠCol": 1017,
"ents": 1018,
"Ġrele": 1019,
"oman": 1020,
"ĠSupporting": 1021,
"standing": 1022,
"ĠTo": 1023,
"ident": 1024,
"idne": 1025,
"Ġnod": 1026,
"Ġnitrogen": 1027,
"ĠBl": 1028,
"ĠBul": 1029,
"Ġbec": 1030,
"ots": 1031,
"keleton": 1032,
"pert": 1033,
"aces": 1034,
"iron": 1035,
"Ġonly": 1036,
"Ġpropert": 1037,
"Ġwho": 1038,
"ĠProv": 1039,
"Ġhyperplas": 1040,
"Ġcommun": 1041,
"ains": 1042,
"ĠEm": 1043,
"ĠIndigenous": 1044,
"Ġ196": 1045,
"Ġ197": 1046,
"Ġphase": 1047,
"ording": 1048,
"Ġwhere": 1049,
"Ġappro": 1050,
"ĠStates": 1051,
"Ġeffect": 1052,
"Ġfollow": 1053,
"Ġprimary": 1054,
"omatic": 1055,
"ĠBritish": 1056,
"Ġestab": 1057,
"iniseries": 1058,
"Ġbundle": 1059,
"idney": 1060,
"ĠProvince": 1061,
"Popul": 1062,
"av": 1063,
"air": 1064,
"apt": 1065,
"bar": 1066,
"bject": 1067,
"cal": 1068,
"ex": 1069,
"fic": 1070,
"gar": 1071,
"ious": 1072,
"mpt": 1073,
"ool": 1074,
"ran": 1075,
"up": 1076,
"uil": 1077,
"Ġ\"": 1078,
"Ġ3": 1079,
"Ġer": 1080,
"Ġtens": 1081,
"Ġart": 1082,
"Ġaut": 1083,
"inn": 1084,
"Ġout": 1085,
"Ġover": 1086,
"Ġobject": 1087,
"ature": 1088,
"Ġthese": 1089,
"ery": 1090,
"ree": 1091,
"ars": 1092,
"arth": 1093,
"Ġcer": 1094,
"Ġcent": 1095,
"estern": 1096,
"Ġso": 1097,
"Ġself": 1098,
"Ġskeleton": 1099,
"Ġinv": 1100,
"Ġinst": 1101,
"Ġindigenous": 1102,
"ice": 1103,
"icip": 1104,
"Ġpast": 1105,
"Ġpeople": 1106,
"Ġfirst": 1107,
"Ġbod": 1108,
"Ġwill": 1109,
"ĠArt": 1110,
"ĠAward": 1111,
"Ġdip": 1112,
"Ġmost": 1113,
"Ġmix": 1114,
"Ġmusic": 1115,
"Ġhot": 1116,
"Ġren": 1117,
"Ġrecept": 1118,
"oms": 1119,
"Ġecon": 1120,
"ĠSouth": 1121,
"old": 1122,
"ime": 1123,
"unction": 1124,
"ules": 1125,
"cem": 1126,
"uring": 1127,
"ility": 1128,
"Ġgeop": 1129,
"osp": 1130,
"ĠMaur": 1131,
"ĠDe": 1132,
"Ġcond": 1133,
"Ġstruct": 1134,
"Ġhypercal": 1135,
"Ġwhile": 1136,
"ouse": 1137,
"Ġpumping": 1138,
"Ġsecre": 1139,
"Ġrisk": 1140,
"Ġcommon": 1141,
"Ġcomple": 1142,
"sea": 1143,
"Ġsyn": 1144,
"thern": 1145,
"lication": 1146,
"Ġchan": 1147,
"Ġdesorption": 1148,
"ĠJun": 1149,
"ĠAmerica": 1150,
"Ġelectron": 1151,
"Ġkidney": 1152,
"Ġcountry": 1153,
"Ġscientific": 1154,
"ways": 1155,
"Ġplaces": 1156,
"wansea": 1157,
"ought": 1158,
"Ġprobab": 1159,
"Ġcolleges": 1160,
"Ġspace": 1161,
"Ġpressure": 1162,
"pecial": 1163,
"ause": 1164,
"Ġresponsible": 1165,
"Ġtyp": 1166,
"Ġgrow": 1167,
"ĠByzantines": 1168,
"Ġpopulation": 1169,
"Ġrelease": 1170,
"Ġnodular": 1171,
"ĠBlack": 1172,
"ĠBulgar": 1173,
"Ġproperties": 1174,
"Populated": 1175,
"Ġobjects": 1176,
"Ġdipl": 1177,
"Ġeconom": 1178,
"ĠMauritan": 1179,
"Ġsecret": 1180,
"Ġcomplex": 1181,
"22": 1182,
"GU": 1183,
"are": 1184,
"cil": 1185,
"eal": 1186,
"fter": 1187,
"fact": 1188,
"ied": 1189,
"ires": 1190,
"ka": 1191,
"ness": 1192,
"oy": 1193,
"ove": 1194,
"over": 1195,
"ogr": 1196,
"pire": 1197,
"rat": 1198,
"ror": 1199,
"tt": 1200,
"ture": 1201,
"ygn": 1202,
"é": 1203,
"âĪ": 1204,
"Ġtem": 1205,
"Ġag": 1206,
"here": 1207,
"ined": 1208,
"Ġoper": 1209,
"Ġocc": 1210,
"atem": 1211,
"ony": 1212,
"erfor": 1213,
"reat": 1214,
"arg": 1215,
"orb": 1216,
"Ġcur": 1217,
"Ġcall": 1218,
"Ġcap": 1219,
"Ġsa": 1220,
"Ġind": 1221,
"Ġindu": 1222,
"Ġpol": 1223,
"itions": 1224,
"Ġann": 1225,
"Ġfil": 1226,
"Ġfut": 1227,
"Ġfam": 1228,
"Ġfurther": 1229,
"Ġbased": 1230,
"Ġwere": 1231,
"ĠAr": 1232,
"ĠAwards": 1233,
"Ġdr": 1234,
"Ġme": 1235,
"Ġmed": 1236,
"Ġmun": 1237,
"Ġmul": 1238,
"Ġmiss": 1239,
"Ġmade": 1240,
"Ġmemb": 1241,
"Ġmbar": 1242,
"ĠCon": 1243,
"ĠCoun": 1244,
"ĠCygn": 1245,
"Ġhis": 1246,
"Ġregen": 1247,
"Ġrefer": 1248,
"Ġelev": 1249,
"Ġemer": 1250,
"Ġnorth": 1251,
"umb": 1252,
"Ġformer": 1253,
"Ġthan": 1254,
"Ġbeing": 1255,
"imate": 1256,
"ural": 1257,
"emony": 1258,
"Ġgases": 1259,
"oth": 1260,
"cience": 1261,
"utstanding": 1262,
"keter": 1263,
"ama": 1264,
"amm": 1265,
"ample": 1266,
"Ġvess": 1267,
"Ġvitamin": 1268,
"Ġwithout": 1269,
"Ġprol": 1270,
"Ġext": 1271,
"Ġstate": 1272,
"Ġ10": 1273,
"Ġsever": 1274,
"ĠGe": 1275,
"ĠGires": 1276,
"Ġrates": 1277,
"ĠLe": 1278,
"ĠLake": 1279,
"hara": 1280,
"ricketer": 1281,
"ĠOutstanding": 1282,
"ights": 1283,
"ĠWestern": 1284,
"Ġusually": 1285,
"ments": 1286,
"200": 1287,
"tiple": 1288,
"Ġkeys": 1289,
"Ġphot": 1290,
"Ġtrad": 1291,
"Ġtrans": 1292,
"Ġlock": 1293,
"Ġheli": 1294,
"Ġabove": 1295,
"rent": 1296,
"Ġexpectation": 1297,
"Ġcool": 1298,
"Ġgener": 1299,
"Ġgeneral": 1300,
"Ġcontinu": 1301,
"osphatem": 1302,
"ublic": 1303,
"Ġsciences": 1304,
"Ġgland": 1305,
"ĠRec": 1306,
"Ġvalve": 1307,
"Ġyears": 1308,
"wana": 1309,
"Ġproble": 1310,
"Ġdefe": 1311,
"Ġpath": 1312,
"Ġrelated": 1313,
"Ġdetectors": 1314,
"Ġrepresent": 1315,
"ological": 1316,
"Ġexpress": 1317,
"Ġallows": 1318,
"arais": 1319,
"Ġsignal": 1320,
"ĠSahara": 1321,
"Ġprevious": 1322,
"ĠAfric": 1323,
"Ġdistrib": 1324,
"Ġappear": 1325,
"Ġpixel": 1326,
"otswana": 1327,
"Ġhyperplasia": 1328,
"ĠEmpire": 1329,
"Ġtensor": 1330,
"Ġceremony": 1331,
"icipal": 1332,
"Ġmixture": 1333,
"cemia": 1334,
"Ġgeophysical": 1335,
"Ġstructures": 1336,
"Ġhypercalcemia": 1337,
"ĠBulgarians": 1338,
"Ġdiplomatic": 1339,
"ĠMauritania": 1340,
"overn": 1341,
"âĪĴ": 1342,
"Ġcurrent": 1343,
"Ġfuture": 1344,
"Ġmunicipal": 1345,
"Ġmultiple": 1346,
"ĠCouncil": 1347,
"ĠCygnes": 1348,
"Ġelevated": 1349,
"ĠGiresun": 1350,
"Ġhelium": 1351,
"18": 1352,
"As": 1353,
"Artificial": 1354,
"CT": 1355,
"District": 1356,
"IP": 1357,
"ah": 1358,
"aj": 1359,
"aph": 1360,
"cast": 1361,
"ee": 1362,
"ever": 1363,
"ft": 1364,
"ful": 1365,
"fore": 1366,
"hop": 1367,
"hut": 1368,
"hip": 1369,
"hosphatem": 1370,
"ient": 1371,
"just": 1372,
"ll": 1373,
"lu": 1374,
"lor": 1375,
"mic": 1376,
"nown": 1377,
"ok": 1378,
"paz": 1379,
"ufact": 1380,
"viron": 1381,
"xim": 1382,
"yon": 1383,
"ı": 1384,
"ãĥ": 1385,
"Ġqu": 1386,
"Ġend": 1387,
"Ġult": 1388,
"Ġtime": 1389,
"Ġawards": 1390,
"Ġafter": 1391,
"ins": 1392,
"iness": 1393,
"Ġobs": 1394,
"atures": 1395,
"Ġthen": 1396,
"ises": 1397,
"ished": 1398,
"Ġoff": 1399,
"art": 1400,
"arı": 1401,
"orm": 1402,
"orn": 1403,
"oral": 1404,
"ories": 1405,
"orts": 1406,
"Ġcase": 1407,
"Ġcyc": 1408,
"Ġcricketer": 1409,
"Ġsame": 1410,
"Ġinit": 1411,
"Ġinte": 1412,
"Ġpos": 1413,
"Ġpresent": 1414,
"ital": 1415,
"Ġfar": 1416,
"Ġfact": 1417,
"rogr": 1418,
"Ġbi": 1419,
"Ġback": 1420,
"Ġbuil": 1421,
"oum": 1422,
"Ġward": 1423,
"Ġwould": 1424,
"aster": 1425,
"ĠAt": 1426,
"ĠAust": 1427,
"Ġder": 1428,
"Ġdis": 1429,
"Ġdire": 1430,
"Ġdistrict": 1431,
"Ġdance": 1432,
"Ġdone": 1433,
"Ġdise": 1434,
"Ġmaster": 1435,
"Ġhad": 1436,
"enth": 1437,
"ential": 1438,
"Ġrem": 1439,
"ĠSeries": 1440,
"str": 1441,
"Ġnow": 1442,
"Ġnational": 1443,
"Ġname": 1444,
"Ġlo": 1445,
"Ġlist": 1446,
"Ġlists": 1447,
"Ġthose": 1448,
"ĠBest": 1449,
"ĠBSA": 1450,
"ĠBhut": 1451,
"igu": 1452,
"ults": 1453,
"usiness": 1454,
"adi": 1455,
"ilit": 1456,
"ivil": 1457,
"emen": 1458,
"ote": 1459,
"other": 1460,
"utions": 1461,
"ache": 1462,
"iraz": 1463,
"ĠMov": 1464,
"ĠMiniseries": 1465,
"ĠMarais": 1466,
"amed": 1467,
"resident": 1468,
"ĠIts": 1469,
"ĠRize": 1470,
"Ġarea": 1471,
"ĠDr": 1472,
"Ġprocess": 1473,
"ode": 1474,
"Ġconf": 1475,
"Ġexample": 1476,
"Ġstat": 1477,
"chool": 1478,
"Ġdecre": 1479,
"Ġseat": 1480,
"Ġseen": 1481,
"iev": 1482,
"ĠFurther": 1483,
"Ġrate": 1484,
"isms": 1485,
"quid": 1486,
"ĠEarth": 1487,
"ĠOther": 1488,
"Ġatt": 1489,
"ĠNew": 1490,
"ĠUS": 1491,
"ĠWh": 1492,
"Ġsympt": 1493,
"Ġneg": 1494,
"Ġnew": 1495,
"201": 1496,
"Ġresults": 1497,
"duct": 1498,
"Ġadd": 1499,
"Ġadapt": 1500,
"Ġcreate": 1501,
"Ġexpected": 1502,
"Ġactual": 1503,
"hisar": 1504,
"ĠYemen": 1505,
"ansas": 1506,
"ĠAss": 1507,
"ĠSea": 1508,
"Ġclosed": 1509,
"itional": 1510,
"Ġmany": 1511,
"Ġevolution": 1512,
"Ġcategories": 1513,
"Ġjust": 1514,
"erepaz": 1515,
"ĠCompan": 1516,
"Ġlike": 1517,
"Ġliquid": 1518,
"Ġdetector": 1519,
"Ġregional": 1520,
"Ġwork": 1521,
"Ġstudy": 1522,
"Ġstudies": 1523,
"ailway": 1524,
"Ġwards": 1525,
"Ġmodel": 1526,
"Ġorganizations": 1527,
"Ġpromin": 1528,
"Ġconsid": 1529,
"Ġsurf": 1530,
"Ġfields": 1531,
"Ġfollowing": 1532,
"Ġestablish": 1533,
"airs": 1534,
"Ġartists": 1535,
"Ġhotel": 1536,
"Ġsynt": 1537,
"Ġchanges": 1538,
"ĠJuno": 1539,
"Ġprobability": 1540,
"ealth": 1541,
"Ġtemper": 1542,
"Ġcalled": 1543,
"Ġmissions": 1544,
"Ġmember": 1545,
"ĠRecording": 1546,
"Ġdefeated": 1547,
"CTAs": 1548,
"ajor": 1549,
"justment": 1550,
"vironment": 1551,
"Ġintegr": 1552,
"Ġwarded": 1553,
"ĠAustral": 1554,
"Ġdisease": 1555,
"iraziz": 1556,
"ĠMovie": 1557,
"erepazarı": 1558,
"ĠCompany": 1559,
"21": 1560,
"50": 1561,
"94": 1562,
"Aboriginal": 1563,
"CS": 1564,
"GF": 1565,
"It": 1566,
"aw": 1567,
"back": 1568,
"ck": 1569,
"cy": 1570,
"cur": 1571,
"ches": 1572,
"dic": 1573,
"drogen": 1574,
"eh": 1575,
"ep": 1576,
"ead": 1577,
"fety": 1578,
"gion": 1579,
"gent": 1580,
"hor": 1581,
"hib": 1582,
"hire": 1583,
"ike": 1584,
"iqu": 1585,
"ked": 1586,
"ler": 1587,
"lad": 1588,
"last": 1589,
"land": 1590,
"med": 1591,
"most": 1592,
"mosp": 1593,
"oin": 1594,
"pis": 1595,
"put": 1596,
"pos": 1597,
"rid": 1598,
"rist": 1599,
"rganiz": 1600,
"rater": 1601,
"ten": 1602,
"tic": 1603,
"ting": 1604,
"uch": 1605,
"ving": 1606,
"ÅŁ": 1607,
"Ġtun": 1608,
"Ġtend": 1609,
"Ġtiss": 1610,
"Ġads": 1611,
"ind": 1612,
"inia": 1613,
"Ġost": 1614,
"ather": 1615,
"atory": 1616,
"ones": 1617,
"onom": 1618,
"ered": 1619,
"reement": 1620,
"restr": 1621,
"Ġoften": 1622,
"alle": 1623,
"ark": 1624,
"aries": 1625,
"Ġcirc": 1626,
"esh": 1627,
"Ġsol": 1628,
"Ġsoci": 1629,
"Ġsize": 1630,
"Ġsince": 1631,
"Ġinternational": 1632,
"icles": 1633,
"Ġper": 1634,
"Ġanother": 1635,
"Ġfit": 1636,
"Ġfoc": 1637,
"Ġfib": 1638,
"Ġfound": 1639,
"Ġfunction": 1640,
"ros": 1641,
"road": 1642,
"round": 1643,
"Ġbas": 1644,
"Ġbel": 1645,
"Ġbone": 1646,
"outhern": 1647,
"oué": 1648,
"Ġwell": 1649,
"Ġwater": 1650,
"ĠAg": 1651,
"ĠArtificial": 1652,
"ĠAboriginal": 1653,
"Ġdig": 1654,
"Ġduring": 1655,
"Ġmat": 1656,
"Ġmajor": 1657,
"Ġmuch": 1658,
"ĠCo": 1659,
"ĠCar": 1660,
"ĠCGU": 1661,
"Ġhands": 1662,
"ental": 1663,
"Ġref": 1664,
"Ġrev": 1665,
"Ġrest": 1666,
"Ġrece": 1667,
"Ġrese": 1668,
"Ġepis": 1669,
"ĠSan": 1670,
"ĠSwansea": 1671,
"ĠSpecial": 1672,
"ĠScience": 1673,
"ĠSchool": 1674,
"ides": 1675,
"Ġno": 1676,
"uman": 1677,
"Ġthree": 1678,
"Ġthought": 1679,
"olt": 1680,
"ĠBir": 1681,
"igations": 1682,
"uses": 1683,
"urer": 1684,
"ilar": 1685,
"iver": 1686,
"iving": 1687,
"Ġgovern": 1688,
"acre": 1689,
"Ġalbum": 1690,
"Ġalways": 1691,
"Ġalmost": 1692,
"ĠMal": 1693,
"ĠMusic": 1694,
"Ġorgan": 1695,
"ĠRoman": 1696,
"Ġprov": 1697,
"Ġhyp": 1698,
"Ġhydrogen": 1699,
"owever": 1700,
"odes": 1701,
"Ġexc": 1702,
"chan": 1703,
"Ġdec": 1704,
"Ġdegr": 1705,
"ĠPresident": 1706,
"Ġpumped": 1707,
"Ġsection": 1708,
"Ġhyperphosphatem": 1709,
"iege": 1710,
"ĠFor": 1711,
"ĠFed": 1712,
"Ġrules": 1713,
"ounced": 1714,
"ĠLhop": 1715,
"estigations": 1716,
"harge": 1717,
"ĠOx": 1718,
"ĠOne": 1719,
"ĠOtt": 1720,
"ĠOrganiz": 1721,
"Ġatmosp": 1722,
"ighb": 1723,
"ĠInd": 1724,
"ĠNou": 1725,
"ĠWar": 1726,
"Ġuse": 1727,
"Ġneon": 1728,
"Ġneighb": 1729,
"ĠHear": 1730,
"ĠHouse": 1731,
"Ġresult": 1732,
"Ġaden": 1733,
"Ġparts": 1734,
"Ġparalle": 1735,
"Ġtrade": 1736,
"ishing": 1737,
"Ġlocated": 1738,
"Ġchief": 1739,
"ency": 1740,
"Ġdesc": 1741,
"ĠUnion": 1742,
"ĠUniversities": 1743,
"lass": 1744,
"Ġabs": 1745,
"Ġabout": 1746,
"Ġactive": 1747,
"order": 1748,
"Ġincludes": 1749,
"Ġincluded": 1750,
"ouring": 1751,
"Ġapplication": 1752,
"Ġregions": 1753,
"ĠSecur": 1754,
"Ġpartial": 1755,
"ference": 1756,
"Ġrole": 1757,
"aking": 1758,
"ĠRep": 1759,
"Ġvalue": 1760,
"ĠZIP": 1761,
"ĠZoué": 1762,
"Ġshould": 1763,
"riel": 1764,
"roup": 1765,
"Ġdoes": 1766,
"ĠChrist": 1767,
"Ġdefined": 1768,
"angent": 1769,
"anglad": 1770,
"Ġpressures": 1771,
"Ġproduced": 1772,
"hemical": 1773,
"Ġinteract": 1774,
"Ġweight": 1775,
"ĠSocial": 1776,
"ĠSociety": 1777,
"Ġnominations": 1778,
"Ġdeveloping": 1779,
"Ġsimilar": 1780,
"Ġsmaller": 1781,
"ĠAlbum": 1782,
"Ġbecause": 1783,
"Ġerror": 1784,
"Ġoutput": 1785,
"Ġinvestigations": 1786,
"Ġbodies": 1787,
"Ġrenal": 1788,
"Ġreceptors": 1789,
"Ġconditions": 1790,
"Ġtypically": 1791,
"Ġgrowth": 1792,
"Ġeconomic": 1793,
"ograph": 1794,
"Ġoperation": 1795,
"Ġoccur": 1796,
"erform": 1797,
"Ġannounced": 1798,
"Ġfamous": 1799,
"Ġemergent": 1800,
"Ġvessel": 1801,
"Ġextrater": 1802,
"Ġseveral": 1803,
"Ġphoton": 1804,
"Ġcooled": 1805,
"Ġcontinuous": 1806,
"Ġproblem": 1807,
"ĠAfrica": 1808,
"Ġdistribution": 1809,
"Ġmunicipalities": 1810,
"Ġultimate": 1811,
"Ġobserv": 1812,
"Ġcycle": 1813,
"Ġcricketers": 1814,
"Ġposition": 1815,
"Ġdirect": 1816,
"Ġremov": 1817,
"ĠBhutan": 1818,
"Ġstatist": 1819,
"Ġdecreased": 1820,
"Ġsymptoms": 1821,
"Ġadaptive": 1822,
"ĠAssemb": 1823,
"Ġprominent": 1824,
"Ġsurface": 1825,
"Ġintegration": 1826,
"ĠAustralian": 1827,
"Ġtissue": 1828,
"Ġadsorb": 1829,
"onomous": 1830,
"restrial": 1831,
"Ġorganisms": 1832,
"Ġhyperphosphatemia": 1833,
"ĠOrganization": 1834,
"Ġatmosphere": 1835,
"ĠHeart": 1836,
"Ġparallel": 1837,
"ĠSecurity": 1838,
"ĠZouérat": 1839,
"angladesh": 1840,
"Ġextraterrestrial": 1841,
"23": 1842,
"37": 1843,
"BSA": 1844,
"Botswana": 1845,
"Con": 1846,
"Charge": 1847,
"PCS": 1848,
"Sci": 1849,
"Swansea": 1850,
"Siege": 1851,
"This": 1852,
"Un": 1853,
"ZCTAs": 1854,
"ael": 1855,
"ages": 1856,
"bb": 1857,
"ber": 1858,
"ble": 1859,
"bia": 1860,
"bigu": 1861,
"ca": 1862,
"cis": 1863,
"cou": 1864,
"com": 1865,
"cern": 1866,
"dis": 1867,
"elevision": 1868,
"eÅŁ": 1869,
"fel": 1870,
"gi": 1871,
"gress": 1872,
"ham": 1873,
"ium": 1874,
"iod": 1875,
"ky": 1876,
"kara": 1877,
"lus": 1878,
"lated": 1879,
"light": 1880,
"labor": 1881,
"lished": 1882,
"mb": 1883,
"my": 1884,
"min": 1885,
"man": 1886,
"mit": 1887,
"ming": 1888,
"more": 1889,
"nel": 1890,
"nect": 1891,
"niqu": 1892,
"oor": 1893,
"ole": 1894,
"off": 1895,
"por": 1896,
"ras": 1897,
"ries": 1898,
"rus": 1899,
"rated": 1900,
"rate": 1901,
"sce": 1902,
"side": 1903,
"ted": 1904,
"til": 1905,
"tains": 1906,
"ug": 1907,
"ues": 1908,
"ves": 1909,
"ved": 1910,
"xt": 1911,
"yn": 1912,
"yper": 1913,
"yroid": 1914,
"yph": 1915,
"°sce": 1916,
"İsce": 1917,
"Ġ-": 1918,
"Ġ2": 1919,
"Ġ8": 1920,
"Ġz": 1921,
"Ġed": 1922,
"ĠâĢĵ": 1923,
"Ġiron": 1924,
"Ġup": 1925,
"Ġtum": 1926,
"Ġtur": 1927,
"Ġtub": 1928,
"Ġamon": 1929,
"Ġaff": 1930,
"Ġaround": 1931,
"hest": 1932,
"ateral": 1933,
"atural": 1934,
"Ġtheat": 1935,
"erated": 1936,
"erous": 1937,
"ertiary": 1938,
"reg": 1939,
"rep": 1940,
"rew": 1941,
"alm": 1942,
"ales": 1943,
"ality": 1944,
"arge": 1945,
"arch": 1946,
"ork": 1947,
"oring": 1948,
"orge": 1949,
"organiz": 1950,
"orthern": 1951,
"Ġcle": 1952,
"Ġcot": 1953,
"Ġcourt": 1954,
"Ġcry": 1955,
"Ġcult": 1956,
"Ġcould": 1957,
"Ġcaus": 1958,
"Ġcivil": 1959,
"ese": 1960,
"Ġshe": 1961,
"Ġsat": 1962,
"Ġser": 1963,
"Ġsit": 1964,
"Ġsum": 1965,
"Ġsem": 1966,
"Ġsens": 1967,
"Ġsouth": 1968,
"Ġserv": 1969,
"Ġsought": 1970,
"Ġspecial": 1971,
"edic": 1972,
"edia": 1973,
"edback": 1974,
"ici": 1975,
"icular": 1976,
"Ġput": 1977,
"Ġpers": 1978,
"Ġpain": 1979,
"Ġpass": 1980,
"Ġpublic": 1981,
"itical": 1982,
"Ġfl": 1983,
"Ġflas": 1984,
"Ġfill": 1985,
"Ġfinal": 1986,
"Ġfund": 1987,
"roll": 1988,
"Ġbound": 1989,
"Ġboth": 1990,
"Ġborder": 1991,
"oud": 1992,
"Ġwest": 1993,
"Ġway": 1994,
"Ġwinn": 1995,
"astern": 1996,
"ĠAri": 1997,
"ingu": 1998,
"Ġdem": 1999,
"Ġdry": 2000,
"ctions": 2001,
"Ġmal": 2002,
"Ġmass": 2003,
"ĠCat": 2004,
"ĠCal": 2005,
"ĠCity": 2006,
"ĠCrim": 2007,
"ĠCard": 2008,
"ĠChemical": 2009,
"Ġhist": 2010,
"Ġhouse": 2011,
"Ġtop": 2012,
"Ġtook": 2013,
"Ġreac": 2014,
"Ġredu": 2015,
"oma": 2016,
"ombia": 2017,
"Ġeast": 2018,
"ĠSo": 2019,
"ĠSard": 2020,
"ĠSpan": 2021,
"ĠSky": 2022,
"stant": 2023,
"ĠTest": 2024,
"ĠTelevision": 2025,
"Ġnamed": 2026,
"ument": 2027,
"istic": 2028,
"Ġforms": 2029,
"Ġled": 2030,
"Ġlos": 2031,
"Ġless": 2032,
"Ġlong": 2033,
"Ġlarg": 2034,
"Ġthyroid": 2035,
"olic": 2036,
"olgi": 2037,
"ĠBattle": 2038,
"ĠBotswana": 2039,
"ĠBusiness": 2040,
"ĠBache": 2041,
"ĠBrid": 2042,
"ĠBroad": 2043,
"imated": 2044,
"imited": 2045,
"uns": 2046,
"ador": 2047,
"aded": 2048,
"adhib": 2049,
"ury": 2050,
"urbs": 2051,
"urches": 2052,
"ild": 2053,
"ily": 2054,
"Ġguit": 2055,
"cip": 2056,
"oplas": 2057,
"aches": 2058,
"Ġalong": 2059,
"ĠThey": 2060,
"ams": 2061,
"ames": 2062,
"amental": 2063,
"ambigu": 2064,
"ifold": 2065,
"ĠIPCS": 2066,
"ĠRus": 2067,
"ĠRights": 2068,
"ĠRiver": 2069,
"Ġvar": 2070,
"Ġvent": 2071,
"Ġvia": 2072,
"Ġvap": 2073,
"Ġvery": 2074,
"Ġveh": 2075,
"ĠDiv": 2076,
"ĠDoc": 2077,
"ĠDerepazarı": 2078,
"Ġassoci": 2079,
"iana": 2080,
"iance": 2081,
"Ġconst": 2082,
"Ġconcept": 2083,
"Ġconcern": 2084,
"Ġexcess": 2085,
"Ġstill": 2086,
"Ġwhat": 2087,
"though": 2088,
"Ġ18": 2089,
"chiev": 2090,
"chniqu": 2091,
"umping": 2092,
"dshire": 2093,
"ĠProgr": 2094,
"ĠPiraziz": 2095,
"Ġset": 2096,
"Ġhyperplast": 2097,
"ĠFirst": 2098,
"ĠFran": 2099,
"ĠGen": 2100,
"ĠGreat": 2101,
"ĠGoth": 2102,
"ĠGolgi": 2103,
"Ġran": 2104,
"Ġright": 2105,
"Ġrailway": 2106,
"Ġrather": 2107,
"ĠLists": 2108,
"ĠLabor": 2109,
"ĠLimited": 2110,
"ays": 2111,
"ock": 2112,
"quential": 2113,
"iberal": 2114,
"ĠOn": 2115,
"ppen": 2116,
"ppress": 2117,
"ĠNational": 2118,
"ĠNorth": 2119,
"ĠUK": 2120,
"ĠUN": 2121,
"Ġunivers": 2122,
"Ġuntil": 2123,
"ĠWhen": 2124,
"Ġusing": 2125,
"Ġterrit": 2126,
"Ġnear": 2127,
"Ġnext": 2128,
"ĠHigh": 2129,
"ĠHealth": 2130,
"ĠHuman": 2131,
"2021": 2132,
"Ġtechniqu": 2133,
"Ġsuppress": 2134,
"acter": 2135,
"Ġresolution": 2136,
"etal": 2137,
"eties": 2138,
"allu": 2139,
"Ġadjustment": 2140,
"orted": 2141,
"licit": 2142,
"ountains": 2143,
"Ġitself": 2144,
"ĠAdrar": 2145,
"encies": 2146,
"Ġinfer": 2147,
"Ġinflu": 2148,
"ired": 2149,
"Ġhead": 2150,
"lied": 2151,
"like": 2152,
"ĠKansas": 2153,
"Ġleft": 2154,
"Ġapplied": 2155,
"Ġmov": 2156,
"Ġelectoral": 2157,
"ĠStory": 2158,
"Ġparticular": 2159,
"ferent": 2160,
"ront": 2161,
"Ġknown": 2162,
"Ġscience": 2163,
"Ġcloud": 2164,
"Ġmanufact": 2165,
"Ġmanifold": 2166,
"ĠRegion": 2167,
"Ġvalues": 2168,
"ĠZee": 2169,
"Ġshown": 2170,
"Ġmainly": 2171,
"Ġmaintains": 2172,
"Ġeven": 2173,
"Ġefforts": 2174,
"Ġ200": 2175,
"Ġfolk": 2176,
"ĠChoum": 2177,
"Ġlifel": 2178,
"aurant": 2179,
"Ġjoin": 2180,
"hesis": 2181,
"Ġcomput": 2182,
"Ġcomposed": 2183,
"ĠVitamin": 2184,
"Ġeng": 2185,
"Ġenvironment": 2186,
"onged": 2187,
"Ġfeature": 2188,
"Ġfeedback": 2189,
"ology": 2190,
"fordshire": 2191,
"ĠSafety": 2192,
"Ġproduct": 2193,
"Ġ1980": 2194,
"Ġ1987": 2195,
"Ġresponse": 2196,
"Ġprevent": 2197,
"ĠAfyon": 2198,
"Ġdiff": 2199,
"Ġdifferent": 2200,
"Ġmodern": 2201,
"Ġrecent": 2202,
"Ġrecord": 2203,
"Ġequation": 2204,
"Ġnomination": 2205,
"Ġconsist": 2206,
"Ġdevelopment": 2207,
"ĠEng": 2208,
"Ġleading": 2209,
"Ġcoastal": 2210,
"Ġimport": 2211,
"Ġcorrect": 2212,
"Ġcorrelation": 2213,
"Ġcarriel": 2214,
"Ġsimple": 2215,
"Ġpurg": 2216,
"Ġfield": 2217,
"ĠColleges": 2218,
"ĠColombia": 2219,
"Ġcommunic": 2220,
"Ġcommunity": 2221,
"Ġ1975": 2222,
"Ġeffectively": 2223,
"Ġestablished": 2224,
"Ġ300": 2225,
"Ġauthor": 2226,
"Ġautonomous": 2227,
"Ġcenter": 2228,
"Ġinstead": 2229,
"Ġbody": 2230,
"ĠArts": 2231,
"ĠArtist": 2232,
"Ġreceptor": 2233,
"Ġcommonly": 2234,
"Ġelectronics": 2235,
"Ġtypical": 2236,
"Ġcapac": 2237,
"Ġsaid": 2238,
"Ġindep": 2239,
"Ġpolitical": 2240,
"Ġfilm": 2241,
"Ġdrive": 2242,
"ĠConstant": 2243,
"Ġregeneration": 2244,
"amme": 2245,
"Ġprolif": 2246,
"Ġprolonged": 2247,
"ĠGeorge": 2248,
"ĠLeg": 2249,
"Ġtraditional": 2250,
"Ġtransp": 2251,
"Ġgenerally": 2252,
"Ġpathways": 2253,
"Ġrepresented": 2254,
"Ġexpression": 2255,
"casting": 2256,
"Ġquality": 2257,
"Ġinitial": 2258,
"Ġpresented": 2259,
"Ġderiv": 2260,
"adiation": 2261,
"ilitary": 2262,
"ĠFurthermore": 2263,
"ĠWhite": 2264,
"Ġevolutionary": 2265,
"Ġconsideration": 2266,
"Ġestablishment": 2267,
"Ġsynthesis": 2268,
"Ġtemperature": 2269,
"Ġtunnel": 2270,
"Ġcircle": 2271,
"Ġsocieties": 2272,
"Ġperiod": 2273,
"Ġfitness": 2274,
"Ġfiber": 2275,
"ross": 2276,
"ĠAgreement": 2277,
"Ġdigital": 2278,
"Ġreflect": 2279,
"Ġrestaurant": 2280,
"Ġresearch": 2281,
"Ġepisode": 2282,
"ĠBirming": 2283,
"ĠMale": 2284,
"ĠOxfordshire": 2285,
"ĠOttoman": 2286,
"ĠNouadhib": 2287,
"Ġneighbouring": 2288,
"Ġdescrib": 2289,
"Ġinteraction": 2290,
"Ġremoved": 2291,
"Ġstatistical": 2292,
"ĠAssembly": 2293,
"Scientific": 2294,
"United": 2295,
"disambigu": 2296,
"eÅŁap": 2297,
"feld": 2298,
"yphil": 2299,
"İscehisar": 2300,
"Ġamong": 2301,
"organizing": 2302,
"Ġflask": 2303,
"Ġfundamental": 2304,
"Ġboundaries": 2305,
"ĠArias": 2306,
"Ġreached": 2307,
"ĠSpanish": 2308,
"ĠBachelor": 2309,
"Ġguitars": 2310,
"oplasmic": 2311,
"Ġvapor": 2312,
"Ġassociated": 2313,
"ĠProgramme": 2314,
"Ġhyperplastic": 2315,
"Ġterritory": 2316,
"Ġmanufacturer": 2317,
"Ġindepend": 2318,
"ĠBirmingham": 2319,
"ĠNouadhibou": 2320,
"disambiguation": 2321,
".\"": 2322,
"05": 2323,
"10": 2324,
"12": 2325,
"65": 2326,
"67": 2327,
"718": 2328,
"Al": 2329,
"An": 2330,
"Ar": 2331,
"At": 2332,
"Bangladesh": 2333,
"Ch": 2334,
"Com": 2335,
"City": 2336,
"CGU": 2337,
"Derepazarı": 2338,
"Fishing": 2339,
"Ge": 2340,
"High": 2341,
"II": 2342,
"Lake": 2343,
"Miss": 2344,
"Memb": 2345,
"Not": 2346,
"National": 2347,
"North": 2348,
"New": 2349,
"Oh": 2350,
"Other": 2351,
"One": 2352,
"Pro": 2353,
"Parathyroid": 2354,
"Piraziz": 2355,
"Perform": 2356,
"Re": 2357,
"South": 2358,
"Supporting": 2359,
"Tertiary": 2360,
"ae": 2361,
"ais": 2362,
"aim": 2363,
"aut": 2364,
"axim": 2365,
"bag": 2366,
"co": 2367,
"cat": 2368,
"car": 2369,
"cle": 2370,
"come": 2371,
"cyc": 2372,
"dle": 2373,
"ef": 2374,
"eace": 2375,
"ftw": 2376,
"gg": 2377,
"gt": 2378,
"gal": 2379,
"gia": 2380,
"ginia": 2381,
"hing": 2382,
"hak": 2383,
"hold": 2384,
"ier": 2385,
"ius": 2386,
"iated": 2387,
"ials": 2388,
"iations": 2389,
"ipp": 2390,
"ients": 2391,
"junction": 2392,
"king": 2393,
"kely": 2394,
"known": 2395,
"lo": 2396,
"lin": 2397,
"led": 2398,
"lit": 2399,
"lim": 2400,
"less": 2401,
"lant": 2402,
"lands": 2403,
"lative": 2404,
"lav": 2405,
"larg": 2406,
"liance": 2407,
"me": 2408,
"met": 2409,
"miss": 2410,
"ned": 2411,
"not": 2412,
"nize": 2413,
"oo": 2414,
"oon": 2415,
"pr": 2416,
"ps": 2417,
"pir": 2418,
"pher": 2419,
"parathyroidism": 2420,
"pri": 2421,
"ra": 2422,
"rum": 2423,
"rad": 2424,
"rical": 2425,
"ract": 2426,
"rang": 2427,
"rps": 2428,
"su": 2429,
"son": 2430,
"sors": 2431,
"sorption": 2432,
"speci": 2433,
"tal": 2434,
"tion": 2435,
"tro": 2436,
"tate": 2437,
"tter": 2438,
"tain": 2439,
"tinu": 2440,
"uc": 2441,
"ugh": 2442,
"vers": 2443,
"vant": 2444,
"venth": 2445,
"vador": 2446,
"west": 2447,
"where": 2448,
"wealth": 2449,
"xin": 2450,
"xyphil": 2451,
"ys": 2452,
"yt": 2453,
"ying": 2454,
"ystem": 2455,
"ympt": 2456,
"ÃŃ": 2457,
"Ġ0": 2458,
"Ġ4": 2459,
"Ġ5": 2460,
"Ġ9": 2461,
"ĠX": 2462,
"ĠÃ": 2463,
"Ġes": 2464,
"Ġur": 2465,
"Ġil": 2466,
"Ġir": 2467,
"Ġher": 2468,
"Ġess": 2469,
"Ġident": 2470,
"Ġtreat": 2471,
"Ġtaking": 2472,
"Ġtangent": 2473,
"Ġac": 2474,
"Ġachiev": 2475,
"hetic": 2476,
"ina": 2477,
"inical": 2478,
"inding": 2479,
"inery": 2480,
"inius": 2481,
"Ġopp": 2482,
"Ġold": 2483,
"Ġoxyphil": 2484,
"ator": 2485,
"atit": 2486,
"atics": 2487,
"atively": 2488,
"ons": 2489,
"onal": 2490,
"onit": 2491,
"onduct": 2492,
"Ġtheory": 2493,
"ering": 2494,
"erate": 2495,
"erative": 2496,
"erosp": 2497,
"reater": 2498,
"related": 2499,
"islative": 2500,
"alk": 2501,
"alu": 2502,
"alan": 2503,
"aled": 2504,
"alent": 2505,
"alvador": 2506,
"arc": 2507,
"arly": 2508,
"arri": 2509,
"oric": 2510,
"oros": 2511,
"orous": 2512,
"orld": 2513,
"orcyc": 2514,
"Ġcut": 2515,
"Ġcoun": 2516,
"Ġcli": 2517,
"Ġcases": 2518,
"Ġcause": 2519,
"Ġcare": 2520,
"Ġcodes": 2521,
"Ġclass": 2522,
"Ġcross": 2523,
"esis": 2524,
"esicles": 2525,
"esfeld": 2526,
"Ġsing": 2527,
"Ġsus": 2528,
"Ġsand": 2529,
"Ġspon": 2530,
"Ġsite": 2531,
"Ġsong": 2532,
"Ġsouthern": 2533,
"anc": 2534,
"ank": 2535,
"any": 2536,
"ants": 2537,
"ancre": 2538,
"ances": 2539,
"anama": 2540,
"anufact": 2541,
"anese": 2542,
"edy": 2543,
"ices": 2544,
"icle": 2545,
"icies": 2546,
"icke": 2547,
"icals": 2548,
"icial": 2549,
"icinius": 2550,
"iconduct": 2551,
"Ġpres": 2552,
"Ġpost": 2553,
"Ġpure": 2554,
"Ġphysical": 2555,
"Ġperfor": 2556,
"Ġpalm": 2557,
"Ġpancre": 2558,
"its": 2559,
"ither": 2560,
"ittle": 2561,
"itutions": 2562,
"Ġant": 2563,
"Ġanal": 2564,
"Ġfat": 2565,
"Ġfun": 2566,
"Ġful": 2567,
"Ġfac": 2568,
"Ġfore": 2569,
"Ġfour": 2570,
"Ġfree": 2571,
"Ġflu": 2572,
"Ġfins": 2573,
"Ġbr": 2574,
"Ġbest": 2575,
"Ġbase": 2576,
"Ġwon": 2577,
"asis": 2578,
"ĠAc": 2579,
"ĠAcc": 2580,
"Ġdom": 2581,
"Ġdia": 2582,
"Ġdress": 2583,
"Ġdyn": 2584,
"Ġdedic": 2585,
"Ġmar": 2586,
"Ġmus": 2587,
"Ġmot": 2588,
"Ġmult": 2589,
"Ġmater": 2590,
"Ġmake": 2591,
"Ġmach": 2592,
"Ġminiseries": 2593,
"Ġmaking": 2594,
"Ġmetal": 2595,
"Ġmountains": 2596,
"Ġmonit": 2597,
"ĠCE": 2598,
"ĠCl": 2599,
"ĠCine": 2600,
"ĠCivil": 2601,
"ĠCode": 2602,
"ĠCrus": 2603,
"Ġhon": 2604,
"Ġhol": 2605,
"Ġhig": 2606,
"Ġhome": 2607,
"Ġhowever": 2608,
"Ġtowards": 2609,
"Ġtotal": 2610,
"Ġrely": 2611,
"Ġrequ": 2612,
"Ġrelation": 2613,
"Ġretic": 2614,
"Ġrecip": 2615,
"omy": 2616,
"omes": 2617,
"omen": 2618,
"omas": 2619,
"omine": 2620,
"Ġec": 2621,
"Ġeach": 2622,
"Ġearly": 2623,
"Ġeither": 2624,
"ĠShe": 2625,
"ĠSer": 2626,
"ĠSmall": 2627,
"ĠServ": 2628,
"ĠSouthern": 2629,
"ĠSrps": 2630,
"ĠSalvador": 2631,
"eling": 2632,
"ste": 2633,
"stood": 2634,
"ĠTab": 2635,
"idual": 2636,
"Ġnon": 2637,
"Ġnation": 2638,
"Ġnum": 2639,
"Ġnumb": 2640,
"Ġnorm": 2641,
"Ġnatural": 2642,
"Ġnorthern": 2643,
"Ġnomine": 2644,
"umin": 2645,
"Ġforce": 2646,
"Ġforces": 2647,
"pet": 2648,
"Ġlate": 2649,
"Ġline": 2650,
"Ġlanding": 2651,
"Ġlabor": 2652,
"Ġlarge": 2653,
"Ġlittle": 2654,
"Ġthough": 2655,
"olate": 2656,
"olved": 2657,
"oliberal": 2658,
"olina": 2659,
"ĠBe": 2660,
"ĠBel": 2661,
"ĠBig": 2662,
"ĠBil": 2663,
"ĠBud": 2664,
"ĠBack": 2665,
"ĠBoy": 2666,
"ĠBangladesh": 2667,
"Ġbefore": 2668,
"Ġbeyon": 2669,
"Ġbetter": 2670,
"unter": 2671,
"unds": 2672,
"igan": 2673,
"ulation": 2674,
"ulum": 2675,
"ulates": 2676,
"ception": 2677,
"usion": 2678,
"ado": 2679,
"adjustment": 2680,
"uration": 2681,
"urate": 2682,
"ilities": 2683,
"iven": 2684,
"ived": 2685,
"ivating": 2686,
"ividual": 2687,
"emor": 2688,
"empor": 2689,
"Ġge": 2690,
"Ġgo": 2691,
"Ġget": 2692,
"Ġgran": 2693,
"Ġgroup": 2694,
"Ġgrew": 2695,
"ota": 2696,
"oto": 2697,
"oted": 2698,
"cient": 2699,
"ciences": 2700,
"ops": 2701,
"operation": 2702,
"utes": 2703,
"acy": 2704,
"ird": 2705,
"irl": 2706,
"irginia": 2707,
"lying": 2708,
"osen": 2709,
"osite": 2710,
"oslav": 2711,
"Ġalumin": 2712,
"ĠMe": 2713,
"ĠMus": 2714,
"ĠMich": 2715,
"ĠMill": 2716,
"ĠMiss": 2717,
"ĠMass": 2718,
"ĠMoon": 2719,
"ĠManufact": 2720,
"ĠThere": 2721,
"Ġorig": 2722,
"ife": 2723,
"iff": 2724,
"ifth": 2725,
"ified": 2726,
"Ġonto": 2727,
"ĠIf": 2728,
"ĠRed": 2729,
"ĠRican": 2730,
"ĠRailway": 2731,
"ĠRole": 2732,
"Ġvect": 2733,
"Ġvolt": 2734,
"Ġvesicles": 2735,
"Ġareas": 2736,
"ourth": 2737,
"Ġwithin": 2738,
"ĠDu": 2739,
"ĠDent": 2740,
"ĠDay": 2741,
"ĠDoy": 2742,
"Ġaspect": 2743,
"Ġaspir": 2744,
"Ġprogr": 2745,
"Ġprote": 2746,
"ower": 2747,
"Ġ()": 2748,
"ĠAppeal": 2749,
"Ġconfer": 2750,
"Ġconject": 2751,
"Ġconduct": 2752,
"Ġconnect": 2753,
"Ġexist": 2754,
"Ġstain": 2755,
"Ġstand": 2756,
"Ġstren": 2757,
"Ġstron": 2758,
"Ġstage": 2759,
"Ġstart": 2760,
"pts": 2761,
"ership": 2762,
"thod": 2763,
"leventh": 2764,
"ĠPa": 2765,
"ĠPh": 2766,
"ĠPl": 2767,
"ĠPart": 2768,
"ĠPerform": 2769,
"ĠPeace": 2770,
"ĠPanama": 2771,
"Ġpumps": 2772,
"Ġselect": 2773,
"Ġsealed": 2774,
"ieve": 2775,
"ĠFront": 2776,
"ĠFourth": 2777,
"ĠGod": 2778,
"ĠGeop": 2779,
"ĠGovern": 2780,
"ĠGroup": 2781,
"ĠGreater": 2782,
"Ġrivers": 2783,
"Ġruns": 2784,
"Ġradiation": 2785,
"ounts": 2786,
"abour": 2787,
"absorption": 2788,
"ĠLicinius": 2789,
"ĠLabour": 2790,
"ested": 2791,
"ectomy": 2792,
"Ġcome": 2793,
"Ġcomes": 2794,
"ayed": 2795,
"ostasis": 2796,
"essful": 2797,
"ized": 2798,
"ocrat": 2799,
"Ġcannot": 2800,
"iberation": 2801,
"ĠEleventh": 2802,
"ĠOff": 2803,
"ĠOld": 2804,
"ĠInter": 2805,
"Ġ194": 2806,
"Ġ1950": 2807,
"mergen": 2808,
"seud": 2809,
"ĠNo": 2810,
"ĠNation": 2811,
"ĠWil": 2812,
"ĠWest": 2813,
"ĠWales": 2814,
"Ġincome": 2815,
"Ġterms": 2816,
"Ġparathyroidectomy": 2817,
"Ġneed": 2818,
"Ġneck": 2819,
"Ġneoliberal": 2820,
"ĠHorn": 2821,
"ĠHowever": 2822,
"ĠHyper": 2823,
"ĠHunter": 2824,
"2022": 2825,
"ored": 2826,
"Ġanime": 2827,
"Ġanimation": 2828,
"Lists": 2829,
"monwealth": 2830,
"Ġtea": 2831,
"very": 2832,
"Ġsugg": 2833,
"Ġresorption": 2834,
"Ġkeyed": 2835,
"Ġhaz": 2836,
"Ġhaving": 2837,
"Ġhappen": 2838,
"pected": 2839,
"ccessful": 2840,
"Ġadip": 2841,
"lications": 2842,
"Ġtract": 2843,
"Indigenous": 2844,
"International": 2845,
"aphy": 2846,
"apoor": 2847,
"apanese": 2848,
"Ġlocal": 2849,
"Ġchron": 2850,
"Ġchurches": 2851,
"Ġchild": 2852,
"Ġchosen": 2853,
"Ġcreated": 2854,
"Ġdesign": 2855,
"Ġdesorb": 2856,
"Ġheat": 2857,
"Ġheld": 2858,
"Ġheights": 2859,
"lika": 2860,
"ĠJose": 2861,
"ĠJapanese": 2862,
"Ġactors": 2863,
"Ġactually": 2864,
"ordial": 2865,
"Ġincluding": 2866,
"crete": 2867,
"ĠKore": 2868,
"ĠKiev": 2869,
"ĠKeÅŁap": 2870,
"ĠKapoor": 2871,
"Ġlegal": 2872,
"Ġothers": 2873,
"Ġcooperation": 2874,
"Ġcharges": 2875,
"Ġcharacter": 2876,
"ouri": 2877,
"ender": 2878,
"Ġprem": 2879,
"Ġprep": 2880,
"Ġpredic": 2881,
"Ġelected": 2882,
"Ġelectric": 2883,
"Ġelections": 2884,
"Ġgenre": 2885,
"Ġgenet": 2886,
"Ġcontain": 2887,
"Ġcontex": 2888,
"Ġcontroll": 2889,
"Ġcalcific": 2890,
"ĠSeventh": 2891,
"Ġpartly": 2892,
"ublika": 2893,
"âĢĶ": 2894,
"Ġkm": 2895,
"Ġroom": 2896,
"Ġrooms": 2897,
"Ġrough": 2898,
"Ġroutes": 2899,
"Ġlever": 2900,
"Ġlevel": 2901,
"Ġlevers": 2902,
"Ġcountries": 2903,
"ognize": 2904,
"Ġclose": 2905,
"Ġclinical": 2906,
"ĠAnil": 2907,
"ĠAnimated": 2908,
"ĠZCTAs": 2909,
"Ġimage": 2910,
"Ġaccom": 2911,
"Ġaccording": 2912,
"Ġaccurate": 2913,
"Ġaccounts": 2914,
"Ġshort": 2915,
"Ġmainst": 2916,
"Ġevents": 2917,
"Ġevalu": 2918,
"Ġeffici": 2919,
"hysics": 2920,
"Ġ2020": 2921,
"Ġ2000": 2922,
"Ġdoor": 2923,
"Ġdoors": 2924,
"ĠChief": 2925,
"ceptable": 2926,
"bsite": 2927,
"Ġtherefore": 2928,
"Ġcollabor": 2929,
"Ġspur": 2930,
"Ġsiege": 2931,
"Ġpattern": 2932,
"Ġpatient": 2933,
"Ġpatients": 2934,
"Ġprimordial": 2935,
"ĠCommiss": 2936,
"ĠCommonwealth": 2937,
"Ġrelations": 2938,
"Ġrelief": 2939,
"Ġrelatively": 2940,
"Ġlikely": 2941,
"agon": 2942,
"munity": 2943,
"ĠVis": 2944,
"ĠVirginia": 2945,
"Ġenlarg": 2946,
"Ġfeatures": 2947,
"Ġfeeling": 2948,
"Ġreported": 2949,
"Ġformation": 2950,
"Ġallowed": 2951,
"velopment": 2952,
"Ġsigns": 2953,
"Ġworld": 2954,
"Ġworks": 2955,
"Ġhighly": 2956,
"Ġhighlight": 2957,
"Ġlower": 2958,
"Ġlowered": 2959,
"Ġproduction": 2960,
"Ġ1981": 2961,
"Ġtype": 2962,
"hematics": 2963,
"hemicals": 2964,
"Ġopened": 2965,
"Ġopening": 2966,
"erness": 2967,
"Ġinterest": 2968,
"Ġweak": 2969,
"Ġdistingu": 2970,
"Ġdiffic": 2971,
"Ġrecognize": 2972,
"Ġequals": 2973,
"ĠThus": 2974,
"ĠThames": 2975,
"Ġnominated": 2976,
"Ġorganization": 2977,
"Ġpromote": 2978,
"Ġpromoted": 2979,
"ĠEnter": 2980,
"ĠEnvironment": 2981,
"Ġ1990": 2982,
"Ġ1994": 2983,
"Ġ1997": 2984,
"Ġunderstood": 2985,
"Ġsubmit": 2986,
"Ġsuburbs": 2987,
"Ġimposed": 2988,
"Ġimprov": 2989,
"Ġcorrection": 2990,
"ĠByzantine": 2991,
"Ġthroughout": 2992,
"1913": 2993,
"1994": 2994,
"iogen": 2995,
"ioxin": 2996,
"Ġentities": 2997,
"Ġarise": 2998,
"Ġappeals": 2999,
"Ġsurv": 3000,
"Ġpurpos": 3001,
"Ġpixels": 3002,
"ĠAlliance": 3003,
"ĠColumb": 3004,
"Ġbecame": 3005,
"Ġhyperplasic": 3006,
"Ġcommunities": 3007,
"Ġ1960": 3008,
"Ġapproach": 3009,
"Ġapproxim": 3010,
"Ġapproaches": 3011,
"Ġappropri": 3012,
"Ġfollowed": 3013,
"inner": 3014,
"Ġinstitutions": 3015,
"Ġrenamed": 3016,
"ĠDewar": 3017,
"ĠDevelopment": 3018,
"Ġcondens": 3019,
"Ġchange": 3020,
"ĠJunos": 3021,
"Ġelectronic": 3022,
"Ġgrowing": 3023,
"Ġeconomy": 3024,
"Ġsecretion": 3025,
"Ġsecretary": 3026,
"Ġsecretory": 3027,
"ared": 3028,
"ography": 3029,
"Ġagain": 3030,
"Ġaggress": 3031,
"Ġsaf": 3032,
"Ġinduction": 3033,
"Ġpolicies": 3034,
"Ġannual": 3035,
"Ġfiled": 3036,
"Ġfamily": 3037,
"ĠArms": 3038,
"ĠArmy": 3039,
"Ġmeans": 3040,
"Ġmechan": 3041,
"Ġmedian": 3042,
"ĠConference": 3043,
"Ġregenerated": 3044,
"Ġformerly": 3045,
"Ġvessels": 3046,
"2002": 3047,
"2003": 3048,
"2009": 3049,
"Ġcooling": 3050,
"Ġgenerate": 3051,
"Ġcontinued": 3052,
"Ġproblems": 3053,
"Ġexpressed": 3054,
"ĠAfrican": 3055,
"Ġdistributions": 3056,
"Ġappearance": 3057,
"Ġpixelated": 3058,
"Ġcurrently": 3059,
"Ġmunicipality": 3060,
"castle": 3061,
"Ġendoplasmic": 3062,
"Ġinitials": 3063,
"Ġbias": 3064,
"Ġbiology": 3065,
"Ġbuilt": 3066,
"Ġbuilding": 3067,
"Ġderive": 3068,
"ĠDrama": 3069,
"Ġconflic": 3070,
"ĠNewcastle": 3071,
"Ġnegot": 3072,
"Ġnegative": 3073,
"2010": 3074,
"2016": 3075,
"Ġsynthetic": 3076,
"Ġtemperatures": 3077,
"Ġtenderness": 3078,
"Ġoste": 3079,
"Ġosteop": 3080,
"Ġsolid": 3081,
"Ġfocus": 3082,
"Ġfocuses": 3083,
"Ġbasis": 3084,
"Ġbelow": 3085,
"Ġbelieve": 3086,
"Ġmathematics": 3087,
"ĠCoast": 3088,
"ĠCoesfeld": 3089,
"ĠCarolina": 3090,
"Ġrevolt": 3091,
"Ġreceived": 3092,
"Ġgovernance": 3093,
"Ġprovides": 3094,
"Ġexclus": 3095,
"Ġdecade": 3096,
"Ġdegraded": 3097,
"ĠFederal": 3098,
"ĠFederation": 3099,
"ĠIndia": 3100,
"Ġresulting": 3101,
"Ġadenoma": 3102,
"Ġabsence": 3103,
"ĠRepublic": 3104,
"ĠRepublika": 3105,
"Ġweighting": 3106,
"ĠSocialist": 3107,
"Ġsimilarity": 3108,
"ographic": 3109,
"Ġoccurs": 3110,
"Ġobserved": 3111,
"Ġdirectly": 3112,
"Ġadsorbed": 3113,
"378": 3114,
"caem": 3115,
"couts": 3116,
"karahisar": 3117,
"Ġtubing": 3118,
"Ġaffairs": 3119,
"replication": 3120,
"Ġclean": 3121,
"Ġcotangent": 3122,
"Ġcryst": 3123,
"Ġcultural": 3124,
"Ġcaused": 3125,
"Ġsummer": 3126,
"Ġsemiconduct": 3127,
"Ġsensing": 3128,
"Ġfilled": 3129,
"Ġwinners": 3130,
"Ġdemocrat": 3131,
"Ġmalabsorption": 3132,
"Ġmassacre": 3133,
"ĠCriminal": 3134,
"ĠCardiff": 3135,
"Ġhistoric": 3136,
"Ġhousehold": 3137,
"Ġreduced": 3138,
"ĠSoftw": 3139,
"ĠSardinia": 3140,
"Ġloss": 3141,
"Ġlargest": 3142,
"ĠBridge": 3143,
"ĠBroadcasting": 3144,
"ĠRuss": 3145,
"Ġvehicles": 3146,
"ĠDivision": 3147,
"ĠDocim": 3148,
"Ġconcerned": 3149,
"ĠFrancis": 3150,
"ĠGothic": 3151,
"Ġranked": 3152,
"Ġuniverse": 3153,
"ĠHighlands": 3154,
"Ġtechnique": 3155,
"Ġsuppressor": 3156,
"Ġmovement": 3157,
"Ġlifelike": 3158,
"Ġjoint": 3159,
"Ġengine": 3160,
"Ġfeatured": 3161,
"ĠAfyonkarahisar": 3162,
"Ġrecently": 3163,
"ĠEnglish": 3164,
"Ġimportant": 3165,
"Ġpurging": 3166,
"Ġcommunication": 3167,
"Ġauthorities": 3168,
"ĠConstantine": 3169,
"Ġproliferative": 3170,
"ĠLegislative": 3171,
"Ġtransport": 3172,
"Ġdescribed": 3173,
"Ġindependence": 3174,
"Choum": 3175,
"Members": 3176,
"Ohio": 3177,
"Proble": 3178,
"Performers": 3179,
"gthen": 3180,
"haka": 3181,
"pherd": 3182,
"vantages": 3183,
"Ġillicit": 3184,
"Ġessential": 3185,
"Ġtreatment": 3186,
"Ġopposite": 3187,
"atitis": 3188,
"erospace": 3189,
"arried": 3190,
"Ġsuspected": 3191,
"Ġsandy": 3192,
"Ġsponsors": 3193,
"Ġpresence": 3194,
"Ġperforated": 3195,
"Ġpancreatitis": 3196,
"Ġfunctions": 3197,
"Ġfully": 3198,
"Ġdomain": 3199,
"Ġdynam": 3200,
"Ġdedicated": 3201,
"Ġmuscle": 3202,
"Ġmotorcyc": 3203,
"Ġmaterial": 3204,
"Ġmachinery": 3205,
"Ġhighest": 3206,
"Ġhomeostasis": 3207,
"Ġreticulum": 3208,
"Ġrecipient": 3209,
"ĠSrpska": 3210,
"Ġnumerous": 3211,
"Ġnumber": 3212,
"Ġlandings": 3213,
"Ġlaboratory": 3214,
"ĠBilateral": 3215,
"Ġbeyond": 3216,
"emporary": 3217,
"ĠMichael": 3218,
"ĠManufacturing": 3219,
"Ġvector": 3220,
"Ġvoltage": 3221,
"ĠDoya": 3222,
"Ġaspirator": 3223,
"Ġprotein": 3224,
"Ġconferences": 3225,
"Ġconjecture": 3226,
"Ġstrengthen": 3227,
"Ġstrong": 3228,
"ĠPerformance": 3229,
"ĠGovernment": 3230,
"Ġriverside": 3231,
"ĠOldest": 3232,
"mergency": 3233,
"Ġsuggested": 3234,
"Ġchronic": 3235,
"Ġchildren": 3236,
"Ġcharacteristic": 3237,
"Ġcontexts": 3238,
"Ġcalcifications": 3239,
"Ġefficiency": 3240,
"Ġcollaboration": 3241,
"ĠCommission": 3242,
"Ġenlargement": 3243,
"Ġhighlighted": 3244,
"Ġdifficult": 3245,
"Ġpurposes": 3246,
"ĠColumbia": 3247,
"Ġexclusively": 3248,
"Ġsemiconductor": 3249,
"Ġdemocratically": 3250,
"ĠSoftware": 3251
},
"merges": [
[
"Ġ",
"t"
],
[
"Ġ",
"a"
],
[
"h",
"e"
],
[
"i",
"n"
],
[
"Ġ",
"o"
],
[
"a",
"t"
],
[
"o",
"n"
],
[
"Ġt",
"he"
],
[
"e",
"r"
],
[
"r",
"e"
],
[
"i",
"s"
],
[
"Ġo",
"f"
],
[
"a",
"l"
],
[
"a",
"r"
],
[
"o",
"r"
],
[
"Ġ",
"c"
],
[
"e",
"s"
],
[
"Ġ",
"s"
],
[
"a",
"n"
],
[
"e",
"n"
],
[
"i",
"on"
],
[
"e",
"d"
],
[
"Ġ",
"in"
],
[
"i",
"c"
],
[
"Ġ",
"p"
],
[
"i",
"t"
],
[
"Ġa",
"n"
],
[
"Ġ",
"f"
],
[
"l",
"e"
],
[
"r",
"o"
],
[
"Ġ",
"b"
],
[
"o",
"u"
],
[
"Ġ",
"w"
],
[
"Ġan",
"d"
],
[
"a",
"s"
],
[
"Ġ",
"A"
],
[
"in",
"g"
],
[
"at",
"ion"
],
[
"Ġ",
"d"
],
[
"c",
"t"
],
[
"Ġ",
"m"
],
[
"Ġ",
"C"
],
[
"Ġ",
"h"
],
[
"Ġt",
"o"
],
[
"Ġ",
"is"
],
[
"en",
"t"
],
[
"Ġ",
"re"
],
[
"o",
"m"
],
[
"Ġ",
"e"
],
[
"Ġ",
"S"
],
[
"e",
"l"
],
[
"s",
"t"
],
[
"Ġ",
"T"
],
[
"i",
"d"
],
[
"Ġ",
"n"
],
[
"u",
"m"
],
[
"is",
"t"
],
[
"i",
"es"
],
[
"Ġf",
"or"
],
[
"p",
"e"
],
[
"r",
"t"
],
[
"Ġ",
"l"
],
[
"Ġt",
"h"
],
[
"o",
"l"
],
[
"Ġ",
"B"
],
[
"Ġb",
"e"
],
[
"i",
"m"
],
[
"u",
"n"
],
[
"i",
"g"
],
[
"u",
"l"
],
[
"c",
"e"
],
[
"u",
"s"
],
[
"a",
"d"
],
[
"u",
"r"
],
[
"i",
"l"
],
[
"h",
"y"
],
[
"i",
"v"
],
[
"e",
"m"
],
[
"Ġ",
"g"
],
[
"at",
"ed"
],
[
"o",
"t"
],
[
"c",
"i"
],
[
"o",
"p"
],
[
"u",
"t"
],
[
"k",
"e"
],
[
"p",
"er"
],
[
"a",
"c"
],
[
"i",
"r"
],
[
"l",
"y"
],
[
"o",
"s"
],
[
"Ġa",
"l"
],
[
"Ġ",
"M"
],
[
"ro",
"id"
],
[
"ĠT",
"he"
],
[
"at",
"e"
],
[
"a",
"m"
],
[
"Ġo",
"r"
],
[
"at",
"hy"
],
[
"ar",
"athy"
],
[
"arathy",
"roid"
],
[
"i",
"f"
],
[
"t",
"er"
],
[
"it",
"h"
],
[
"Ġo",
"n"
],
[
"re",
"s"
],
[
"Ġ",
"I"
],
[
"Ġ",
"R"
],
[
"Ġb",
"y"
],
[
"p",
"pe"
],
[
"Ġ",
"v"
],
[
"Ġa",
"re"
],
[
"al",
"s"
],
[
"ou",
"rt"
],
[
"Ġw",
"ith"
],
[
"Ġ",
"D"
],
[
"Ġa",
"s"
],
[
"Ġp",
"ro"
],
[
"Ġh",
"y"
],
[
"i",
"an"
],
[
"o",
"w"
],
[
"Ġ",
"("
],
[
"o",
"d"
],
[
"he",
"r"
],
[
"ĠA",
"ppe"
],
[
"ar",
"y"
],
[
"Ġc",
"on"
],
[
"Ġe",
"x"
],
[
"Ġth",
"at"
],
[
"ĠAppe",
"als"
],
[
"Ġs",
"t"
],
[
"p",
"t"
],
[
"er",
"s"
],
[
"Ġhy",
"per"
],
[
"g",
"e"
],
[
"Ġw",
"h"
],
[
"i",
"a"
],
[
"t",
"h"
],
[
"Ġ",
"1"
],
[
"c",
"h"
],
[
"Ġd",
"e"
],
[
"um",
"p"
],
[
"le",
"v"
],
[
"ou",
"s"
],
[
"d",
"s"
],
[
"ation",
"s"
],
[
"Ġ",
"P"
],
[
"Ġp",
"ump"
],
[
"Ġs",
"e"
],
[
"Ġhyper",
"p"
],
[
"i",
"e"
],
[
"Ġ",
"F"
],
[
"Ġ",
"G"
],
[
"Ġ",
"r"
],
[
"ou",
"n"
],
[
"a",
"b"
],
[
"v",
"e"
],
[
"Ġ",
"it"
],
[
"ic",
"al"
],
[
"it",
"y"
],
[
"ro",
"m"
],
[
"is",
"m"
],
[
"i",
"al"
],
[
"Ġ",
"L"
],
[
"es",
"t"
],
[
"e",
"ct"
],
[
"er",
"ies"
],
[
"h",
"ar"
],
[
"Ġc",
"om"
],
[
"Ġf",
"rom"
],
[
"a",
"y"
],
[
"o",
"st"
],
[
"es",
"s"
],
[
"ic",
"h"
],
[
"ĠC",
"ourt"
],
[
"ke",
"y"
],
[
"i",
"z"
],
[
"o",
"c"
],
[
"q",
"u"
],
[
"a",
"in"
],
[
"Ġc",
"an"
],
[
"i",
"b"
],
[
"r",
"ic"
],
[
"Ġ",
"E"
],
[
"Ġ",
"O"
],
[
"Ġa",
"t"
],
[
"ig",
"h"
],
[
"ĠI",
"n"
],
[
"Ġ1",
"9"
],
[
"m",
"er"
],
[
"p",
"p"
],
[
"s",
"e"
],
[
"s",
"o"
],
[
"t",
"s"
],
[
"Ġwh",
"ich"
],
[
"Ġ",
"N"
],
[
"Ġ",
"U"
],
[
"Ġ",
"un"
],
[
"arathyroid",
"ism"
],
[
"u",
"d"
],
[
"Ġ",
"W"
],
[
"Ġs",
"y"
],
[
"Ġin",
"c"
],
[
"Ġ",
"us"
],
[
"Ġt",
"er"
],
[
"as",
"t"
],
[
"Ġh",
"as"
],
[
"Ġal",
"l"
],
[
"Ġhyperp",
"arathyroidism"
],
[
"w",
"ar"
],
[
"an",
"d"
],
[
"Ġp",
"arathyroid"
],
[
"if",
"ic"
],
[
"t",
"her"
],
[
"u",
"re"
],
[
"Ġn",
"e"
],
[
"T",
"he"
],
[
"m",
"ent"
],
[
"Ġ",
"H"
],
[
"is",
"ion"
],
[
"it",
"ies"
],
[
"Ġw",
"as"
],
[
"2",
"0"
],
[
"o",
"re"
],
[
"t",
"i"
],
[
"Ġs",
"eries"
],
[
"Ġan",
"im"
],
[
"L",
"ist"
],
[
"m",
"on"
],
[
"t",
"le"
],
[
"Ġt",
"e"
],
[
"as",
"e"
],
[
"e",
"ar"
],
[
"p",
"h"
],
[
"v",
"er"
],
[
"Ġs",
"u"
],
[
"ion",
"s"
],
[
"iv",
"e"
],
[
"ter",
"n"
],
[
"a",
"ct"
],
[
"ation",
"al"
],
[
"Ġre",
"s"
],
[
"op",
"le"
],
[
"lev",
"ision"
],
[
"e",
"t"
],
[
"at",
"tle"
],
[
"Ġn",
"ot"
],
[
"d",
"u"
],
[
"Ġ",
"key"
],
[
"or",
"s"
],
[
"ic",
"a"
],
[
"Ġp",
"h"
],
[
"le",
"ct"
],
[
"Ġh",
"a"
],
[
"pe",
"ct"
],
[
"res",
"s"
],
[
"Ġanim",
"ated"
],
[
"f",
"f"
],
[
"g",
"en"
],
[
"t",
"w"
],
[
"al",
"l"
],
[
"an",
"t"
],
[
"st",
"em"
],
[
"ul",
"ar"
],
[
"pt",
"ion"
],
[
"Ġte",
"levision"
],
[
"c",
"c"
],
[
"c",
"on"
],
[
"u",
"e"
],
[
"Ġa",
"d"
],
[
"or",
"t"
],
[
"or",
"y"
],
[
"Ġp",
"ar"
],
[
"g",
"h"
],
[
"l",
"ic"
],
[
"p",
"le"
],
[
"Ġt",
"r"
],
[
"or",
"ption"
],
[
"ĠA",
"d"
],
[
"om",
"e"
],
[
"Ġsy",
"stem"
],
[
"ti",
"ary"
],
[
"I",
"n"
],
[
"a",
"p"
],
[
"e",
"en"
],
[
"g",
"r"
],
[
"g",
"es"
],
[
"i",
"p"
],
[
"in",
"e"
],
[
"is",
"h"
],
[
"en",
"ce"
],
[
"as",
"ed"
],
[
"Ġl",
"oc"
],
[
"Ġbe",
"tw"
],
[
"iv",
"ers"
],
[
"Ġal",
"so"
],
[
"oun",
"t"
],
[
"Ġit",
"s"
],
[
"ĠAd",
"r"
],
[
"Ġbetw",
"een"
],
[
"C",
"ourt"
],
[
"l",
"d"
],
[
"al",
"ly"
],
[
"Ġc",
"h"
],
[
"Ġc",
"re"
],
[
"en",
"c"
],
[
"Ġin",
"f"
],
[
"Ġd",
"es"
],
[
"rt",
"ific"
],
[
"ac",
"k"
],
[
"ost",
"a"
],
[
"ĠU",
"n"
],
[
"Ġus",
"ed"
],
[
"rtific",
"ial"
],
[
")",
","
],
[
"g",
"an"
],
[
"i",
"re"
],
[
"l",
"as"
],
[
"l",
"ud"
],
[
"Ġ",
"he"
],
[
"Ġa",
"b"
],
[
"re",
"n"
],
[
"an",
"ad"
],
[
"ct",
"ion"
],
[
"ĠC",
"anad"
],
[
"el",
"l"
],
[
"Ġex",
"pect"
],
[
"ric",
"t"
],
[
"Ġha",
"ve"
],
[
"l",
"i"
],
[
"Ġ",
"J"
],
[
"Ġa",
"ct"
],
[
"or",
"d"
],
[
"Ġc",
"al"
],
[
"it",
"ed"
],
[
"Ġw",
"he"
],
[
"ĠA",
"mer"
],
[
"el",
"s"
],
[
"ist",
"rict"
],
[
"ĠR",
"ica"
],
[
"ian",
"ople"
],
[
"Ġinc",
"lud"
],
[
"Ġter",
"tiary"
],
[
"ĠAdr",
"ianople"
],
[
"c",
"re"
],
[
"h",
"is"
],
[
"l",
"ation"
],
[
"Ġ",
"K"
],
[
"Ġ",
"Y"
],
[
"Ġ",
"le"
],
[
"Ġo",
"ther"
],
[
"at",
"es"
],
[
"Ġc",
"o"
],
[
"Ġc",
"har"
],
[
"ou",
"r"
],
[
"Ġbe",
"en"
],
[
"ig",
"en"
],
[
"il",
"l"
],
[
"war",
"d"
],
[
"'",
"s"
],
[
"d",
"igen"
],
[
"r",
"y"
],
[
"u",
"it"
],
[
"Ġa",
"pp"
],
[
"in",
"al"
],
[
"an",
"s"
],
[
"en",
"d"
],
[
"Ġp",
"re"
],
[
"Ġm",
"o"
],
[
"Ġe",
"lect"
],
[
"ĠS",
"t"
],
[
"el",
"y"
],
[
"ul",
"t"
],
[
"Ġg",
"en"
],
[
"ir",
"c"
],
[
"Ġcon",
"t"
],
[
"ivers",
"ities"
],
[
"Ġcal",
"ci"
],
[
"digen",
"ous"
],
[
"i",
"x"
],
[
"k",
"s"
],
[
"n",
"e"
],
[
"p",
"on"
],
[
"r",
"al"
],
[
"t",
"o"
],
[
"u",
"res"
],
[
"er",
"al"
],
[
"is",
"s"
],
[
"an",
"ds"
],
[
"ic",
"an"
],
[
"ĠA",
"s"
],
[
"Ġre",
"g"
],
[
"ĠS",
"e"
],
[
"ist",
"s"
],
[
"un",
"d"
],
[
"os",
"ph"
],
[
"ĠI",
"t"
],
[
"ow",
"n"
],
[
"Ġpar",
"t"
],
[
"B",
"attle"
],
[
"a",
"ce"
],
[
"f",
"er"
],
[
"o",
"od"
],
[
"r",
"on"
],
[
"r",
"it"
],
[
"r",
"im"
],
[
"u",
"b"
],
[
"u",
"st"
],
[
"â",
"Ģ"
],
[
"Ġ",
"k"
],
[
"Ġ",
"ro"
],
[
"Ġ",
"lev"
],
[
"or",
"mon"
],
[
"Ġc",
"ount"
],
[
"Ġs",
"ci"
],
[
"Ġh",
"ormon"
],
[
"Ġth",
"is"
],
[
"ad",
"e"
],
[
"Ġg",
"l"
],
[
"op",
"ul"
],
[
"tern",
"ational"
],
[
"gan",
"iz"
],
[
"Ġcalci",
"um"
],
[
"Ġhormon",
"e"
],
[
"a",
"k"
],
[
"o",
"g"
],
[
"w",
"n"
],
[
"w",
"ay"
],
[
"Ġ",
"y"
],
[
"Ġc",
"l"
],
[
"an",
"ce"
],
[
"en",
"s"
],
[
"it",
"ion"
],
[
"ĠA",
"n"
],
[
"Ġm",
"an"
],
[
"ĠT",
"ur"
],
[
"ig",
"n"
],
[
"ut",
"ion"
],
[
"ĠR",
"e"
],
[
"Ġv",
"al"
],
[
"ĠTur",
"key"
],
[
"m",
"s"
],
[
"Ġ",
"Z"
],
[
"Ġ",
"im"
],
[
"Ġa",
"cc"
],
[
"Ġthe",
"ir"
],
[
"ar",
"d"
],
[
"Ġc",
"ate"
],
[
"Ġc",
"ell"
],
[
"Ġs",
"h"
],
[
"Ġs",
"ome"
],
[
"ic",
"s"
],
[
"Ġp",
"l"
],
[
"Ġb",
"l"
],
[
"Ġm",
"ain"
],
[
"Ġe",
"v"
],
[
"Ġe",
"ff"
],
[
"hy",
"s"
],
[
"am",
"e"
],
[
"so",
"ci"
],
[
"Ġun",
"iversities"
],
[
"Ġsu",
"ch"
],
[
"Ġinf",
"lation"
],
[
"Ġchar",
"ge"
],
[
"irc",
"uit"
],
[
"âĢ",
"ĵ"
],
[
"Ġy",
"ear"
],
[
"Ġcate",
"g"
],
[
"a",
"ge"
],
[
"n",
"ing"
],
[
"o",
"ci"
],
[
"r",
"i"
],
[
"r",
"u"
],
[
"t",
"ect"
],
[
"w",
"an"
],
[
"Ġ",
"20"
],
[
"Ġa",
"rtificial"
],
[
"at",
"er"
],
[
"on",
"e"
],
[
"er",
"ation"
],
[
"Ġf",
"ol"
],
[
"ro",
"u"
],
[
"ou",
"t"
],
[
"ou",
"gh"
],
[
"ĠA",
"ct"
],
[
"Ġd",
"o"
],
[
"ĠC",
"h"
],
[
"ĠC",
"osta"
],
[
"ĠC",
"ircuit"
],
[
"Ġto",
"wn"
],
[
"Ġl",
"if"
],
[
"ce",
"pt"
],
[
"em",
"b"
],
[
"em",
"ent"
],
[
"os",
"e"
],
[
"Ġpro",
"b"
],
[
"Ġde",
"f"
],
[
"har",
"ing"
],
[
"iz",
"e"
],
[
"igh",
"t"
],
[
"war",
"ds"
],
[
"con",
"d"
],
[
"ĠUn",
"ited"
],
[
"ĠAmer",
"ican"
],
[
"a",
"z"
],
[
"a",
"ur"
],
[
"a",
"ke"
],
[
"b",
"s"
],
[
"c",
"ed"
],
[
"t",
"e"
],
[
"v",
"el"
],
[
"w",
"o"
],
[
"Ġ",
"j"
],
[
"he",
"s"
],
[
"in",
"ce"
],
[
"Ġthe",
"re"
],
[
"er",
"e"
],
[
"or",
"th"
],
[
"Ġc",
"ol"
],
[
"Ġs",
"p"
],
[
"Ġs",
"ie"
],
[
"Ġs",
"orption"
],
[
"Ġs",
"haring"
],
[
"an",
"g"
],
[
"Ġp",
"at"
],
[
"Ġp",
"rim"
],
[
"it",
"e"
],
[
"le",
"c"
],
[
"ro",
"gen"
],
[
"ou",
"th"
],
[
"ou",
"ld"
],
[
"Ġd",
"ue"
],
[
"Ġm",
"ore"
],
[
"ĠC",
"om"
],
[
"Ġre",
"l"
],
[
"Ġl",
"i"
],
[
"us",
"ic"
],
[
"os",
"ed"
],
[
"Ġde",
"tect"
],
[
"Ġcom",
"p"
],
[
"Ġinc",
"re"
],
[
"ort",
"ing"
],
[
"Ġcre",
"ation"
],
[
"enc",
"es"
],
[
"ĠCanad",
"ian"
],
[
"Ġmo",
"lec"
],
[
"Ġcell",
"s"
],
[
"cond",
"ary"
],
[
")",
"."
],
[
"a",
"g"
],
[
"e",
"op"
],
[
"j",
"ect"
],
[
"m",
"un"
],
[
"o",
"v"
],
[
"r",
"ib"
],
[
"u",
"al"
],
[
"u",
"rt"
],
[
"Ġ",
"V"
],
[
"Ġ",
"en"
],
[
"Ġt",
"wo"
],
[
"Ġa",
"ward"
],
[
"on",
"g"
],
[
"is",
"e"
],
[
"Ġc",
"or"
],
[
"Ġin",
"to"
],
[
"Ġp",
"ress"
],
[
"Ġf",
"e"
],
[
"ro",
"v"
],
[
"as",
"s"
],
[
"as",
"es"
],
[
"ĠC",
"ent"
],
[
"Ġre",
"p"
],
[
"om",
"in"
],
[
"Ġfor",
"m"
],
[
"pe",
"ci"
],
[
"ol",
"og"
],
[
"ir",
"st"
],
[
"am",
"in"
],
[
"res",
"ent"
],
[
"Ġex",
"p"
],
[
"Ġse",
"condary"
],
[
"oun",
"d"
],
[
"pp",
"orting"
],
[
"Ġter",
"m"
],
[
"Ġall",
"ow"
],
[
"Ġph",
"osph"
],
[
"Ġreg",
"ion"
],
[
"Ġbl",
"ood"
],
[
"soci",
"ation"
],
[
"vel",
"op"
],
[
"Ġmolec",
"ular"
],
[
"urt",
"her"
],
[
"0",
"0"
],
[
"S",
"A"
],
[
"a",
"us"
],
[
"d",
"er"
],
[
"f",
"or"
],
[
"m",
"all"
],
[
"p",
"en"
],
[
"t",
"on"
],
[
"u",
"um"
],
[
"u",
"pporting"
],
[
"in",
"es"
],
[
"on",
"ning"
],
[
"Ġthe",
"y"
],
[
"er",
"v"
],
[
"ar",
"a"
],
[
"ar",
"ie"
],
[
"Ġs",
"ign"
],
[
"le",
"ges"
],
[
"Ġb",
"ut"
],
[
"Ġw",
"or"
],
[
"Ġm",
"ay"
],
[
"Ġh",
"igh"
],
[
"ent",
"ific"
],
[
"ĠS",
"a"
],
[
"ĠS",
"onning"
],
[
"el",
"f"
],
[
"ĠT",
"his"
],
[
"id",
"e"
],
[
"Ġl",
"ow"
],
[
"ol",
"ution"
],
[
"ĠB",
"y"
],
[
"ig",
"inal"
],
[
"iv",
"ely"
],
[
"ac",
"h"
],
[
"ac",
"uum"
],
[
"ĠThe",
"se"
],
[
"Ġv",
"acuum"
],
[
"ĠD",
"istrict"
],
[
"Ġpro",
"du"
],
[
"ian",
"s"
],
[
"Ġst",
"ud"
],
[
"ab",
"le"
],
[
"ical",
"ly"
],
[
"ĠIn",
"ternational"
],
[
"Ġ19",
"8"
],
[
"ĠN",
"ations"
],
[
"and",
"ing"
],
[
"Ġres",
"pon"
],
[
"Ġloc",
"ks"
],
[
"ren",
"ch"
],
[
"Ġwhe",
"n"
],
[
"Ġinclud",
"e"
],
[
"ĠY",
"ear"
],
[
"Ġpre",
"v"
],
[
"ĠAs",
"sociation"
],
[
"Ġlev",
"els"
],
[
"Ġgl",
"ands"
],
[
"ĠAct",
"or"
],
[
"Ġlif",
"e"
],
[
"ĠCent",
"ral"
],
[
"Ġphosph",
"ate"
],
[
"1",
"3"
],
[
"C",
"osta"
],
[
"a",
"il"
],
[
"c",
"es"
],
[
"c",
"ess"
],
[
"e",
"w"
],
[
"i",
"le"
],
[
"l",
"es"
],
[
"p",
"an"
],
[
"z",
"ant"
],
[
"Ġt",
"y"
],
[
"he",
"m"
],
[
"Ġo",
"pen"
],
[
"er",
"n"
],
[
"or",
"iginal"
],
[
"Ġin",
"ter"
],
[
"it",
"an"
],
[
"it",
"amin"
],
[
"Ġb",
"attle"
],
[
"Ġw",
"e"
],
[
"Ġw",
"ar"
],
[
"ĠA",
"f"
],
[
"Ġd",
"ist"
],
[
"Ġd",
"if"
],
[
"Ġm",
"od"
],
[
"Ġre",
"c"
],
[
"om",
"at"
],
[
"Ġe",
"qu"
],
[
"ĠS",
"oci"
],
[
"ĠT",
"h"
],
[
"Ġn",
"omin"
],
[
"Ġth",
"rou"
],
[
"ĠB",
"rit"
],
[
"Ġg",
"ro"
],
[
"ac",
"qu"
],
[
"ĠM",
"acqu"
],
[
"Ġor",
"ganiz"
],
[
"Ġon",
"e"
],
[
"Ġpro",
"m"
],
[
"Ġcon",
"s"
],
[
"Ġde",
"velop"
],
[
"ie",
"f"
],
[
"ĠF",
"rench"
],
[
"ab",
"or"
],
[
"ĠL",
"ist"
],
[
"ib",
"le"
],
[
"ĠE",
"n"
],
[
"Ġ19",
"9"
],
[
"Ġun",
"der"
],
[
"Ġsu",
"b"
],
[
"et",
"y"
],
[
"Ġsystem",
"s"
],
[
"ĠCanad",
"a"
],
[
"Ġexpect",
"ations"
],
[
"Ġle",
"ad"
],
[
"Ġco",
"ast"
],
[
"Ġim",
"p"
],
[
"hys",
"ical"
],
[
"Ġcateg",
"ory"
],
[
"ru",
"ct"
],
[
"Ġsie",
"ve"
],
[
"Ġincre",
"ased"
],
[
"Ġcor",
"re"
],
[
"ĠBy",
"zant"
],
[
"Ġthrou",
"gh"
],
[
"ĠMacqu",
"arie"
],
[
"1",
"9"
],
[
"b",
"um"
],
[
"b",
"original"
],
[
"d",
"ing"
],
[
"e",
"ople"
],
[
"g",
"n"
],
[
"i",
"o"
],
[
"i",
"el"
],
[
"l",
"ow"
],
[
"l",
"ish"
],
[
"s",
"ible"
],
[
"u",
"ally"
],
[
"y",
"c"
],
[
"Ġ",
"ent"
],
[
"Ġ",
"est"
],
[
"Ġa",
"r"
],
[
"Ġa",
"ppe"
],
[
"he",
"d"
],
[
"he",
"n"
],
[
"in",
"u"
],
[
"in",
"is"
],
[
"at",
"ing"
],
[
"at",
"ive"
],
[
"is",
"k"
],
[
"Ġc",
"ar"
],
[
"Ġc",
"ity"
],
[
"Ġs",
"im"
],
[
"Ġs",
"ur"
],
[
"Ġs",
"mall"
],
[
"Ġp",
"ur"
],
[
"Ġp",
"ix"
],
[
"Ġp",
"opul"
],
[
"it",
"rogen"
],
[
"Ġf",
"iel"
],
[
"le",
"ton"
],
[
"Ġb",
"und"
],
[
"ĠA",
"l"
],
[
"Ġd",
"own"
],
[
"ĠC",
"ol"
],
[
"ent",
"s"
],
[
"Ġre",
"le"
],
[
"om",
"an"
],
[
"ĠS",
"upporting"
],
[
"st",
"anding"
],
[
"ĠT",
"o"
],
[
"id",
"ent"
],
[
"id",
"ne"
],
[
"Ġn",
"od"
],
[
"Ġn",
"itrogen"
],
[
"ĠB",
"l"
],
[
"ĠB",
"ul"
],
[
"Ġbe",
"c"
],
[
"ot",
"s"
],
[
"ke",
"leton"
],
[
"per",
"t"
],
[
"ac",
"es"
],
[
"ir",
"on"
],
[
"Ġon",
"ly"
],
[
"Ġpro",
"pert"
],
[
"Ġwh",
"o"
],
[
"ĠP",
"rov"
],
[
"Ġhyperp",
"las"
],
[
"Ġcom",
"mun"
],
[
"ain",
"s"
],
[
"ĠE",
"m"
],
[
"ĠIn",
"digenous"
],
[
"Ġ19",
"6"
],
[
"Ġ19",
"7"
],
[
"Ġph",
"ase"
],
[
"ord",
"ing"
],
[
"Ġwhe",
"re"
],
[
"Ġapp",
"ro"
],
[
"ĠSt",
"ates"
],
[
"Ġeff",
"ect"
],
[
"Ġfol",
"low"
],
[
"Ġprim",
"ary"
],
[
"omat",
"ic"
],
[
"ĠBrit",
"ish"
],
[
"Ġest",
"ab"
],
[
"inis",
"eries"
],
[
"Ġbund",
"le"
],
[
"idne",
"y"
],
[
"ĠProv",
"ince"
],
[
"P",
"opul"
],
[
"a",
"v"
],
[
"a",
"ir"
],
[
"a",
"pt"
],
[
"b",
"ar"
],
[
"b",
"ject"
],
[
"c",
"al"
],
[
"e",
"x"
],
[
"f",
"ic"
],
[
"g",
"ar"
],
[
"i",
"ous"
],
[
"m",
"pt"
],
[
"o",
"ol"
],
[
"r",
"an"
],
[
"u",
"p"
],
[
"u",
"il"
],
[
"Ġ",
"\""
],
[
"Ġ",
"3"
],
[
"Ġ",
"er"
],
[
"Ġt",
"ens"
],
[
"Ġa",
"rt"
],
[
"Ġa",
"ut"
],
[
"in",
"n"
],
[
"Ġo",
"ut"
],
[
"Ġo",
"ver"
],
[
"Ġo",
"bject"
],
[
"at",
"ure"
],
[
"Ġthe",
"se"
],
[
"er",
"y"
],
[
"re",
"e"
],
[
"ar",
"s"
],
[
"ar",
"th"
],
[
"Ġc",
"er"
],
[
"Ġc",
"ent"
],
[
"es",
"tern"
],
[
"Ġs",
"o"
],
[
"Ġs",
"elf"
],
[
"Ġs",
"keleton"
],
[
"Ġin",
"v"
],
[
"Ġin",
"st"
],
[
"Ġin",
"digenous"
],
[
"ic",
"e"
],
[
"ic",
"ip"
],
[
"Ġp",
"ast"
],
[
"Ġp",
"eople"
],
[
"Ġf",
"irst"
],
[
"Ġb",
"od"
],
[
"Ġw",
"ill"
],
[
"ĠA",
"rt"
],
[
"ĠA",
"ward"
],
[
"Ġd",
"ip"
],
[
"Ġm",
"ost"
],
[
"Ġm",
"ix"
],
[
"Ġm",
"usic"
],
[
"Ġh",
"ot"
],
[
"Ġre",
"n"
],
[
"Ġre",
"cept"
],
[
"om",
"s"
],
[
"Ġe",
"con"
],
[
"ĠS",
"outh"
],
[
"ol",
"d"
],
[
"im",
"e"
],
[
"un",
"ction"
],
[
"ul",
"es"
],
[
"ce",
"m"
],
[
"ur",
"ing"
],
[
"il",
"ity"
],
[
"Ġg",
"eop"
],
[
"os",
"p"
],
[
"ĠM",
"aur"
],
[
"ĠD",
"e"
],
[
"Ġcon",
"d"
],
[
"Ġst",
"ruct"
],
[
"Ġhyper",
"cal"
],
[
"Ġwh",
"ile"
],
[
"ous",
"e"
],
[
"Ġpump",
"ing"
],
[
"Ġse",
"cre"
],
[
"Ġr",
"isk"
],
[
"Ġcom",
"mon"
],
[
"Ġcom",
"ple"
],
[
"se",
"a"
],
[
"Ġsy",
"n"
],
[
"ther",
"n"
],
[
"lic",
"ation"
],
[
"Ġch",
"an"
],
[
"Ġdes",
"orption"
],
[
"ĠJ",
"un"
],
[
"ĠAmer",
"ica"
],
[
"Ġelect",
"ron"
],
[
"Ġk",
"idney"
],
[
"Ġcount",
"ry"
],
[
"Ġsci",
"entific"
],
[
"way",
"s"
],
[
"Ġpl",
"aces"
],
[
"wan",
"sea"
],
[
"ough",
"t"
],
[
"Ġprob",
"ab"
],
[
"Ġcol",
"leges"
],
[
"Ġsp",
"ace"
],
[
"Ġpress",
"ure"
],
[
"peci",
"al"
],
[
"aus",
"e"
],
[
"Ġrespon",
"sible"
],
[
"Ġty",
"p"
],
[
"Ġgro",
"w"
],
[
"ĠByzant",
"ines"
],
[
"Ġpopul",
"ation"
],
[
"Ġrele",
"ase"
],
[
"Ġnod",
"ular"
],
[
"ĠBl",
"ack"
],
[
"ĠBul",
"gar"
],
[
"Ġpropert",
"ies"
],
[
"Popul",
"ated"
],
[
"Ġobject",
"s"
],
[
"Ġdip",
"l"
],
[
"Ġecon",
"om"
],
[
"ĠMaur",
"itan"
],
[
"Ġsecre",
"t"
],
[
"Ġcomple",
"x"
],
[
"2",
"2"
],
[
"G",
"U"
],
[
"a",
"re"
],
[
"c",
"il"
],
[
"e",
"al"
],
[
"f",
"ter"
],
[
"f",
"act"
],
[
"i",
"ed"
],
[
"i",
"res"
],
[
"k",
"a"
],
[
"n",
"ess"
],
[
"o",
"y"
],
[
"o",
"ve"
],
[
"o",
"ver"
],
[
"o",
"gr"
],
[
"p",
"ire"
],
[
"r",
"at"
],
[
"r",
"or"
],
[
"t",
"t"
],
[
"t",
"ure"
],
[
"y",
"gn"
],
[
"Ã",
"©"
],
[
"â",
"Ī"
],
[
"Ġt",
"em"
],
[
"Ġa",
"g"
],
[
"he",
"re"
],
[
"in",
"ed"
],
[
"Ġo",
"per"
],
[
"Ġo",
"cc"
],
[
"at",
"em"
],
[
"on",
"y"
],
[
"er",
"for"
],
[
"re",
"at"
],
[
"ar",
"g"
],
[
"or",
"b"
],
[
"Ġc",
"ur"
],
[
"Ġc",
"all"
],
[
"Ġc",
"ap"
],
[
"Ġs",
"a"
],
[
"Ġin",
"d"
],
[
"Ġin",
"du"
],
[
"Ġp",
"ol"
],
[
"it",
"ions"
],
[
"Ġan",
"n"
],
[
"Ġf",
"il"
],
[
"Ġf",
"ut"
],
[
"Ġf",
"am"
],
[
"Ġf",
"urther"
],
[
"Ġb",
"ased"
],
[
"Ġw",
"ere"
],
[
"ĠA",
"r"
],
[
"ĠA",
"wards"
],
[
"Ġd",
"r"
],
[
"Ġm",
"e"
],
[
"Ġm",
"ed"
],
[
"Ġm",
"un"
],
[
"Ġm",
"ul"
],
[
"Ġm",
"iss"
],
[
"Ġm",
"ade"
],
[
"Ġm",
"emb"
],
[
"Ġm",
"bar"
],
[
"ĠC",
"on"
],
[
"ĠC",
"oun"
],
[
"ĠC",
"ygn"
],
[
"Ġh",
"is"
],
[
"Ġre",
"gen"
],
[
"Ġre",
"fer"
],
[
"Ġe",
"lev"
],
[
"Ġe",
"mer"
],
[
"Ġn",
"orth"
],
[
"um",
"b"
],
[
"Ġfor",
"mer"
],
[
"Ġth",
"an"
],
[
"Ġbe",
"ing"
],
[
"im",
"ate"
],
[
"ur",
"al"
],
[
"em",
"ony"
],
[
"Ġg",
"ases"
],
[
"ot",
"h"
],
[
"ci",
"ence"
],
[
"ut",
"standing"
],
[
"ke",
"ter"
],
[
"am",
"a"
],
[
"am",
"m"
],
[
"am",
"ple"
],
[
"Ġv",
"ess"
],
[
"Ġv",
"itamin"
],
[
"Ġwith",
"out"
],
[
"Ġpro",
"l"
],
[
"Ġex",
"t"
],
[
"Ġst",
"ate"
],
[
"Ġ1",
"0"
],
[
"Ġse",
"ver"
],
[
"ĠG",
"e"
],
[
"ĠG",
"ires"
],
[
"Ġr",
"ates"
],
[
"ĠL",
"e"
],
[
"ĠL",
"ake"
],
[
"har",
"a"
],
[
"ric",
"keter"
],
[
"ĠO",
"utstanding"
],
[
"igh",
"ts"
],
[
"ĠW",
"estern"
],
[
"Ġus",
"ually"
],
[
"ment",
"s"
],
[
"20",
"0"
],
[
"ti",
"ple"
],
[
"Ġkey",
"s"
],
[
"Ġph",
"ot"
],
[
"Ġtr",
"ad"
],
[
"Ġtr",
"ans"
],
[
"Ġloc",
"k"
],
[
"Ġhe",
"li"
],
[
"Ġab",
"ove"
],
[
"ren",
"t"
],
[
"Ġexpect",
"ation"
],
[
"Ġco",
"ol"
],
[
"Ġgen",
"er"
],
[
"Ġgen",
"eral"
],
[
"Ġcont",
"inu"
],
[
"osph",
"atem"
],
[
"ub",
"lic"
],
[
"Ġsci",
"ences"
],
[
"Ġgl",
"and"
],
[
"ĠRe",
"c"
],
[
"Ġval",
"ve"
],
[
"Ġyear",
"s"
],
[
"wan",
"a"
],
[
"Ġprob",
"le"
],
[
"Ġdef",
"e"
],
[
"Ġpat",
"h"
],
[
"Ġrel",
"ated"
],
[
"Ġdetect",
"ors"
],
[
"Ġrep",
"resent"
],
[
"olog",
"ical"
],
[
"Ġexp",
"ress"
],
[
"Ġallow",
"s"
],
[
"ara",
"is"
],
[
"Ġsign",
"al"
],
[
"ĠSa",
"hara"
],
[
"Ġprev",
"ious"
],
[
"ĠAf",
"ric"
],
[
"Ġdist",
"rib"
],
[
"Ġappe",
"ar"
],
[
"Ġpix",
"el"
],
[
"ots",
"wana"
],
[
"Ġhyperplas",
"ia"
],
[
"ĠEm",
"pire"
],
[
"Ġtens",
"or"
],
[
"Ġcer",
"emony"
],
[
"icip",
"al"
],
[
"Ġmix",
"ture"
],
[
"cem",
"ia"
],
[
"Ġgeop",
"hysical"
],
[
"Ġstruct",
"ures"
],
[
"Ġhypercal",
"cemia"
],
[
"ĠBulgar",
"ians"
],
[
"Ġdipl",
"omatic"
],
[
"ĠMauritan",
"ia"
],
[
"over",
"n"
],
[
"âĪ",
"Ĵ"
],
[
"Ġcur",
"rent"
],
[
"Ġfut",
"ure"
],
[
"Ġmun",
"icipal"
],
[
"Ġmul",
"tiple"
],
[
"ĠCoun",
"cil"
],
[
"ĠCygn",
"es"
],
[
"Ġelev",
"ated"
],
[
"ĠGires",
"un"
],
[
"Ġheli",
"um"
],
[
"1",
"8"
],
[
"A",
"s"
],
[
"A",
"rtificial"
],
[
"C",
"T"
],
[
"D",
"istrict"
],
[
"I",
"P"
],
[
"a",
"h"
],
[
"a",
"j"
],
[
"a",
"ph"
],
[
"c",
"ast"
],
[
"e",
"e"
],
[
"e",
"ver"
],
[
"f",
"t"
],
[
"f",
"ul"
],
[
"f",
"ore"
],
[
"h",
"op"
],
[
"h",
"ut"
],
[
"h",
"ip"
],
[
"h",
"osphatem"
],
[
"i",
"ent"
],
[
"j",
"ust"
],
[
"l",
"l"
],
[
"l",
"u"
],
[
"l",
"or"
],
[
"m",
"ic"
],
[
"n",
"own"
],
[
"o",
"k"
],
[
"p",
"az"
],
[
"u",
"fact"
],
[
"v",
"iron"
],
[
"x",
"im"
],
[
"y",
"on"
],
[
"Ä",
"±"
],
[
"ã",
"ĥ"
],
[
"Ġ",
"qu"
],
[
"Ġ",
"end"
],
[
"Ġ",
"ult"
],
[
"Ġt",
"ime"
],
[
"Ġa",
"wards"
],
[
"Ġa",
"fter"
],
[
"in",
"s"
],
[
"in",
"ess"
],
[
"Ġo",
"bs"
],
[
"at",
"ures"
],
[
"Ġthe",
"n"
],
[
"is",
"es"
],
[
"is",
"hed"
],
[
"Ġof",
"f"
],
[
"ar",
"t"
],
[
"ar",
"ı"
],
[
"or",
"m"
],
[
"or",
"n"
],
[
"or",
"al"
],
[
"or",
"ies"
],
[
"or",
"ts"
],
[
"Ġc",
"ase"
],
[
"Ġc",
"yc"
],
[
"Ġc",
"ricketer"
],
[
"Ġs",
"ame"
],
[
"Ġin",
"it"
],
[
"Ġin",
"te"
],
[
"Ġp",
"os"
],
[
"Ġp",
"resent"
],
[
"it",
"al"
],
[
"Ġf",
"ar"
],
[
"Ġf",
"act"
],
[
"ro",
"gr"
],
[
"Ġb",
"i"
],
[
"Ġb",
"ack"
],
[
"Ġb",
"uil"
],
[
"ou",
"m"
],
[
"Ġw",
"ard"
],
[
"Ġw",
"ould"
],
[
"as",
"ter"
],
[
"ĠA",
"t"
],
[
"ĠA",
"ust"
],
[
"Ġd",
"er"
],
[
"Ġd",
"is"
],
[
"Ġd",
"ire"
],
[
"Ġd",
"istrict"
],
[
"Ġd",
"ance"
],
[
"Ġd",
"one"
],
[
"Ġd",
"ise"
],
[
"Ġm",
"aster"
],
[
"Ġh",
"ad"
],
[
"ent",
"h"
],
[
"ent",
"ial"
],
[
"Ġre",
"m"
],
[
"ĠS",
"eries"
],
[
"st",
"r"
],
[
"Ġn",
"ow"
],
[
"Ġn",
"ational"
],
[
"Ġn",
"ame"
],
[
"Ġl",
"o"
],
[
"Ġl",
"ist"
],
[
"Ġl",
"ists"
],
[
"Ġth",
"ose"
],
[
"ĠB",
"est"
],
[
"ĠB",
"SA"
],
[
"ĠB",
"hut"
],
[
"ig",
"u"
],
[
"ul",
"ts"
],
[
"us",
"iness"
],
[
"ad",
"i"
],
[
"il",
"it"
],
[
"iv",
"il"
],
[
"em",
"en"
],
[
"ot",
"e"
],
[
"ot",
"her"
],
[
"ut",
"ions"
],
[
"ac",
"he"
],
[
"ir",
"az"
],
[
"ĠM",
"ov"
],
[
"ĠM",
"iniseries"
],
[
"ĠM",
"arais"
],
[
"am",
"ed"
],
[
"res",
"ident"
],
[
"ĠI",
"ts"
],
[
"ĠR",
"ize"
],
[
"Ġare",
"a"
],
[
"ĠD",
"r"
],
[
"Ġpro",
"cess"
],
[
"od",
"e"
],
[
"Ġcon",
"f"
],
[
"Ġex",
"ample"
],
[
"Ġst",
"at"
],
[
"ch",
"ool"
],
[
"Ġde",
"cre"
],
[
"Ġse",
"at"
],
[
"Ġse",
"en"
],
[
"ie",
"v"
],
[
"ĠF",
"urther"
],
[
"Ġr",
"ate"
],
[
"ism",
"s"
],
[
"qu",
"id"
],
[
"ĠE",
"arth"
],
[
"ĠO",
"ther"
],
[
"Ġat",
"t"
],
[
"ĠN",
"ew"
],
[
"ĠU",
"S"
],
[
"ĠW",
"h"
],
[
"Ġsy",
"mpt"
],
[
"Ġne",
"g"
],
[
"Ġne",
"w"
],
[
"20",
"1"
],
[
"Ġres",
"ults"
],
[
"du",
"ct"
],
[
"Ġad",
"d"
],
[
"Ġad",
"apt"
],
[
"Ġcre",
"ate"
],
[
"Ġexpect",
"ed"
],
[
"Ġact",
"ual"
],
[
"his",
"ar"
],
[
"ĠY",
"emen"
],
[
"ans",
"as"
],
[
"ĠAs",
"s"
],
[
"ĠSe",
"a"
],
[
"Ġcl",
"osed"
],
[
"ition",
"al"
],
[
"Ġman",
"y"
],
[
"Ġev",
"olution"
],
[
"Ġcateg",
"ories"
],
[
"Ġj",
"ust"
],
[
"ere",
"paz"
],
[
"ĠCom",
"pan"
],
[
"Ġli",
"ke"
],
[
"Ġli",
"quid"
],
[
"Ġdetect",
"or"
],
[
"Ġregion",
"al"
],
[
"Ġwor",
"k"
],
[
"Ġstud",
"y"
],
[
"Ġstud",
"ies"
],
[
"ail",
"way"
],
[
"Ġwar",
"ds"
],
[
"Ġmod",
"el"
],
[
"Ġorganiz",
"ations"
],
[
"Ġprom",
"in"
],
[
"Ġcons",
"id"
],
[
"Ġsur",
"f"
],
[
"Ġfiel",
"ds"
],
[
"Ġfollow",
"ing"
],
[
"Ġestab",
"lish"
],
[
"air",
"s"
],
[
"Ġart",
"ists"
],
[
"Ġhot",
"el"
],
[
"Ġsyn",
"t"
],
[
"Ġchan",
"ges"
],
[
"ĠJun",
"o"
],
[
"Ġprobab",
"ility"
],
[
"eal",
"th"
],
[
"Ġtem",
"per"
],
[
"Ġcall",
"ed"
],
[
"Ġmiss",
"ions"
],
[
"Ġmemb",
"er"
],
[
"ĠRec",
"ording"
],
[
"Ġdefe",
"ated"
],
[
"CT",
"As"
],
[
"aj",
"or"
],
[
"just",
"ment"
],
[
"viron",
"ment"
],
[
"Ġinte",
"gr"
],
[
"Ġward",
"ed"
],
[
"ĠAust",
"ral"
],
[
"Ġdise",
"ase"
],
[
"iraz",
"iz"
],
[
"ĠMov",
"ie"
],
[
"erepaz",
"arı"
],
[
"ĠCompan",
"y"
],
[
"2",
"1"
],
[
"5",
"0"
],
[
"9",
"4"
],
[
"A",
"boriginal"
],
[
"C",
"S"
],
[
"G",
"F"
],
[
"I",
"t"
],
[
"a",
"w"
],
[
"b",
"ack"
],
[
"c",
"k"
],
[
"c",
"y"
],
[
"c",
"ur"
],
[
"c",
"hes"
],
[
"d",
"ic"
],
[
"d",
"rogen"
],
[
"e",
"h"
],
[
"e",
"p"
],
[
"e",
"ad"
],
[
"f",
"ety"
],
[
"g",
"ion"
],
[
"g",
"ent"
],
[
"h",
"or"
],
[
"h",
"ib"
],
[
"h",
"ire"
],
[
"i",
"ke"
],
[
"i",
"qu"
],
[
"k",
"ed"
],
[
"l",
"er"
],
[
"l",
"ad"
],
[
"l",
"ast"
],
[
"l",
"and"
],
[
"m",
"ed"
],
[
"m",
"ost"
],
[
"m",
"osp"
],
[
"o",
"in"
],
[
"p",
"is"
],
[
"p",
"ut"
],
[
"p",
"os"
],
[
"r",
"id"
],
[
"r",
"ist"
],
[
"r",
"ganiz"
],
[
"r",
"ater"
],
[
"t",
"en"
],
[
"t",
"ic"
],
[
"t",
"ing"
],
[
"u",
"ch"
],
[
"v",
"ing"
],
[
"Å",
"Ł"
],
[
"Ġt",
"un"
],
[
"Ġt",
"end"
],
[
"Ġt",
"iss"
],
[
"Ġa",
"ds"
],
[
"in",
"d"
],
[
"in",
"ia"
],
[
"Ġo",
"st"
],
[
"at",
"her"
],
[
"at",
"ory"
],
[
"on",
"es"
],
[
"on",
"om"
],
[
"er",
"ed"
],
[
"re",
"ement"
],
[
"re",
"str"
],
[
"Ġof",
"ten"
],
[
"al",
"le"
],
[
"ar",
"k"
],
[
"ar",
"ies"
],
[
"Ġc",
"irc"
],
[
"es",
"h"
],
[
"Ġs",
"ol"
],
[
"Ġs",
"oci"
],
[
"Ġs",
"ize"
],
[
"Ġs",
"ince"
],
[
"Ġin",
"ternational"
],
[
"ic",
"les"
],
[
"Ġp",
"er"
],
[
"Ġan",
"other"
],
[
"Ġf",
"it"
],
[
"Ġf",
"oc"
],
[
"Ġf",
"ib"
],
[
"Ġf",
"ound"
],
[
"Ġf",
"unction"
],
[
"ro",
"s"
],
[
"ro",
"ad"
],
[
"ro",
"und"
],
[
"Ġb",
"as"
],
[
"Ġb",
"el"
],
[
"Ġb",
"one"
],
[
"ou",
"thern"
],
[
"ou",
"é"
],
[
"Ġw",
"ell"
],
[
"Ġw",
"ater"
],
[
"ĠA",
"g"
],
[
"ĠA",
"rtificial"
],
[
"ĠA",
"boriginal"
],
[
"Ġd",
"ig"
],
[
"Ġd",
"uring"
],
[
"Ġm",
"at"
],
[
"Ġm",
"ajor"
],
[
"Ġm",
"uch"
],
[
"ĠC",
"o"
],
[
"ĠC",
"ar"
],
[
"ĠC",
"GU"
],
[
"Ġh",
"ands"
],
[
"ent",
"al"
],
[
"Ġre",
"f"
],
[
"Ġre",
"v"
],
[
"Ġre",
"st"
],
[
"Ġre",
"ce"
],
[
"Ġre",
"se"
],
[
"Ġe",
"pis"
],
[
"ĠS",
"an"
],
[
"ĠS",
"wansea"
],
[
"ĠS",
"pecial"
],
[
"ĠS",
"cience"
],
[
"ĠS",
"chool"
],
[
"id",
"es"
],
[
"Ġn",
"o"
],
[
"um",
"an"
],
[
"Ġth",
"ree"
],
[
"Ġth",
"ought"
],
[
"ol",
"t"
],
[
"ĠB",
"ir"
],
[
"ig",
"ations"
],
[
"us",
"es"
],
[
"ur",
"er"
],
[
"il",
"ar"
],
[
"iv",
"er"
],
[
"iv",
"ing"
],
[
"Ġg",
"overn"
],
[
"ac",
"re"
],
[
"Ġal",
"bum"
],
[
"Ġal",
"ways"
],
[
"Ġal",
"most"
],
[
"ĠM",
"al"
],
[
"ĠM",
"usic"
],
[
"Ġor",
"gan"
],
[
"ĠR",
"oman"
],
[
"Ġpro",
"v"
],
[
"Ġhy",
"p"
],
[
"Ġhy",
"drogen"
],
[
"ow",
"ever"
],
[
"od",
"es"
],
[
"Ġex",
"c"
],
[
"ch",
"an"
],
[
"Ġde",
"c"
],
[
"Ġde",
"gr"
],
[
"ĠP",
"resident"
],
[
"Ġpump",
"ed"
],
[
"Ġse",
"ction"
],
[
"Ġhyperp",
"hosphatem"
],
[
"ie",
"ge"
],
[
"ĠF",
"or"
],
[
"ĠF",
"ed"
],
[
"Ġr",
"ules"
],
[
"oun",
"ced"
],
[
"ĠL",
"hop"
],
[
"est",
"igations"
],
[
"har",
"ge"
],
[
"ĠO",
"x"
],
[
"ĠO",
"ne"
],
[
"ĠO",
"tt"
],
[
"ĠO",
"rganiz"
],
[
"Ġat",
"mosp"
],
[
"igh",
"b"
],
[
"ĠIn",
"d"
],
[
"ĠN",
"ou"
],
[
"ĠW",
"ar"
],
[
"Ġus",
"e"
],
[
"Ġne",
"on"
],
[
"Ġne",
"ighb"
],
[
"ĠH",
"ear"
],
[
"ĠH",
"ouse"
],
[
"Ġres",
"ult"
],
[
"Ġad",
"en"
],
[
"Ġpar",
"ts"
],
[
"Ġpar",
"alle"
],
[
"Ġtr",
"ade"
],
[
"ish",
"ing"
],
[
"Ġloc",
"ated"
],
[
"Ġch",
"ief"
],
[
"enc",
"y"
],
[
"Ġdes",
"c"
],
[
"ĠUn",
"ion"
],
[
"ĠUn",
"iversities"
],
[
"las",
"s"
],
[
"Ġab",
"s"
],
[
"Ġab",
"out"
],
[
"Ġact",
"ive"
],
[
"ord",
"er"
],
[
"Ġinclud",
"es"
],
[
"Ġinclud",
"ed"
],
[
"our",
"ing"
],
[
"Ġapp",
"lication"
],
[
"Ġreg",
"ions"
],
[
"ĠSe",
"cur"
],
[
"Ġpart",
"ial"
],
[
"fer",
"ence"
],
[
"Ġro",
"le"
],
[
"ak",
"ing"
],
[
"ĠRe",
"p"
],
[
"Ġval",
"ue"
],
[
"ĠZ",
"IP"
],
[
"ĠZ",
"oué"
],
[
"Ġsh",
"ould"
],
[
"ri",
"el"
],
[
"rou",
"p"
],
[
"Ġdo",
"es"
],
[
"ĠCh",
"rist"
],
[
"Ġdef",
"ined"
],
[
"ang",
"ent"
],
[
"ang",
"lad"
],
[
"Ġpress",
"ures"
],
[
"Ġprodu",
"ced"
],
[
"hem",
"ical"
],
[
"Ġinter",
"act"
],
[
"Ġwe",
"ight"
],
[
"ĠSoci",
"al"
],
[
"ĠSoci",
"ety"
],
[
"Ġnomin",
"ations"
],
[
"Ġdevelop",
"ing"
],
[
"Ġsim",
"ilar"
],
[
"Ġsmall",
"er"
],
[
"ĠAl",
"bum"
],
[
"Ġbec",
"ause"
],
[
"Ġer",
"ror"
],
[
"Ġout",
"put"
],
[
"Ġinv",
"estigations"
],
[
"Ġbod",
"ies"
],
[
"Ġren",
"al"
],
[
"Ġrecept",
"ors"
],
[
"Ġcond",
"itions"
],
[
"Ġtyp",
"ically"
],
[
"Ġgrow",
"th"
],
[
"Ġeconom",
"ic"
],
[
"ogr",
"aph"
],
[
"Ġoper",
"ation"
],
[
"Ġocc",
"ur"
],
[
"erfor",
"m"
],
[
"Ġann",
"ounced"
],
[
"Ġfam",
"ous"
],
[
"Ġemer",
"gent"
],
[
"Ġvess",
"el"
],
[
"Ġext",
"rater"
],
[
"Ġsever",
"al"
],
[
"Ġphot",
"on"
],
[
"Ġcool",
"ed"
],
[
"Ġcontinu",
"ous"
],
[
"Ġproble",
"m"
],
[
"ĠAfric",
"a"
],
[
"Ġdistrib",
"ution"
],
[
"Ġmunicipal",
"ities"
],
[
"Ġult",
"imate"
],
[
"Ġobs",
"erv"
],
[
"Ġcyc",
"le"
],
[
"Ġcricketer",
"s"
],
[
"Ġpos",
"ition"
],
[
"Ġdire",
"ct"
],
[
"Ġrem",
"ov"
],
[
"ĠBhut",
"an"
],
[
"Ġstat",
"ist"
],
[
"Ġdecre",
"ased"
],
[
"Ġsympt",
"oms"
],
[
"Ġadapt",
"ive"
],
[
"ĠAss",
"emb"
],
[
"Ġpromin",
"ent"
],
[
"Ġsurf",
"ace"
],
[
"Ġintegr",
"ation"
],
[
"ĠAustral",
"ian"
],
[
"Ġtiss",
"ue"
],
[
"Ġads",
"orb"
],
[
"onom",
"ous"
],
[
"restr",
"ial"
],
[
"Ġorgan",
"isms"
],
[
"Ġhyperphosphatem",
"ia"
],
[
"ĠOrganiz",
"ation"
],
[
"Ġatmosp",
"here"
],
[
"ĠHear",
"t"
],
[
"Ġparalle",
"l"
],
[
"ĠSecur",
"ity"
],
[
"ĠZoué",
"rat"
],
[
"anglad",
"esh"
],
[
"Ġextrater",
"restrial"
],
[
"2",
"3"
],
[
"3",
"7"
],
[
"B",
"SA"
],
[
"B",
"otswana"
],
[
"C",
"on"
],
[
"C",
"harge"
],
[
"P",
"CS"
],
[
"S",
"ci"
],
[
"S",
"wansea"
],
[
"S",
"iege"
],
[
"T",
"his"
],
[
"U",
"n"
],
[
"Z",
"CTAs"
],
[
"a",
"el"
],
[
"a",
"ges"
],
[
"b",
"b"
],
[
"b",
"er"
],
[
"b",
"le"
],
[
"b",
"ia"
],
[
"b",
"igu"
],
[
"c",
"a"
],
[
"c",
"is"
],
[
"c",
"ou"
],
[
"c",
"om"
],
[
"c",
"ern"
],
[
"d",
"is"
],
[
"e",
"levision"
],
[
"e",
"ÅŁ"
],
[
"f",
"el"
],
[
"g",
"i"
],
[
"g",
"ress"
],
[
"h",
"am"
],
[
"i",
"um"
],
[
"i",
"od"
],
[
"k",
"y"
],
[
"k",
"ara"
],
[
"l",
"us"
],
[
"l",
"ated"
],
[
"l",
"ight"
],
[
"l",
"abor"
],
[
"l",
"ished"
],
[
"m",
"b"
],
[
"m",
"y"
],
[
"m",
"in"
],
[
"m",
"an"
],
[
"m",
"it"
],
[
"m",
"ing"
],
[
"m",
"ore"
],
[
"n",
"el"
],
[
"n",
"ect"
],
[
"n",
"iqu"
],
[
"o",
"or"
],
[
"o",
"le"
],
[
"o",
"ff"
],
[
"p",
"or"
],
[
"r",
"as"
],
[
"r",
"ies"
],
[
"r",
"us"
],
[
"r",
"ated"
],
[
"r",
"ate"
],
[
"s",
"ce"
],
[
"s",
"ide"
],
[
"t",
"ed"
],
[
"t",
"il"
],
[
"t",
"ains"
],
[
"u",
"g"
],
[
"u",
"es"
],
[
"v",
"es"
],
[
"v",
"ed"
],
[
"x",
"t"
],
[
"y",
"n"
],
[
"y",
"per"
],
[
"y",
"roid"
],
[
"y",
"ph"
],
[
"°",
"sce"
],
[
"Ä",
"°sce"
],
[
"Ġ",
"-"
],
[
"Ġ",
"2"
],
[
"Ġ",
"8"
],
[
"Ġ",
"z"
],
[
"Ġ",
"ed"
],
[
"Ġ",
"âĢĵ"
],
[
"Ġ",
"iron"
],
[
"Ġ",
"up"
],
[
"Ġt",
"um"
],
[
"Ġt",
"ur"
],
[
"Ġt",
"ub"
],
[
"Ġa",
"mon"
],
[
"Ġa",
"ff"
],
[
"Ġa",
"round"
],
[
"he",
"st"
],
[
"at",
"eral"
],
[
"at",
"ural"
],
[
"Ġthe",
"at"
],
[
"er",
"ated"
],
[
"er",
"ous"
],
[
"er",
"tiary"
],
[
"re",
"g"
],
[
"re",
"p"
],
[
"re",
"w"
],
[
"al",
"m"
],
[
"al",
"es"
],
[
"al",
"ity"
],
[
"ar",
"ge"
],
[
"ar",
"ch"
],
[
"or",
"k"
],
[
"or",
"ing"
],
[
"or",
"ge"
],
[
"or",
"ganiz"
],
[
"or",
"thern"
],
[
"Ġc",
"le"
],
[
"Ġc",
"ot"
],
[
"Ġc",
"ourt"
],
[
"Ġc",
"ry"
],
[
"Ġc",
"ult"
],
[
"Ġc",
"ould"
],
[
"Ġc",
"aus"
],
[
"Ġc",
"ivil"
],
[
"es",
"e"
],
[
"Ġs",
"he"
],
[
"Ġs",
"at"
],
[
"Ġs",
"er"
],
[
"Ġs",
"it"
],
[
"Ġs",
"um"
],
[
"Ġs",
"em"
],
[
"Ġs",
"ens"
],
[
"Ġs",
"outh"
],
[
"Ġs",
"erv"
],
[
"Ġs",
"ought"
],
[
"Ġs",
"pecial"
],
[
"ed",
"ic"
],
[
"ed",
"ia"
],
[
"ed",
"back"
],
[
"ic",
"i"
],
[
"ic",
"ular"
],
[
"Ġp",
"ut"
],
[
"Ġp",
"ers"
],
[
"Ġp",
"ain"
],
[
"Ġp",
"ass"
],
[
"Ġp",
"ublic"
],
[
"it",
"ical"
],
[
"Ġf",
"l"
],
[
"Ġf",
"las"
],
[
"Ġf",
"ill"
],
[
"Ġf",
"inal"
],
[
"Ġf",
"und"
],
[
"ro",
"ll"
],
[
"Ġb",
"ound"
],
[
"Ġb",
"oth"
],
[
"Ġb",
"order"
],
[
"ou",
"d"
],
[
"Ġw",
"est"
],
[
"Ġw",
"ay"
],
[
"Ġw",
"inn"
],
[
"as",
"tern"
],
[
"ĠA",
"ri"
],
[
"ing",
"u"
],
[
"Ġd",
"em"
],
[
"Ġd",
"ry"
],
[
"ct",
"ions"
],
[
"Ġm",
"al"
],
[
"Ġm",
"ass"
],
[
"ĠC",
"at"
],
[
"ĠC",
"al"
],
[
"ĠC",
"ity"
],
[
"ĠC",
"rim"
],
[
"ĠC",
"ard"
],
[
"ĠC",
"hemical"
],
[
"Ġh",
"ist"
],
[
"Ġh",
"ouse"
],
[
"Ġto",
"p"
],
[
"Ġto",
"ok"
],
[
"Ġre",
"ac"
],
[
"Ġre",
"du"
],
[
"om",
"a"
],
[
"om",
"bia"
],
[
"Ġe",
"ast"
],
[
"ĠS",
"o"
],
[
"ĠS",
"ard"
],
[
"ĠS",
"pan"
],
[
"ĠS",
"ky"
],
[
"st",
"ant"
],
[
"ĠT",
"est"
],
[
"ĠT",
"elevision"
],
[
"Ġn",
"amed"
],
[
"um",
"ent"
],
[
"ist",
"ic"
],
[
"Ġfor",
"ms"
],
[
"Ġl",
"ed"
],
[
"Ġl",
"os"
],
[
"Ġl",
"ess"
],
[
"Ġl",
"ong"
],
[
"Ġl",
"arg"
],
[
"Ġth",
"yroid"
],
[
"ol",
"ic"
],
[
"ol",
"gi"
],
[
"ĠB",
"attle"
],
[
"ĠB",
"otswana"
],
[
"ĠB",
"usiness"
],
[
"ĠB",
"ache"
],
[
"ĠB",
"rid"
],
[
"ĠB",
"road"
],
[
"im",
"ated"
],
[
"im",
"ited"
],
[
"un",
"s"
],
[
"ad",
"or"
],
[
"ad",
"ed"
],
[
"ad",
"hib"
],
[
"ur",
"y"
],
[
"ur",
"bs"
],
[
"ur",
"ches"
],
[
"il",
"d"
],
[
"il",
"y"
],
[
"Ġg",
"uit"
],
[
"ci",
"p"
],
[
"op",
"las"
],
[
"ac",
"hes"
],
[
"Ġal",
"ong"
],
[
"ĠThe",
"y"
],
[
"am",
"s"
],
[
"am",
"es"
],
[
"am",
"ental"
],
[
"am",
"bigu"
],
[
"if",
"old"
],
[
"ĠI",
"PCS"
],
[
"ĠR",
"us"
],
[
"ĠR",
"ights"
],
[
"ĠR",
"iver"
],
[
"Ġv",
"ar"
],
[
"Ġv",
"ent"
],
[
"Ġv",
"ia"
],
[
"Ġv",
"ap"
],
[
"Ġv",
"ery"
],
[
"Ġv",
"eh"
],
[
"ĠD",
"iv"
],
[
"ĠD",
"oc"
],
[
"ĠD",
"erepazarı"
],
[
"Ġas",
"soci"
],
[
"ian",
"a"
],
[
"ian",
"ce"
],
[
"Ġcon",
"st"
],
[
"Ġcon",
"cept"
],
[
"Ġcon",
"cern"
],
[
"Ġex",
"cess"
],
[
"Ġst",
"ill"
],
[
"Ġwh",
"at"
],
[
"th",
"ough"
],
[
"Ġ1",
"8"
],
[
"ch",
"iev"
],
[
"ch",
"niqu"
],
[
"ump",
"ing"
],
[
"ds",
"hire"
],
[
"ĠP",
"rogr"
],
[
"ĠP",
"iraziz"
],
[
"Ġse",
"t"
],
[
"Ġhyperp",
"last"
],
[
"ĠF",
"irst"
],
[
"ĠF",
"ran"
],
[
"ĠG",
"en"
],
[
"ĠG",
"reat"
],
[
"ĠG",
"oth"
],
[
"ĠG",
"olgi"
],
[
"Ġr",
"an"
],
[
"Ġr",
"ight"
],
[
"Ġr",
"ailway"
],
[
"Ġr",
"ather"
],
[
"ĠL",
"ists"
],
[
"ĠL",
"abor"
],
[
"ĠL",
"imited"
],
[
"ay",
"s"
],
[
"oc",
"k"
],
[
"qu",
"ential"
],
[
"ib",
"eral"
],
[
"ĠO",
"n"
],
[
"pp",
"en"
],
[
"pp",
"ress"
],
[
"ĠN",
"ational"
],
[
"ĠN",
"orth"
],
[
"ĠU",
"K"
],
[
"ĠU",
"N"
],
[
"Ġun",
"ivers"
],
[
"Ġun",
"til"
],
[
"ĠW",
"hen"
],
[
"Ġus",
"ing"
],
[
"Ġter",
"rit"
],
[
"Ġne",
"ar"
],
[
"Ġne",
"xt"
],
[
"ĠH",
"igh"
],
[
"ĠH",
"ealth"
],
[
"ĠH",
"uman"
],
[
"20",
"21"
],
[
"Ġte",
"chniqu"
],
[
"Ġsu",
"ppress"
],
[
"act",
"er"
],
[
"Ġres",
"olution"
],
[
"et",
"al"
],
[
"et",
"ies"
],
[
"all",
"u"
],
[
"Ġad",
"justment"
],
[
"ort",
"ed"
],
[
"lic",
"it"
],
[
"ount",
"ains"
],
[
"Ġits",
"elf"
],
[
"ĠAdr",
"ar"
],
[
"enc",
"ies"
],
[
"Ġinf",
"er"
],
[
"Ġinf",
"lu"
],
[
"ire",
"d"
],
[
"Ġhe",
"ad"
],
[
"li",
"ed"
],
[
"li",
"ke"
],
[
"ĠK",
"ansas"
],
[
"Ġle",
"ft"
],
[
"Ġapp",
"lied"
],
[
"Ġmo",
"v"
],
[
"Ġelect",
"oral"
],
[
"ĠSt",
"ory"
],
[
"Ġpart",
"icular"
],
[
"fer",
"ent"
],
[
"ron",
"t"
],
[
"Ġk",
"nown"
],
[
"Ġsci",
"ence"
],
[
"Ġcl",
"oud"
],
[
"Ġman",
"ufact"
],
[
"Ġman",
"ifold"
],
[
"ĠRe",
"gion"
],
[
"Ġval",
"ues"
],
[
"ĠZ",
"ee"
],
[
"Ġsh",
"own"
],
[
"Ġmain",
"ly"
],
[
"Ġmain",
"tains"
],
[
"Ġev",
"en"
],
[
"Ġeff",
"orts"
],
[
"Ġ20",
"0"
],
[
"Ġfol",
"k"
],
[
"ĠCh",
"oum"
],
[
"Ġlif",
"el"
],
[
"aur",
"ant"
],
[
"Ġj",
"oin"
],
[
"hes",
"is"
],
[
"Ġcomp",
"ut"
],
[
"Ġcomp",
"osed"
],
[
"ĠV",
"itamin"
],
[
"Ġen",
"g"
],
[
"Ġen",
"vironment"
],
[
"ong",
"ed"
],
[
"Ġfe",
"ature"
],
[
"Ġfe",
"edback"
],
[
"olog",
"y"
],
[
"for",
"dshire"
],
[
"ĠSa",
"fety"
],
[
"Ġprodu",
"ct"
],
[
"Ġ198",
"0"
],
[
"Ġ198",
"7"
],
[
"Ġrespon",
"se"
],
[
"Ġprev",
"ent"
],
[
"ĠAf",
"yon"
],
[
"Ġdif",
"f"
],
[
"Ġdif",
"ferent"
],
[
"Ġmod",
"ern"
],
[
"Ġrec",
"ent"
],
[
"Ġrec",
"ord"
],
[
"Ġequ",
"ation"
],
[
"Ġnomin",
"ation"
],
[
"Ġcons",
"ist"
],
[
"Ġdevelop",
"ment"
],
[
"ĠEn",
"g"
],
[
"Ġlead",
"ing"
],
[
"Ġcoast",
"al"
],
[
"Ġimp",
"ort"
],
[
"Ġcorre",
"ct"
],
[
"Ġcorre",
"lation"
],
[
"Ġcar",
"riel"
],
[
"Ġsim",
"ple"
],
[
"Ġpur",
"g"
],
[
"Ġfiel",
"d"
],
[
"ĠCol",
"leges"
],
[
"ĠCol",
"ombia"
],
[
"Ġcommun",
"ic"
],
[
"Ġcommun",
"ity"
],
[
"Ġ197",
"5"
],
[
"Ġeffect",
"ively"
],
[
"Ġestab",
"lished"
],
[
"Ġ3",
"00"
],
[
"Ġaut",
"hor"
],
[
"Ġaut",
"onomous"
],
[
"Ġcent",
"er"
],
[
"Ġinst",
"ead"
],
[
"Ġbod",
"y"
],
[
"ĠArt",
"s"
],
[
"ĠArt",
"ist"
],
[
"Ġrecept",
"or"
],
[
"Ġcommon",
"ly"
],
[
"Ġelectron",
"ics"
],
[
"Ġtyp",
"ical"
],
[
"Ġcap",
"ac"
],
[
"Ġsa",
"id"
],
[
"Ġind",
"ep"
],
[
"Ġpol",
"itical"
],
[
"Ġfil",
"m"
],
[
"Ġdr",
"ive"
],
[
"ĠCon",
"stant"
],
[
"Ġregen",
"eration"
],
[
"amm",
"e"
],
[
"Ġprol",
"if"
],
[
"Ġprol",
"onged"
],
[
"ĠGe",
"orge"
],
[
"ĠLe",
"g"
],
[
"Ġtrad",
"itional"
],
[
"Ġtrans",
"p"
],
[
"Ġgener",
"ally"
],
[
"Ġpath",
"ways"
],
[
"Ġrepresent",
"ed"
],
[
"Ġexpress",
"ion"
],
[
"cast",
"ing"
],
[
"Ġqu",
"ality"
],
[
"Ġinit",
"ial"
],
[
"Ġpresent",
"ed"
],
[
"Ġder",
"iv"
],
[
"adi",
"ation"
],
[
"ilit",
"ary"
],
[
"ĠFurther",
"more"
],
[
"ĠWh",
"ite"
],
[
"Ġevolution",
"ary"
],
[
"Ġconsid",
"eration"
],
[
"Ġestablish",
"ment"
],
[
"Ġsynt",
"hesis"
],
[
"Ġtemper",
"ature"
],
[
"Ġtun",
"nel"
],
[
"Ġcirc",
"le"
],
[
"Ġsoci",
"eties"
],
[
"Ġper",
"iod"
],
[
"Ġfit",
"ness"
],
[
"Ġfib",
"er"
],
[
"ros",
"s"
],
[
"ĠAg",
"reement"
],
[
"Ġdig",
"ital"
],
[
"Ġref",
"lect"
],
[
"Ġrest",
"aurant"
],
[
"Ġrese",
"arch"
],
[
"Ġepis",
"ode"
],
[
"ĠBir",
"ming"
],
[
"ĠMal",
"e"
],
[
"ĠOx",
"fordshire"
],
[
"ĠOtt",
"oman"
],
[
"ĠNou",
"adhib"
],
[
"Ġneighb",
"ouring"
],
[
"Ġdesc",
"rib"
],
[
"Ġinteract",
"ion"
],
[
"Ġremov",
"ed"
],
[
"Ġstatist",
"ical"
],
[
"ĠAssemb",
"ly"
],
[
"Sci",
"entific"
],
[
"Un",
"ited"
],
[
"dis",
"ambigu"
],
[
"eÅŁ",
"ap"
],
[
"fel",
"d"
],
[
"yph",
"il"
],
[
"İsce",
"hisar"
],
[
"Ġamon",
"g"
],
[
"organiz",
"ing"
],
[
"Ġflas",
"k"
],
[
"Ġfund",
"amental"
],
[
"Ġbound",
"aries"
],
[
"ĠAri",
"as"
],
[
"Ġreac",
"hed"
],
[
"ĠSpan",
"ish"
],
[
"ĠBache",
"lor"
],
[
"Ġguit",
"ars"
],
[
"oplas",
"mic"
],
[
"Ġvap",
"or"
],
[
"Ġassoci",
"ated"
],
[
"ĠProgr",
"amme"
],
[
"Ġhyperplast",
"ic"
],
[
"Ġterrit",
"ory"
],
[
"Ġmanufact",
"urer"
],
[
"Ġindep",
"end"
],
[
"ĠBirming",
"ham"
],
[
"ĠNouadhib",
"ou"
],
[
"disambigu",
"ation"
],
[
".",
"\""
],
[
"0",
"5"
],
[
"1",
"0"
],
[
"1",
"2"
],
[
"6",
"5"
],
[
"6",
"7"
],
[
"7",
"18"
],
[
"A",
"l"
],
[
"A",
"n"
],
[
"A",
"r"
],
[
"A",
"t"
],
[
"B",
"angladesh"
],
[
"C",
"h"
],
[
"C",
"om"
],
[
"C",
"ity"
],
[
"C",
"GU"
],
[
"D",
"erepazarı"
],
[
"F",
"ishing"
],
[
"G",
"e"
],
[
"H",
"igh"
],
[
"I",
"I"
],
[
"L",
"ake"
],
[
"M",
"iss"
],
[
"M",
"emb"
],
[
"N",
"ot"
],
[
"N",
"ational"
],
[
"N",
"orth"
],
[
"N",
"ew"
],
[
"O",
"h"
],
[
"O",
"ther"
],
[
"O",
"ne"
],
[
"P",
"ro"
],
[
"P",
"arathyroid"
],
[
"P",
"iraziz"
],
[
"P",
"erform"
],
[
"R",
"e"
],
[
"S",
"outh"
],
[
"S",
"upporting"
],
[
"T",
"ertiary"
],
[
"a",
"e"
],
[
"a",
"is"
],
[
"a",
"im"
],
[
"a",
"ut"
],
[
"a",
"xim"
],
[
"b",
"ag"
],
[
"c",
"o"
],
[
"c",
"at"
],
[
"c",
"ar"
],
[
"c",
"le"
],
[
"c",
"ome"
],
[
"c",
"yc"
],
[
"d",
"le"
],
[
"e",
"f"
],
[
"e",
"ace"
],
[
"f",
"tw"
],
[
"g",
"g"
],
[
"g",
"t"
],
[
"g",
"al"
],
[
"g",
"ia"
],
[
"g",
"inia"
],
[
"h",
"ing"
],
[
"h",
"ak"
],
[
"h",
"old"
],
[
"i",
"er"
],
[
"i",
"us"
],
[
"i",
"ated"
],
[
"i",
"als"
],
[
"i",
"ations"
],
[
"i",
"pp"
],
[
"i",
"ents"
],
[
"j",
"unction"
],
[
"k",
"ing"
],
[
"k",
"ely"
],
[
"k",
"nown"
],
[
"l",
"o"
],
[
"l",
"in"
],
[
"l",
"ed"
],
[
"l",
"it"
],
[
"l",
"im"
],
[
"l",
"ess"
],
[
"l",
"ant"
],
[
"l",
"ands"
],
[
"l",
"ative"
],
[
"l",
"av"
],
[
"l",
"arg"
],
[
"l",
"iance"
],
[
"m",
"e"
],
[
"m",
"et"
],
[
"m",
"iss"
],
[
"n",
"ed"
],
[
"n",
"ot"
],
[
"n",
"ize"
],
[
"o",
"o"
],
[
"o",
"on"
],
[
"p",
"r"
],
[
"p",
"s"
],
[
"p",
"ir"
],
[
"p",
"her"
],
[
"p",
"arathyroidism"
],
[
"p",
"ri"
],
[
"r",
"a"
],
[
"r",
"um"
],
[
"r",
"ad"
],
[
"r",
"ical"
],
[
"r",
"act"
],
[
"r",
"ang"
],
[
"r",
"ps"
],
[
"s",
"u"
],
[
"s",
"on"
],
[
"s",
"ors"
],
[
"s",
"orption"
],
[
"s",
"peci"
],
[
"t",
"al"
],
[
"t",
"ion"
],
[
"t",
"ro"
],
[
"t",
"ate"
],
[
"t",
"ter"
],
[
"t",
"ain"
],
[
"t",
"inu"
],
[
"u",
"c"
],
[
"u",
"gh"
],
[
"v",
"ers"
],
[
"v",
"ant"
],
[
"v",
"enth"
],
[
"v",
"ador"
],
[
"w",
"est"
],
[
"w",
"here"
],
[
"w",
"ealth"
],
[
"x",
"in"
],
[
"x",
"yphil"
],
[
"y",
"s"
],
[
"y",
"t"
],
[
"y",
"ing"
],
[
"y",
"stem"
],
[
"y",
"mpt"
],
[
"Ã",
"Ń"
],
[
"Ġ",
"0"
],
[
"Ġ",
"4"
],
[
"Ġ",
"5"
],
[
"Ġ",
"9"
],
[
"Ġ",
"X"
],
[
"Ġ",
"Ã"
],
[
"Ġ",
"es"
],
[
"Ġ",
"ur"
],
[
"Ġ",
"il"
],
[
"Ġ",
"ir"
],
[
"Ġ",
"her"
],
[
"Ġ",
"ess"
],
[
"Ġ",
"ident"
],
[
"Ġt",
"reat"
],
[
"Ġt",
"aking"
],
[
"Ġt",
"angent"
],
[
"Ġa",
"c"
],
[
"Ġa",
"chiev"
],
[
"he",
"tic"
],
[
"in",
"a"
],
[
"in",
"ical"
],
[
"in",
"ding"
],
[
"in",
"ery"
],
[
"in",
"ius"
],
[
"Ġo",
"pp"
],
[
"Ġo",
"ld"
],
[
"Ġo",
"xyphil"
],
[
"at",
"or"
],
[
"at",
"it"
],
[
"at",
"ics"
],
[
"at",
"ively"
],
[
"on",
"s"
],
[
"on",
"al"
],
[
"on",
"it"
],
[
"on",
"duct"
],
[
"Ġthe",
"ory"
],
[
"er",
"ing"
],
[
"er",
"ate"
],
[
"er",
"ative"
],
[
"er",
"osp"
],
[
"re",
"ater"
],
[
"re",
"lated"
],
[
"is",
"lative"
],
[
"al",
"k"
],
[
"al",
"u"
],
[
"al",
"an"
],
[
"al",
"ed"
],
[
"al",
"ent"
],
[
"al",
"vador"
],
[
"ar",
"c"
],
[
"ar",
"ly"
],
[
"ar",
"ri"
],
[
"or",
"ic"
],
[
"or",
"os"
],
[
"or",
"ous"
],
[
"or",
"ld"
],
[
"or",
"cyc"
],
[
"Ġc",
"ut"
],
[
"Ġc",
"oun"
],
[
"Ġc",
"li"
],
[
"Ġc",
"ases"
],
[
"Ġc",
"ause"
],
[
"Ġc",
"are"
],
[
"Ġc",
"odes"
],
[
"Ġc",
"lass"
],
[
"Ġc",
"ross"
],
[
"es",
"is"
],
[
"es",
"icles"
],
[
"es",
"feld"
],
[
"Ġs",
"ing"
],
[
"Ġs",
"us"
],
[
"Ġs",
"and"
],
[
"Ġs",
"pon"
],
[
"Ġs",
"ite"
],
[
"Ġs",
"ong"
],
[
"Ġs",
"outhern"
],
[
"an",
"c"
],
[
"an",
"k"
],
[
"an",
"y"
],
[
"an",
"ts"
],
[
"an",
"cre"
],
[
"an",
"ces"
],
[
"an",
"ama"
],
[
"an",
"ufact"
],
[
"an",
"ese"
],
[
"ed",
"y"
],
[
"ic",
"es"
],
[
"ic",
"le"
],
[
"ic",
"ies"
],
[
"ic",
"ke"
],
[
"ic",
"als"
],
[
"ic",
"ial"
],
[
"ic",
"inius"
],
[
"ic",
"onduct"
],
[
"Ġp",
"res"
],
[
"Ġp",
"ost"
],
[
"Ġp",
"ure"
],
[
"Ġp",
"hysical"
],
[
"Ġp",
"erfor"
],
[
"Ġp",
"alm"
],
[
"Ġp",
"ancre"
],
[
"it",
"s"
],
[
"it",
"her"
],
[
"it",
"tle"
],
[
"it",
"utions"
],
[
"Ġan",
"t"
],
[
"Ġan",
"al"
],
[
"Ġf",
"at"
],
[
"Ġf",
"un"
],
[
"Ġf",
"ul"
],
[
"Ġf",
"ac"
],
[
"Ġf",
"ore"
],
[
"Ġf",
"our"
],
[
"Ġf",
"ree"
],
[
"Ġf",
"lu"
],
[
"Ġf",
"ins"
],
[
"Ġb",
"r"
],
[
"Ġb",
"est"
],
[
"Ġb",
"ase"
],
[
"Ġw",
"on"
],
[
"as",
"is"
],
[
"ĠA",
"c"
],
[
"ĠA",
"cc"
],
[
"Ġd",
"om"
],
[
"Ġd",
"ia"
],
[
"Ġd",
"ress"
],
[
"Ġd",
"yn"
],
[
"Ġd",
"edic"
],
[
"Ġm",
"ar"
],
[
"Ġm",
"us"
],
[
"Ġm",
"ot"
],
[
"Ġm",
"ult"
],
[
"Ġm",
"ater"
],
[
"Ġm",
"ake"
],
[
"Ġm",
"ach"
],
[
"Ġm",
"iniseries"
],
[
"Ġm",
"aking"
],
[
"Ġm",
"etal"
],
[
"Ġm",
"ountains"
],
[
"Ġm",
"onit"
],
[
"ĠC",
"E"
],
[
"ĠC",
"l"
],
[
"ĠC",
"ine"
],
[
"ĠC",
"ivil"
],
[
"ĠC",
"ode"
],
[
"ĠC",
"rus"
],
[
"Ġh",
"on"
],
[
"Ġh",
"ol"
],
[
"Ġh",
"ig"
],
[
"Ġh",
"ome"
],
[
"Ġh",
"owever"
],
[
"Ġto",
"wards"
],
[
"Ġto",
"tal"
],
[
"Ġre",
"ly"
],
[
"Ġre",
"qu"
],
[
"Ġre",
"lation"
],
[
"Ġre",
"tic"
],
[
"Ġre",
"cip"
],
[
"om",
"y"
],
[
"om",
"es"
],
[
"om",
"en"
],
[
"om",
"as"
],
[
"om",
"ine"
],
[
"Ġe",
"c"
],
[
"Ġe",
"ach"
],
[
"Ġe",
"arly"
],
[
"Ġe",
"ither"
],
[
"ĠS",
"he"
],
[
"ĠS",
"er"
],
[
"ĠS",
"mall"
],
[
"ĠS",
"erv"
],
[
"ĠS",
"outhern"
],
[
"ĠS",
"rps"
],
[
"ĠS",
"alvador"
],
[
"el",
"ing"
],
[
"st",
"e"
],
[
"st",
"ood"
],
[
"ĠT",
"ab"
],
[
"id",
"ual"
],
[
"Ġn",
"on"
],
[
"Ġn",
"ation"
],
[
"Ġn",
"um"
],
[
"Ġn",
"umb"
],
[
"Ġn",
"orm"
],
[
"Ġn",
"atural"
],
[
"Ġn",
"orthern"
],
[
"Ġn",
"omine"
],
[
"um",
"in"
],
[
"Ġfor",
"ce"
],
[
"Ġfor",
"ces"
],
[
"pe",
"t"
],
[
"Ġl",
"ate"
],
[
"Ġl",
"ine"
],
[
"Ġl",
"anding"
],
[
"Ġl",
"abor"
],
[
"Ġl",
"arge"
],
[
"Ġl",
"ittle"
],
[
"Ġth",
"ough"
],
[
"ol",
"ate"
],
[
"ol",
"ved"
],
[
"ol",
"iberal"
],
[
"ol",
"ina"
],
[
"ĠB",
"e"
],
[
"ĠB",
"el"
],
[
"ĠB",
"ig"
],
[
"ĠB",
"il"
],
[
"ĠB",
"ud"
],
[
"ĠB",
"ack"
],
[
"ĠB",
"oy"
],
[
"ĠB",
"angladesh"
],
[
"Ġbe",
"fore"
],
[
"Ġbe",
"yon"
],
[
"Ġbe",
"tter"
],
[
"un",
"ter"
],
[
"un",
"ds"
],
[
"ig",
"an"
],
[
"ul",
"ation"
],
[
"ul",
"um"
],
[
"ul",
"ates"
],
[
"ce",
"ption"
],
[
"us",
"ion"
],
[
"ad",
"o"
],
[
"ad",
"justment"
],
[
"ur",
"ation"
],
[
"ur",
"ate"
],
[
"il",
"ities"
],
[
"iv",
"en"
],
[
"iv",
"ed"
],
[
"iv",
"ating"
],
[
"iv",
"idual"
],
[
"em",
"or"
],
[
"em",
"por"
],
[
"Ġg",
"e"
],
[
"Ġg",
"o"
],
[
"Ġg",
"et"
],
[
"Ġg",
"ran"
],
[
"Ġg",
"roup"
],
[
"Ġg",
"rew"
],
[
"ot",
"a"
],
[
"ot",
"o"
],
[
"ot",
"ed"
],
[
"ci",
"ent"
],
[
"ci",
"ences"
],
[
"op",
"s"
],
[
"op",
"eration"
],
[
"ut",
"es"
],
[
"ac",
"y"
],
[
"ir",
"d"
],
[
"ir",
"l"
],
[
"ir",
"ginia"
],
[
"ly",
"ing"
],
[
"os",
"en"
],
[
"os",
"ite"
],
[
"os",
"lav"
],
[
"Ġal",
"umin"
],
[
"ĠM",
"e"
],
[
"ĠM",
"us"
],
[
"ĠM",
"ich"
],
[
"ĠM",
"ill"
],
[
"ĠM",
"iss"
],
[
"ĠM",
"ass"
],
[
"ĠM",
"oon"
],
[
"ĠM",
"anufact"
],
[
"ĠThe",
"re"
],
[
"Ġor",
"ig"
],
[
"if",
"e"
],
[
"if",
"f"
],
[
"if",
"th"
],
[
"if",
"ied"
],
[
"Ġon",
"to"
],
[
"ĠI",
"f"
],
[
"ĠR",
"ed"
],
[
"ĠR",
"ican"
],
[
"ĠR",
"ailway"
],
[
"ĠR",
"ole"
],
[
"Ġv",
"ect"
],
[
"Ġv",
"olt"
],
[
"Ġv",
"esicles"
],
[
"Ġare",
"as"
],
[
"ourt",
"h"
],
[
"Ġwith",
"in"
],
[
"ĠD",
"u"
],
[
"ĠD",
"ent"
],
[
"ĠD",
"ay"
],
[
"ĠD",
"oy"
],
[
"Ġas",
"pect"
],
[
"Ġas",
"pir"
],
[
"Ġpro",
"gr"
],
[
"Ġpro",
"te"
],
[
"ow",
"er"
],
[
"Ġ(",
")"
],
[
"ĠAppe",
"al"
],
[
"Ġcon",
"fer"
],
[
"Ġcon",
"ject"
],
[
"Ġcon",
"duct"
],
[
"Ġcon",
"nect"
],
[
"Ġex",
"ist"
],
[
"Ġst",
"ain"
],
[
"Ġst",
"and"
],
[
"Ġst",
"ren"
],
[
"Ġst",
"ron"
],
[
"Ġst",
"age"
],
[
"Ġst",
"art"
],
[
"pt",
"s"
],
[
"ers",
"hip"
],
[
"th",
"od"
],
[
"lev",
"enth"
],
[
"ĠP",
"a"
],
[
"ĠP",
"h"
],
[
"ĠP",
"l"
],
[
"ĠP",
"art"
],
[
"ĠP",
"erform"
],
[
"ĠP",
"eace"
],
[
"ĠP",
"anama"
],
[
"Ġpump",
"s"
],
[
"Ġse",
"lect"
],
[
"Ġse",
"aled"
],
[
"ie",
"ve"
],
[
"ĠF",
"ront"
],
[
"ĠF",
"ourth"
],
[
"ĠG",
"od"
],
[
"ĠG",
"eop"
],
[
"ĠG",
"overn"
],
[
"ĠG",
"roup"
],
[
"ĠG",
"reater"
],
[
"Ġr",
"ivers"
],
[
"Ġr",
"uns"
],
[
"Ġr",
"adiation"
],
[
"oun",
"ts"
],
[
"ab",
"our"
],
[
"ab",
"sorption"
],
[
"ĠL",
"icinius"
],
[
"ĠL",
"abour"
],
[
"est",
"ed"
],
[
"ect",
"omy"
],
[
"Ġcom",
"e"
],
[
"Ġcom",
"es"
],
[
"ay",
"ed"
],
[
"ost",
"asis"
],
[
"ess",
"ful"
],
[
"iz",
"ed"
],
[
"oc",
"rat"
],
[
"Ġcan",
"not"
],
[
"ib",
"eration"
],
[
"ĠE",
"leventh"
],
[
"ĠO",
"ff"
],
[
"ĠO",
"ld"
],
[
"ĠIn",
"ter"
],
[
"Ġ19",
"4"
],
[
"Ġ19",
"50"
],
[
"mer",
"gen"
],
[
"se",
"ud"
],
[
"ĠN",
"o"
],
[
"ĠN",
"ation"
],
[
"ĠW",
"il"
],
[
"ĠW",
"est"
],
[
"ĠW",
"ales"
],
[
"Ġinc",
"ome"
],
[
"Ġter",
"ms"
],
[
"Ġparathyroid",
"ectomy"
],
[
"Ġne",
"ed"
],
[
"Ġne",
"ck"
],
[
"Ġne",
"oliberal"
],
[
"ĠH",
"orn"
],
[
"ĠH",
"owever"
],
[
"ĠH",
"yper"
],
[
"ĠH",
"unter"
],
[
"20",
"22"
],
[
"ore",
"d"
],
[
"Ġanim",
"e"
],
[
"Ġanim",
"ation"
],
[
"List",
"s"
],
[
"mon",
"wealth"
],
[
"Ġte",
"a"
],
[
"ver",
"y"
],
[
"Ġsu",
"gg"
],
[
"Ġres",
"orption"
],
[
"Ġkey",
"ed"
],
[
"Ġha",
"z"
],
[
"Ġha",
"ving"
],
[
"Ġha",
"ppen"
],
[
"pect",
"ed"
],
[
"cc",
"essful"
],
[
"Ġad",
"ip"
],
[
"lic",
"ations"
],
[
"Ġtr",
"act"
],
[
"In",
"digenous"
],
[
"In",
"ternational"
],
[
"ap",
"hy"
],
[
"ap",
"oor"
],
[
"ap",
"anese"
],
[
"Ġloc",
"al"
],
[
"Ġch",
"ron"
],
[
"Ġch",
"urches"
],
[
"Ġch",
"ild"
],
[
"Ġch",
"osen"
],
[
"Ġcre",
"ated"
],
[
"Ġdes",
"ign"
],
[
"Ġdes",
"orb"
],
[
"Ġhe",
"at"
],
[
"Ġhe",
"ld"
],
[
"Ġhe",
"ights"
],
[
"li",
"ka"
],
[
"ĠJ",
"ose"
],
[
"ĠJ",
"apanese"
],
[
"Ġact",
"ors"
],
[
"Ġact",
"ually"
],
[
"ord",
"ial"
],
[
"Ġinclud",
"ing"
],
[
"cre",
"te"
],
[
"ĠK",
"ore"
],
[
"ĠK",
"iev"
],
[
"ĠK",
"eÅŁap"
],
[
"ĠK",
"apoor"
],
[
"Ġle",
"gal"
],
[
"Ġother",
"s"
],
[
"Ġco",
"operation"
],
[
"Ġchar",
"ges"
],
[
"Ġchar",
"acter"
],
[
"our",
"i"
],
[
"end",
"er"
],
[
"Ġpre",
"m"
],
[
"Ġpre",
"p"
],
[
"Ġpre",
"dic"
],
[
"Ġelect",
"ed"
],
[
"Ġelect",
"ric"
],
[
"Ġelect",
"ions"
],
[
"Ġgen",
"re"
],
[
"Ġgen",
"et"
],
[
"Ġcont",
"ain"
],
[
"Ġcont",
"ex"
],
[
"Ġcont",
"roll"
],
[
"Ġcalci",
"fic"
],
[
"ĠSe",
"venth"
],
[
"Ġpart",
"ly"
],
[
"ub",
"lika"
],
[
"âĢ",
"Ķ"
],
[
"Ġk",
"m"
],
[
"Ġro",
"om"
],
[
"Ġro",
"oms"
],
[
"Ġro",
"ugh"
],
[
"Ġro",
"utes"
],
[
"Ġlev",
"er"
],
[
"Ġlev",
"el"
],
[
"Ġlev",
"ers"
],
[
"Ġcount",
"ries"
],
[
"og",
"nize"
],
[
"Ġcl",
"ose"
],
[
"Ġcl",
"inical"
],
[
"ĠAn",
"il"
],
[
"ĠAn",
"imated"
],
[
"ĠZ",
"CTAs"
],
[
"Ġim",
"age"
],
[
"Ġacc",
"om"
],
[
"Ġacc",
"ording"
],
[
"Ġacc",
"urate"
],
[
"Ġacc",
"ounts"
],
[
"Ġsh",
"ort"
],
[
"Ġmain",
"st"
],
[
"Ġev",
"ents"
],
[
"Ġev",
"alu"
],
[
"Ġeff",
"ici"
],
[
"hys",
"ics"
],
[
"Ġ20",
"20"
],
[
"Ġ20",
"00"
],
[
"Ġdo",
"or"
],
[
"Ġdo",
"ors"
],
[
"ĠCh",
"ief"
],
[
"cept",
"able"
],
[
"bs",
"ite"
],
[
"Ġthere",
"fore"
],
[
"Ġcol",
"labor"
],
[
"Ġsp",
"ur"
],
[
"Ġsie",
"ge"
],
[
"Ġpat",
"tern"
],
[
"Ġpat",
"ient"
],
[
"Ġpat",
"ients"
],
[
"Ġprim",
"ordial"
],
[
"ĠCom",
"miss"
],
[
"ĠCom",
"monwealth"
],
[
"Ġrel",
"ations"
],
[
"Ġrel",
"ief"
],
[
"Ġrel",
"atively"
],
[
"Ġli",
"kely"
],
[
"ag",
"on"
],
[
"mun",
"ity"
],
[
"ĠV",
"is"
],
[
"ĠV",
"irginia"
],
[
"Ġen",
"larg"
],
[
"Ġfe",
"atures"
],
[
"Ġfe",
"eling"
],
[
"Ġrep",
"orted"
],
[
"Ġform",
"ation"
],
[
"Ġallow",
"ed"
],
[
"velop",
"ment"
],
[
"Ġsign",
"s"
],
[
"Ġwor",
"ld"
],
[
"Ġwor",
"ks"
],
[
"Ġhigh",
"ly"
],
[
"Ġhigh",
"light"
],
[
"Ġlow",
"er"
],
[
"Ġlow",
"ered"
],
[
"Ġprodu",
"ction"
],
[
"Ġ198",
"1"
],
[
"Ġty",
"pe"
],
[
"hem",
"atics"
],
[
"hem",
"icals"
],
[
"Ġopen",
"ed"
],
[
"Ġopen",
"ing"
],
[
"ern",
"ess"
],
[
"Ġinter",
"est"
],
[
"Ġwe",
"ak"
],
[
"Ġdist",
"ingu"
],
[
"Ġdif",
"fic"
],
[
"Ġrec",
"ognize"
],
[
"Ġequ",
"als"
],
[
"ĠTh",
"us"
],
[
"ĠTh",
"ames"
],
[
"Ġnomin",
"ated"
],
[
"Ġorganiz",
"ation"
],
[
"Ġprom",
"ote"
],
[
"Ġprom",
"oted"
],
[
"ĠEn",
"ter"
],
[
"ĠEn",
"vironment"
],
[
"Ġ199",
"0"
],
[
"Ġ199",
"4"
],
[
"Ġ199",
"7"
],
[
"Ġunder",
"stood"
],
[
"Ġsub",
"mit"
],
[
"Ġsub",
"urbs"
],
[
"Ġimp",
"osed"
],
[
"Ġimp",
"rov"
],
[
"Ġcorre",
"ction"
],
[
"ĠByzant",
"ine"
],
[
"Ġthrough",
"out"
],
[
"19",
"13"
],
[
"19",
"94"
],
[
"io",
"gen"
],
[
"io",
"xin"
],
[
"Ġent",
"ities"
],
[
"Ġar",
"ise"
],
[
"Ġappe",
"als"
],
[
"Ġsur",
"v"
],
[
"Ġpur",
"pos"
],
[
"Ġpix",
"els"
],
[
"ĠAl",
"liance"
],
[
"ĠCol",
"umb"
],
[
"Ġbec",
"ame"
],
[
"Ġhyperplas",
"ic"
],
[
"Ġcommun",
"ities"
],
[
"Ġ196",
"0"
],
[
"Ġappro",
"ach"
],
[
"Ġappro",
"xim"
],
[
"Ġappro",
"aches"
],
[
"Ġappro",
"pri"
],
[
"Ġfollow",
"ed"
],
[
"inn",
"er"
],
[
"Ġinst",
"itutions"
],
[
"Ġren",
"amed"
],
[
"ĠDe",
"war"
],
[
"ĠDe",
"velopment"
],
[
"Ġcond",
"ens"
],
[
"Ġchan",
"ge"
],
[
"ĠJun",
"os"
],
[
"Ġelectron",
"ic"
],
[
"Ġgrow",
"ing"
],
[
"Ġeconom",
"y"
],
[
"Ġsecret",
"ion"
],
[
"Ġsecret",
"ary"
],
[
"Ġsecret",
"ory"
],
[
"are",
"d"
],
[
"ogr",
"aphy"
],
[
"Ġag",
"ain"
],
[
"Ġag",
"gress"
],
[
"Ġsa",
"f"
],
[
"Ġindu",
"ction"
],
[
"Ġpol",
"icies"
],
[
"Ġann",
"ual"
],
[
"Ġfil",
"ed"
],
[
"Ġfam",
"ily"
],
[
"ĠAr",
"ms"
],
[
"ĠAr",
"my"
],
[
"Ġme",
"ans"
],
[
"Ġme",
"chan"
],
[
"Ġmed",
"ian"
],
[
"ĠCon",
"ference"
],
[
"Ġregen",
"erated"
],
[
"Ġformer",
"ly"
],
[
"Ġvess",
"els"
],
[
"200",
"2"
],
[
"200",
"3"
],
[
"200",
"9"
],
[
"Ġcool",
"ing"
],
[
"Ġgener",
"ate"
],
[
"Ġcontinu",
"ed"
],
[
"Ġproble",
"ms"
],
[
"Ġexpress",
"ed"
],
[
"ĠAfric",
"an"
],
[
"Ġdistrib",
"utions"
],
[
"Ġappear",
"ance"
],
[
"Ġpixel",
"ated"
],
[
"Ġcurrent",
"ly"
],
[
"Ġmunicipal",
"ity"
],
[
"cast",
"le"
],
[
"Ġend",
"oplasmic"
],
[
"Ġinit",
"ials"
],
[
"Ġbi",
"as"
],
[
"Ġbi",
"ology"
],
[
"Ġbuil",
"t"
],
[
"Ġbuil",
"ding"
],
[
"Ġder",
"ive"
],
[
"ĠDr",
"ama"
],
[
"Ġconf",
"lic"
],
[
"ĠNew",
"castle"
],
[
"Ġneg",
"ot"
],
[
"Ġneg",
"ative"
],
[
"201",
"0"
],
[
"201",
"6"
],
[
"Ġsynt",
"hetic"
],
[
"Ġtemper",
"atures"
],
[
"Ġtend",
"erness"
],
[
"Ġost",
"e"
],
[
"Ġost",
"eop"
],
[
"Ġsol",
"id"
],
[
"Ġfoc",
"us"
],
[
"Ġfoc",
"uses"
],
[
"Ġbas",
"is"
],
[
"Ġbel",
"ow"
],
[
"Ġbel",
"ieve"
],
[
"Ġmat",
"hematics"
],
[
"ĠCo",
"ast"
],
[
"ĠCo",
"esfeld"
],
[
"ĠCar",
"olina"
],
[
"Ġrev",
"olt"
],
[
"Ġrece",
"ived"
],
[
"Ġgovern",
"ance"
],
[
"Ġprov",
"ides"
],
[
"Ġexc",
"lus"
],
[
"Ġdec",
"ade"
],
[
"Ġdegr",
"aded"
],
[
"ĠFed",
"eral"
],
[
"ĠFed",
"eration"
],
[
"ĠInd",
"ia"
],
[
"Ġresult",
"ing"
],
[
"Ġaden",
"oma"
],
[
"Ġabs",
"ence"
],
[
"ĠRep",
"ublic"
],
[
"ĠRep",
"ublika"
],
[
"Ġweight",
"ing"
],
[
"ĠSocial",
"ist"
],
[
"Ġsimilar",
"ity"
],
[
"ograph",
"ic"
],
[
"Ġoccur",
"s"
],
[
"Ġobserv",
"ed"
],
[
"Ġdirect",
"ly"
],
[
"Ġadsorb",
"ed"
],
[
"37",
"8"
],
[
"ca",
"em"
],
[
"cou",
"ts"
],
[
"kara",
"hisar"
],
[
"Ġtub",
"ing"
],
[
"Ġaff",
"airs"
],
[
"rep",
"lication"
],
[
"Ġcle",
"an"
],
[
"Ġcot",
"angent"
],
[
"Ġcry",
"st"
],
[
"Ġcult",
"ural"
],
[
"Ġcaus",
"ed"
],
[
"Ġsum",
"mer"
],
[
"Ġsem",
"iconduct"
],
[
"Ġsens",
"ing"
],
[
"Ġfill",
"ed"
],
[
"Ġwinn",
"ers"
],
[
"Ġdem",
"ocrat"
],
[
"Ġmal",
"absorption"
],
[
"Ġmass",
"acre"
],
[
"ĠCrim",
"inal"
],
[
"ĠCard",
"iff"
],
[
"Ġhist",
"oric"
],
[
"Ġhouse",
"hold"
],
[
"Ġredu",
"ced"
],
[
"ĠSo",
"ftw"
],
[
"ĠSard",
"inia"
],
[
"Ġlos",
"s"
],
[
"Ġlarg",
"est"
],
[
"ĠBrid",
"ge"
],
[
"ĠBroad",
"casting"
],
[
"ĠRus",
"s"
],
[
"Ġveh",
"icles"
],
[
"ĠDiv",
"ision"
],
[
"ĠDoc",
"im"
],
[
"Ġconcern",
"ed"
],
[
"ĠFran",
"cis"
],
[
"ĠGoth",
"ic"
],
[
"Ġran",
"ked"
],
[
"Ġunivers",
"e"
],
[
"ĠHigh",
"lands"
],
[
"Ġtechniqu",
"e"
],
[
"Ġsuppress",
"or"
],
[
"Ġmov",
"ement"
],
[
"Ġlifel",
"ike"
],
[
"Ġjoin",
"t"
],
[
"Ġeng",
"ine"
],
[
"Ġfeature",
"d"
],
[
"ĠAfyon",
"karahisar"
],
[
"Ġrecent",
"ly"
],
[
"ĠEng",
"lish"
],
[
"Ġimport",
"ant"
],
[
"Ġpurg",
"ing"
],
[
"Ġcommunic",
"ation"
],
[
"Ġauthor",
"ities"
],
[
"ĠConstant",
"ine"
],
[
"Ġprolif",
"erative"
],
[
"ĠLeg",
"islative"
],
[
"Ġtransp",
"ort"
],
[
"Ġdescrib",
"ed"
],
[
"Ġindepend",
"ence"
],
[
"Ch",
"oum"
],
[
"Memb",
"ers"
],
[
"Oh",
"io"
],
[
"Pro",
"ble"
],
[
"Perform",
"ers"
],
[
"gt",
"hen"
],
[
"hak",
"a"
],
[
"pher",
"d"
],
[
"vant",
"ages"
],
[
"Ġil",
"licit"
],
[
"Ġess",
"ential"
],
[
"Ġtreat",
"ment"
],
[
"Ġopp",
"osite"
],
[
"atit",
"is"
],
[
"erosp",
"ace"
],
[
"arri",
"ed"
],
[
"Ġsus",
"pected"
],
[
"Ġsand",
"y"
],
[
"Ġspon",
"sors"
],
[
"Ġpres",
"ence"
],
[
"Ġperfor",
"ated"
],
[
"Ġpancre",
"atitis"
],
[
"Ġfun",
"ctions"
],
[
"Ġful",
"ly"
],
[
"Ġdom",
"ain"
],
[
"Ġdyn",
"am"
],
[
"Ġdedic",
"ated"
],
[
"Ġmus",
"cle"
],
[
"Ġmot",
"orcyc"
],
[
"Ġmater",
"ial"
],
[
"Ġmach",
"inery"
],
[
"Ġhig",
"hest"
],
[
"Ġhome",
"ostasis"
],
[
"Ġretic",
"ulum"
],
[
"Ġrecip",
"ient"
],
[
"ĠSrps",
"ka"
],
[
"Ġnum",
"erous"
],
[
"Ġnumb",
"er"
],
[
"Ġlanding",
"s"
],
[
"Ġlabor",
"atory"
],
[
"ĠBil",
"ateral"
],
[
"Ġbeyon",
"d"
],
[
"empor",
"ary"
],
[
"ĠMich",
"ael"
],
[
"ĠManufact",
"uring"
],
[
"Ġvect",
"or"
],
[
"Ġvolt",
"age"
],
[
"ĠDoy",
"a"
],
[
"Ġaspir",
"ator"
],
[
"Ġprote",
"in"
],
[
"Ġconfer",
"ences"
],
[
"Ġconject",
"ure"
],
[
"Ġstren",
"gthen"
],
[
"Ġstron",
"g"
],
[
"ĠPerform",
"ance"
],
[
"ĠGovern",
"ment"
],
[
"Ġrivers",
"ide"
],
[
"ĠOld",
"est"
],
[
"mergen",
"cy"
],
[
"Ġsugg",
"ested"
],
[
"Ġchron",
"ic"
],
[
"Ġchild",
"ren"
],
[
"Ġcharacter",
"istic"
],
[
"Ġcontex",
"ts"
],
[
"Ġcalcific",
"ations"
],
[
"Ġeffici",
"ency"
],
[
"Ġcollabor",
"ation"
],
[
"ĠCommiss",
"ion"
],
[
"Ġenlarg",
"ement"
],
[
"Ġhighlight",
"ed"
],
[
"Ġdiffic",
"ult"
],
[
"Ġpurpos",
"es"
],
[
"ĠColumb",
"ia"
],
[
"Ġexclus",
"ively"
],
[
"Ġsemiconduct",
"or"
],
[
"Ġdemocrat",
"ically"
],
[
"ĠSoftw",
"are"
]
]
}
}