1 line
No EOL
85 KiB
JavaScript
1 line
No EOL
85 KiB
JavaScript
var Module=typeof pyodide._module!=="undefined"?pyodide._module:{};Module.checkABI(1);if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0;Module.finishedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH;if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}else{throw"using preloaded data can only be done on a web page or in a web worker"}var PACKAGE_NAME="nltk.data";var REMOTE_PACKAGE_BASE="nltk.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata.remote_package_size;var PACKAGE_UUID=metadata.package_uuid;function fetchRemotePackage(packageName,packageSize,callback,errback){var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","bin",true,true);Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.8",true,true);Module["FS_createPath"]("/lib/python3.8","site-packages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages","nltk-3.5-py3.8.egg-info",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages","nltk",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","corpus",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk/corpus","reader",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","classify",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","tag",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","cluster",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","sentiment",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","lm",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","translate",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","stem",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","test",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk/test","unit",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk/test/unit","lm",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk/test/unit","translate",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","sem",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","parse",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","chat",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","tbl",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","draw",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","inference",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","metrics",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","app",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","misc",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","chunk",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","twitter",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","ccg",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/nltk","tokenize",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};function processPackageData(arrayBuffer){Module.finishedDataFileDownloads++;assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:2867169,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1173,2201,2968,3906,4652,5393,6636,8014,9283,10149,10759,11686,12759,13897,15150,16347,17600,18718,19920,21090,22303,23498,24678,25925,26831,27761,28976,30080,31219,32151,33444,34501,35577,36772,37656,38724,39706,40765,42063,43353,44765,46040,47053,48701,49956,51002,52176,53330,54416,55501,56914,58029,58916,59936,60929,62106,63412,64573,65925,67057,68414,69648,70993,72041,73130,74347,75518,76837,78035,79186,80257,81326,82451,83596,84727,86157,87280,88501,89868,91514,93028,94458,95788,96973,98235,99495,100802,102088,103286,104074,105086,106135,107224,107953,109087,110322,111286,112366,113575,115029,116060,117320,118583,119903,121102,122229,123604,124903,125804,126984,127940,129159,130408,131652,132995,134452,135894,137287,138333,139507,140750,142106,143138,144391,145640,146572,147801,148996,150126,151034,152021,153178,154401,155629,156708,157721,158946,160101,161126,162331,163499,164483,165704,166921,168167,169636,171171,172499,173799,174885,176033,177402,178917,179984,181126,182389,183518,184607,185522,186271,187388,188459,189616,190852,191788,192870,194031,195468,196811,198079,198919,199994,201047,202072,203208,204260,205412,206454,207528,208450,209556,210680,211709,212777,213930,215014,215946,217148,218373,219467,220598,221692,222912,224095,225357,226601,227958,229343,230653,231642,232660,233804,234941,235968,237008,237930,239155,240363,241172,242035,243093,244084,245165,246400,247324,248290,249315,250301,251473,252612,253722,254981,256304,257481,258729,259825,260919,261975,263108,264191,265313,266416,267559,268583,269642,270848,271968,272919,273981,274856,275981,276998,277959,279206,280299,281356,282696,283934,285223,286317,287614,288716,289834,290852,291951,293314,294379,295534,296632,297645,298914,300101,301490,302375,303755,305103,306190,307501,309025,310152,311232,312577,313514,314519,315207,316e3,316594,317241,318552,319715,320836,322070,322970,323919,324963,326275,327776,329131,330564,331659,332630,333183,334189,335233,336289,337462,338543,339689,340762,341527,342420,343551,344561,345595,346770,347756,348748,349778,350943,352055,353128,354273,355240,356232,357326,358190,359301,360375,361301,362488,363645,364733,365779,366779,367843,369050,370295,371625,372754,373768,375055,376252,377265,378515,379590,380569,381579,382584,383630,384704,385975,387181,388420,389569,391162,392354,393729,394682,395848,396945,398208,399283,400234,401325,402438,403517,405e3,406166,407111,408080,409063,410050,410992,412155,413435,414439,415755,417144,418290,419037,420288,421547,422531,423874,425016,426100,427427,428457,429211,430245,431348,432636,434124,435428,436569,437668,438991,440115,441221,442428,443345,444461,445511,446181,447521,448831,450273,451393,452483,453371,454649,455963,457254,458225,459620,460854,462040,463018,464215,465410,466555,467589,468999,470227,471283,472737,474162,475256,476519,477527,478544,479513,480688,481623,482571,483593,484911,485814,486827,487782,488747,489804,490819,491844,492870,493943,494678,495494,496588,497635,499171,500444,501455,502520,503415,504458,505409,506350,507335,508040,508897,509696,511116,512300,513307,514297,515771,516881,518186,518862,519601,520576,521694,523003,524450,525639,526766,527843,528628,529716,531103,532224,533217,534163,535037,536091,537464,538503,539116,540032,541006,541972,543065,544161,545301,546476,547695,548898,550093,551564,552506,553436,554862,556087,557443,558759,560158,561314,562544,563668,564785,565800,567184,568385,569543,570100,571487,572809,574119,575065,576213,577563,578670,579804,580916,582095,583153,584082,585302,586439,587117,588089,589360,590129,591110,592294,593612,594738,595747,596821,597755,598817,599943,600703,601390,601782,602916,604164,605315,606767,608041,608973,610264,611608,612729,613933,615417,616879,617803,618407,619759,620737,622019,622913,623908,625e3,626152,627385,628523,629551,630802,632113,633528,634797,635766,637009,638236,639534,640646,641780,642898,644094,645035,646184,647311,648331,649417,650447,651292,652055,653152,654289,655538,656795,657653,658970,660129,661158,662210,662676,663169,663954,665362,666268,666804,667869,668857,669674,671053,672043,672788,674055,675220,676230,677432,678502,679675,680511,681383,682502,683921,684597,685288,686248,687065,688169,689354,690113,690749,692102,692980,693905,694821,696125,697538,698699,700055,701094,702500,703894,705065,706324,707256,708010,709051,710233,711600,712362,713676,714643,715335,716470,717443,718593,719682,720636,721965,723267,723947,725351,726578,727484,728714,729974,730984,732372,733798,735009,736162,737368,738483,739505,740742,741955,743210,744362,745323,746699,747866,748992,750388,751587,752699,753945,754896,755939,757061,758102,758801,759851,761393,762499,763887,764654,766081,767209,768428,769431,770678,771664,772659,773704,774515,775804,776718,778211,779468,780876,782109,783317,784598,785766,787057,788237,789484,790682,792061,793094,794232,795713,796986,798065,799185,800353,801628,802621,803792,804969,806131,807149,808162,809378,810588,811531,812629,813765,814788,815983,817178,818416,819427,820744,822018,823318,824636,825892,827234,828343,829676,831009,832271,833726,835169,836317,837371,838367,839256,840029,840984,842535,843763,845014,846371,847545,848564,849493,850560,851754,852861,853928,855123,856384,857709,858634,859618,860817,862013,863402,864719,865911,867273,868206,869147,870361,871637,872834,874011,875420,876615,877837,879137,880406,881756,883128,883979,885224,886476,887741,888962,890086,891040,891975,892719,893765,894840,896127,897154,898159,899359,900797,902286,903687,904663,905758,906796,907816,908910,910018,911104,912312,913201,913965,915070,916310,917382,918474,919714,920645,921709,922859,924072,925322,926619,928136,929387,930623,931554,932717,933878,935145,936148,937430,938735,939960,941189,942578,944049,945202,946312,947740,948896,950252,951475,952715,953935,955344,956553,957749,959005,960177,961351,962494,963711,964980,966125,967192,968056,969258,970319,971402,972552,973816,974706,975841,977194,978730,980008,981407,982763,983956,985057,986107,987314,988648,989659,991071,992561,994027,995222,996227,997423,998805,999855,1000895,1002131,1003314,1004587,1005757,1006907,1007716,1008908,1010112,1011335,1012292,1013148,1013940,1014844,1015898,1017103,1018275,1019459,1020605,1021683,1022663,1023866,1025122,1026335,1027664,1028710,1029918,1031103,1032167,1033402,1034664,1035868,1037068,1038200,1039371,1040756,1042041,1043311,1044493,1046046,1047405,1048924,1050451,1051917,1053194,1054489,1055705,1056977,1058352,1059586,1060769,1061928,1063373,1064539,1065833,1067038,1068541,1069637,1070816,1071866,1073315,1074291,1075388,1076347,1077383,1078532,1080028,1081285,1082558,1083768,1084638,1085775,1087129,1088509,1089638,1090787,1091955,1093455,1094732,1095890,1097006,1097959,1099013,1099967,1100896,1101734,1102724,1103841,1104661,1105613,1106618,1107658,1108788,1110154,1111532,1112800,1114217,1115526,1116471,1117741,1118946,1120122,1121362,1122655,1123471,1124562,1125652,1126481,1127664,1128624,1129791,1131006,1132318,1133735,1134969,1136329,1137331,1138429,1139223,1140246,1141235,1142416,1143505,1144394,1145240,1146282,1147579,1149127,1150110,1151210,1152336,1153438,1154134,1155289,1156493,1157603,1158840,1160101,1161376,1162473,1163546,1164706,1165794,1167025,1168070,1169152,1170346,1171604,1172525,1173755,1174953,1176159,1177404,1178630,1180077,1181394,1182330,1183343,1184366,1185273,1186172,1187775,1189011,1190264,1191443,1192863,1193879,1195104,1196265,1197381,1198824,1200193,1201211,1202735,1203601,1204698,1205288,1205945,1206569,1207795,1208870,1209916,1210991,1212475,1213457,1214224,1215150,1216004,1216776,1217586,1218808,1220162,1221322,1222598,1223721,1224917,1225842,1226745,1227717,1228330,1228810,1229278,1229894,1230569,1231259,1231780,1232833,1233834,1234932,1235847,1236555,1237472,1238436,1239445,1240162,1240795,1241313,1241689,1242235,1243064,1243979,1244811,1245461,1246057,1246970,1247823,1248801,1249578,1250171,1250896,1251368,1252403,1253527,1254600,1255172,1256005,1256724,1257664,1258289,1258840,1259862,1260695,1261389,1262329,1262977,1263748,1264765,1265631,1266284,1267223,1267780,1268695,1269368,1270024,1270988,1271598,1272178,1272810,1273594,1274239,1274857,1275826,1276287,1276684,1277140,1277663,1278740,1279583,1280284,1280939,1281727,1282638,1283296,1283958,1284948,1286001,1287155,1288366,1289708,1290900,1292086,1293199,1294260,1295296,1296358,1297486,1298551,1299449,1300366,1301314,1302544,1303872,1305018,1305878,1307039,1308096,1308906,1310176,1311412,1312819,1314292,1315695,1317028,1318400,1319120,1319612,1320516,1321706,1323020,1324630,1326126,1327506,1328913,1330409,1331788,1333139,1334257,1335235,1336301,1337045,1338143,1339383,1340470,1341334,1342248,1342959,1343958,1345438,1346611,1347651,1348518,1349551,1350982,1352211,1353371,1354365,1355180,1356133,1356956,1357767,1358670,1359523,1360381,1361410,1362625,1363541,1364851,1366065,1367087,1367902,1368749,1369765,1370672,1371834,1372992,1373988,1375231,1376538,1377670,1379049,1380344,1381518,1382925,1384275,1385300,1386383,1387150,1388354,1389475,1390668,1391485,1392420,1393497,1394541,1395518,1396769,1398188,1399089,1400271,1401655,1402856,1403942,1404899,1406045,1406992,1407995,1409251,1410840,1412491,1413982,1415411,1416594,1417913,1419156,1420684,1422303,1423973,1425584,1426922,1428080,1429207,1430313,1431685,1433147,1434119,1435189,1436536,1437556,1438454,1439169,1440419,1441548,1442615,1443462,1444660,1445412,1446320,1447164,1447906,1448949,1449897,1450840,1451722,1452574,1453340,1454261,1455821,1457124,1458724,1460414,1461739,1463021,1464316,1465678,1466648,1467784,1469074,1470142,1471220,1472398,1473563,1474565,1475969,1477219,1478572,1479899,1481025,1482108,1483552,1484952,1486248,1487572,1489025,1490496,1491693,1492409,1493447,1494493,1495444,1496907,1498351,1499535,1500859,1502184,1503595,1504906,1506061,1507273,1508595,1509908,1511025,1511933,1512540,1513200,1513830,1514668,1515359,1516172,1516871,1517569,1518174,1519101,1519897,1520367,1520853,1521314,1522068,1522729,1523437,1524219,1525279,1526546,1527684,1528884,1530046,1531356,1532437,1533604,1534965,1536231,1537649,1538793,1540254,1541536,1542703,1543420,1544324,1545114,1546077,1546750,1547884,1548908,1549816,1550582,1551834,1552881,1553930,1555159,1556449,1557674,1558384,1559147,1560187,1561288,1561999,1563120,1564223,1565579,1566747,1568082,1569246,1570544,1571855,1573131,1574408,1575867,1577037,1578347,1579443,1580594,1582009,1583304,1584634,1586055,1587494,1588654,1589711,1590901,1592125,1593449,1594135,1595534,1596796,1598127,1599619,1601002,1602179,1603447,1604987,1606426,1607666,1609028,1610469,1611836,1612956,1614131,1615218,1616239,1617317,1618516,1619860,1621147,1622235,1623579,1624805,1626028,1627159,1628443,1629752,1630763,1631690,1632561,1633378,1634097,1634743,1635401,1636266,1636898,1637754,1638592,1639735,1640266,1641295,1642154,1643333,1644646,1645890,1646912,1648237,1649432,1650326,1651715,1652886,1653647,1654040,1655016,1655411,1656110,1656480,1657025,1657959,1658542,1659868,1660776,1661756,1662678,1663238,1663896,1664626,1665421,1666298,1667283,1667881,1668298,1669045,1669967,1670382,1670863,1671321,1671782,1672231,1673105,1673988,1674414,1675184,1676057,1677190,1678093,1679037,1679980,1680942,1682230,1683471,1684695,1685725,1686487,1687294,1688244,1689320,1689896,1690460,1691306,1692559,1693606,1694783,1696080,1697186,1698132,1699048,1699961,1701055,1702144,1703038,1704238,1704787,1705131,1705598,1706328,1707236,1707930,1708828,1709388,1710178,1710663,1711362,1712261,1713164,1713955,1714960,1715407,1715839,1716203,1716880,1717615,1718032,1718413,1718790,1719399,1719756,1720471,1721e3,1721376,1722019,1722664,1723054,1723436,1723756,1724344,1724695,1725384,1726055,1726425,1726761,1727171,1727650,1728031,1728985,1729919,1731124,1731851,1732572,1733727,1734821,1735776,1736484,1737403,1738521,1739713,1740807,1741878,1742730,1743807,1744478,1745345,1746462,1747723,1748845,1749455,1749796,1750707,1752106,1753176,1754321,1754986,1755896,1756817,1757776,1758963,1760109,1761155,1762296,1763434,1764473,1765692,1766826,1767783,1768653,1769442,1770345,1771306,1772588,1773603,1774433,1775197,1776008,1777117,1777908,1778842,1779787,1780543,1781715,1782610,1783497,1784412,1785338,1786228,1787140,1788116,1789244,1790087,1791012,1791951,1792838,1793995,1795281,1796256,1797756,1799215,1800476,1801490,1802629,1803807,1805073,1806342,1807547,1808893,1810180,1811337,1812599,1813758,1814917,1815912,1816958,1817666,1818475,1819647,1820539,1821695,1823120,1824421,1825639,1827037,1828233,1829550,1830570,1831549,1832664,1833714,1834810,1835739,1837167,1838510,1839995,1841412,1842719,1843819,1844707,1845716,1846663,1847668,1848636,1849536,1850448,1851383,1852630,1853670,1854513,1855425,1856609,1857502,1858655,1859754,1860775,1862031,1862961,1863908,1864864,1865794,1866564,1867561,1868499,1869603,1870488,1871468,1872341,1873254,1874481,1875755,1876512,1877571,1878688,1879784,1880829,1881692,1882454,1883181,1883682,1884450,1885061,1885920,1886817,1887307,1887815,1888278,1889225,1890135,1890952,1891567,1892302,1892931,1893613,1894470,1895642,1896880,1897898,1899082,1899965,1900810,1901865,1902979,1903963,1904860,1905946,1906550,1907676,1908782,1909935,1911296,1912470,1913457,1914317,1915193,1916204,1917215,1918185,1919349,1920477,1921343,1922360,1923515,1924605,1925424,1926382,1927433,1928553,1929410,1930388,1931313,1932227,1933294,1934237,1935208,1936181,1936922,1938126,1938962,1939811,1940863,1941859,1942966,1944277,1945534,1946997,1948215,1949316,1950609,1951765,1953016,1954418,1955463,1956741,1957854,1959053,1959609,1960212,1961455,1962425,1963476,1964542,1965922,1967068,1968314,1969463,1970622,1971864,1973165,1974401,1975246,1975934,1977112,1977932,1979090,1980239,1981171,1981931,1983123,1984278,1985049,1986147,1986982,1987801,1989154,1990195,1991358,1992320,1993186,1994389,1995282,1996302,1997318,1997786,1998711,1999263,2000289,2001693,2002852,2004043,2005384,2006472,2007677,2008801,2009823,2011101,2012289,2013531,2014836,2016035,2017153,2018348,2019490,2020701,2021976,2023247,2024308,2025358,2026596,2027677,2028891,2030092,2030572,2031573,2032808,2033652,2034901,2036227,2037286,2038330,2039130,2040247,2041121,2042304,2043161,2044276,2045649,2047061,2048120,2049223,2050493,2051671,2052953,2054320,2055473,2056655,2057804,2059129,2060312,2061449,2062553,2063741,2064737,2065900,2066850,2067669,2068839,2070223,2071595,2072856,2073955,2075020,2076351,2077772,2078815,2079960,2080941,2082033,2083130,2084097,2085157,2086264,2087216,2088492,2089635,2090687,2091547,2092432,2093317,2094467,2095695,2097109,2098393,2099429,2100614,2101612,2102772,2103798,2104940,2106537,2107704,2108448,2109428,2110640,2111769,2112953,2113991,2114894,2115966,2117101,2118444,2119660,2120703,2121628,2122700,2123703,2124730,2125708,2126883,2127818,2128657,2129784,2130902,2131930,2132944,2134030,2134973,2136155,2137238,2138682,2139850,2140879,2141928,2142789,2143886,2144891,2145524,2146268,2147667,2148944,2150038,2151072,2152309,2153404,2154376,2155438,2156453,2157518,2158577,2159798,2160660,2161731,2163130,2164266,2165467,2166654,2167974,2169208,2170301,2171399,2172454,2173584,2174520,2175707,2176923,2178018,2179167,2180269,2181601,2182720,2184126,2185392,2186975,2188260,2189491,2190742,2192026,2193522,2194849,2196150,2197359,2198412,2199323,2200331,2201769,2202960,2204367,2205809,2207207,2208811,2210288,2211490,2212586,2213579,2214835,2216105,2217461,2218653,2219770,2220807,2222127,2223514,2224806,2225949,2227252,2228351,2229420,2230785,2232136,2233278,2234514,2235596,2236673,2237808,2239215,2240343,2241212,2242133,2243066,2243845,2244704,2245740,2246721,2247855,2248629,2249416,2250236,2250801,2251836,2252913,2253650,2254844,2255871,2257189,2258313,2259374,2260478,2261474,2262629,2263560,2264681,2265757,2266471,2267004,2268265,2269530,2270646,2271457,2272433,2273463,2274476,2275590,2276840,2277912,2279080,2280374,2281371,2282717,2284087,2284823,2285973,2287025,2288187,2289308,2290511,2291472,2292406,2293481,2294585,2295563,2296963,2298403,2299786,2301072,2302274,2303316,2304383,2305409,2306455,2307386,2308459,2309476,2310544,2311682,2312730,2313881,2315234,2316247,2317355,2318219,2319456,2320444,2321464,2322489,2323350,2324499,2325509,2326451,2327598,2328688,2329641,2330822,2332029,2333127,2334063,2335228,2336379,2337512,2338582,2339505,2340444,2341535,2342605,2343760,2345250,2346426,2347433,2348551,2349117,2350263,2351411,2352530,2353672,2354729,2355928,2356966,2357903,2359137,2359744,2360449,2361458,2362786,2363991,2364952,2366067,2367165,2368220,2369272,2370407,2371440,2372653,2373550,2374872,2375692,2376358,2377215,2377831,2378207,2379003,2379906,2380937,2381789,2382574,2383568,2384846,2386040,2387084,2388261,2389335,2390341,2391458,2392660,2393734,2394796,2395723,2396781,2397597,2398799,2399974,2401011,2402079,2403323,2404343,2405661,2406670,2407642,2408682,2409654,2410698,2411621,2412774,2413786,2415172,2416467,2417589,2418808,2420284,2421658,2422920,2424221,2425507,2426849,2428118,2429213,2430790,2431911,2432202,2432514,2432777,2433064,2433364,2433629,2433960,2434221,2434507,2434785,2436036,2436922,2438029,2439857,2441331,2442640,2443694,2444782,2445917,2447050,2448157,2449427,2450253,2451493,2452628,2453835,2455002,2456187,2457199,2458622,2460077,2461159,2462202,2463402,2464737,2465872,2466844,2467876,2469268,2470493,2471682,2472788,2473993,2475087,2476214,2477535,2478308,2479430,2479882,2480842,2481840,2482860,2483832,2484693,2485668,2486711,2487814,2489216,2490555,2491619,2492444,2493194,2494177,2494780,2495588,2496630,2497628,2498622,2499395,2500441,2501373,2502476,2503421,2504217,2505589,2506925,2508366,2509417,2510523,2511485,2512320,2513362,2514479,2515436,2516463,2517381,2518215,2519181,2520098,2520733,2521707,2522953,2524049,2525191,2526319,2527536,2528644,2529785,2530877,2531993,2532968,2534110,2535220,2536131,2537160,2538370,2539430,2539969,2540728,2541444,2541992,2542837,2543738,2544603,2545436,2546308,2547228,2548681,2549752,2550747,2551665,2552638,2553577,2554571,2556071,2558128,2560150,2562178,2563693,2564701,2566213,2567650,2568760,2570223,2571486,2572714,2573546,2575041,2576341,2577543,2578803,2579762,2581054,2582435,2583811,2585290,2586756,2588140,2589571,2590729,2591715,2592428,2593149,2593758,2594711,2595696,2596787,2597657,2598544,2599596,2600608,2601558,2602586,2603844,2605200,2606464,2607684,2608575,2609678,2610588,2611762,2612816,2613592,2614465,2615365,2616160,2617182,2618213,2619108,2620187,2621041,2621988,2623085,2624198,2625288,2626290,2627357,2628470,2629535,2630696,2631716,2633123,2634146,2635208,2636480,2637856,2639450,2641082,2642379,2643575,2645074,2646283,2647772,2649022,2650062,2651053,2652133,2653489,2654655,2656075,2657308,2658565,2659843,2661040,2662269,2663501,2664542,2665529,2666656,2667714,2668650,2669698,2670840,2671956,2673013,2674190,2675545,2676819,2677747,2678793,2680218,2681421,2682640,2683905,2684974,2686118,2687486,2688356,2689351,2690253,2691044,2692352,2693710,2694822,2696104,2697566,2698967,2700267,2701360,2702711,2703887,2705211,2706550,2707332,2708629,2709802,2711223,2712521,2713572,2714854,2716272,2717301,2718785,2720022,2721339,2722720,2723791,2725217,2726428,2727739,2728972,2730109,2731247,2732451,2733593,2734806,2735940,2737039,2737898,2739107,2740152,2741446,2742840,2743688,2744638,2745721,2746824,2748048,2749153,2750291,2751334,2752452,2753891,2755177,2756236,2757376,2758363,2759553,2760602,2761982,2763332,2764517,2765814,2766918,2768204,2769468,2770759,2772167,2773443,2774337,2775635,2776849,2777972,2779053,2780013,2781012,2782186,2783291,2784560,2785771,2786962,2788040,2789195,2790413,2791583,2792907,2794037,2794966,2795989,2797165,2798222,2799339,2800493,2801792,2802866,2804005,2805018,2806549,2807803,2809298,2810681,2812078,2813350,2814595,2815625,2816981,2818202,2819666,2820400,2821744,2822945,2824256,2825406,2826365,2827735,2828800,2829963,2831273,2832507,2833638,2834831,2836365,2837613,2838714,2839742,2841111,2842417,2843699,2845122,2846168,2847455,2848634,2850013,2851198,2852510,2853767,2855135,2856506,2857886,2859189,2860371,2861474,2862959,2863994,2865040,2866108],sizes:[1173,1028,767,938,746,741,1243,1378,1269,866,610,927,1073,1138,1253,1197,1253,1118,1202,1170,1213,1195,1180,1247,906,930,1215,1104,1139,932,1293,1057,1076,1195,884,1068,982,1059,1298,1290,1412,1275,1013,1648,1255,1046,1174,1154,1086,1085,1413,1115,887,1020,993,1177,1306,1161,1352,1132,1357,1234,1345,1048,1089,1217,1171,1319,1198,1151,1071,1069,1125,1145,1131,1430,1123,1221,1367,1646,1514,1430,1330,1185,1262,1260,1307,1286,1198,788,1012,1049,1089,729,1134,1235,964,1080,1209,1454,1031,1260,1263,1320,1199,1127,1375,1299,901,1180,956,1219,1249,1244,1343,1457,1442,1393,1046,1174,1243,1356,1032,1253,1249,932,1229,1195,1130,908,987,1157,1223,1228,1079,1013,1225,1155,1025,1205,1168,984,1221,1217,1246,1469,1535,1328,1300,1086,1148,1369,1515,1067,1142,1263,1129,1089,915,749,1117,1071,1157,1236,936,1082,1161,1437,1343,1268,840,1075,1053,1025,1136,1052,1152,1042,1074,922,1106,1124,1029,1068,1153,1084,932,1202,1225,1094,1131,1094,1220,1183,1262,1244,1357,1385,1310,989,1018,1144,1137,1027,1040,922,1225,1208,809,863,1058,991,1081,1235,924,966,1025,986,1172,1139,1110,1259,1323,1177,1248,1096,1094,1056,1133,1083,1122,1103,1143,1024,1059,1206,1120,951,1062,875,1125,1017,961,1247,1093,1057,1340,1238,1289,1094,1297,1102,1118,1018,1099,1363,1065,1155,1098,1013,1269,1187,1389,885,1380,1348,1087,1311,1524,1127,1080,1345,937,1005,688,793,594,647,1311,1163,1121,1234,900,949,1044,1312,1501,1355,1433,1095,971,553,1006,1044,1056,1173,1081,1146,1073,765,893,1131,1010,1034,1175,986,992,1030,1165,1112,1073,1145,967,992,1094,864,1111,1074,926,1187,1157,1088,1046,1e3,1064,1207,1245,1330,1129,1014,1287,1197,1013,1250,1075,979,1010,1005,1046,1074,1271,1206,1239,1149,1593,1192,1375,953,1166,1097,1263,1075,951,1091,1113,1079,1483,1166,945,969,983,987,942,1163,1280,1004,1316,1389,1146,747,1251,1259,984,1343,1142,1084,1327,1030,754,1034,1103,1288,1488,1304,1141,1099,1323,1124,1106,1207,917,1116,1050,670,1340,1310,1442,1120,1090,888,1278,1314,1291,971,1395,1234,1186,978,1197,1195,1145,1034,1410,1228,1056,1454,1425,1094,1263,1008,1017,969,1175,935,948,1022,1318,903,1013,955,965,1057,1015,1025,1026,1073,735,816,1094,1047,1536,1273,1011,1065,895,1043,951,941,985,705,857,799,1420,1184,1007,990,1474,1110,1305,676,739,975,1118,1309,1447,1189,1127,1077,785,1088,1387,1121,993,946,874,1054,1373,1039,613,916,974,966,1093,1096,1140,1175,1219,1203,1195,1471,942,930,1426,1225,1356,1316,1399,1156,1230,1124,1117,1015,1384,1201,1158,557,1387,1322,1310,946,1148,1350,1107,1134,1112,1179,1058,929,1220,1137,678,972,1271,769,981,1184,1318,1126,1009,1074,934,1062,1126,760,687,392,1134,1248,1151,1452,1274,932,1291,1344,1121,1204,1484,1462,924,604,1352,978,1282,894,995,1092,1152,1233,1138,1028,1251,1311,1415,1269,969,1243,1227,1298,1112,1134,1118,1196,941,1149,1127,1020,1086,1030,845,763,1097,1137,1249,1257,858,1317,1159,1029,1052,466,493,785,1408,906,536,1065,988,817,1379,990,745,1267,1165,1010,1202,1070,1173,836,872,1119,1419,676,691,960,817,1104,1185,759,636,1353,878,925,916,1304,1413,1161,1356,1039,1406,1394,1171,1259,932,754,1041,1182,1367,762,1314,967,692,1135,973,1150,1089,954,1329,1302,680,1404,1227,906,1230,1260,1010,1388,1426,1211,1153,1206,1115,1022,1237,1213,1255,1152,961,1376,1167,1126,1396,1199,1112,1246,951,1043,1122,1041,699,1050,1542,1106,1388,767,1427,1128,1219,1003,1247,986,995,1045,811,1289,914,1493,1257,1408,1233,1208,1281,1168,1291,1180,1247,1198,1379,1033,1138,1481,1273,1079,1120,1168,1275,993,1171,1177,1162,1018,1013,1216,1210,943,1098,1136,1023,1195,1195,1238,1011,1317,1274,1300,1318,1256,1342,1109,1333,1333,1262,1455,1443,1148,1054,996,889,773,955,1551,1228,1251,1357,1174,1019,929,1067,1194,1107,1067,1195,1261,1325,925,984,1199,1196,1389,1317,1192,1362,933,941,1214,1276,1197,1177,1409,1195,1222,1300,1269,1350,1372,851,1245,1252,1265,1221,1124,954,935,744,1046,1075,1287,1027,1005,1200,1438,1489,1401,976,1095,1038,1020,1094,1108,1086,1208,889,764,1105,1240,1072,1092,1240,931,1064,1150,1213,1250,1297,1517,1251,1236,931,1163,1161,1267,1003,1282,1305,1225,1229,1389,1471,1153,1110,1428,1156,1356,1223,1240,1220,1409,1209,1196,1256,1172,1174,1143,1217,1269,1145,1067,864,1202,1061,1083,1150,1264,890,1135,1353,1536,1278,1399,1356,1193,1101,1050,1207,1334,1011,1412,1490,1466,1195,1005,1196,1382,1050,1040,1236,1183,1273,1170,1150,809,1192,1204,1223,957,856,792,904,1054,1205,1172,1184,1146,1078,980,1203,1256,1213,1329,1046,1208,1185,1064,1235,1262,1204,1200,1132,1171,1385,1285,1270,1182,1553,1359,1519,1527,1466,1277,1295,1216,1272,1375,1234,1183,1159,1445,1166,1294,1205,1503,1096,1179,1050,1449,976,1097,959,1036,1149,1496,1257,1273,1210,870,1137,1354,1380,1129,1149,1168,1500,1277,1158,1116,953,1054,954,929,838,990,1117,820,952,1005,1040,1130,1366,1378,1268,1417,1309,945,1270,1205,1176,1240,1293,816,1091,1090,829,1183,960,1167,1215,1312,1417,1234,1360,1002,1098,794,1023,989,1181,1089,889,846,1042,1297,1548,983,1100,1126,1102,696,1155,1204,1110,1237,1261,1275,1097,1073,1160,1088,1231,1045,1082,1194,1258,921,1230,1198,1206,1245,1226,1447,1317,936,1013,1023,907,899,1603,1236,1253,1179,1420,1016,1225,1161,1116,1443,1369,1018,1524,866,1097,590,657,624,1226,1075,1046,1075,1484,982,767,926,854,772,810,1222,1354,1160,1276,1123,1196,925,903,972,613,480,468,616,675,690,521,1053,1001,1098,915,708,917,964,1009,717,633,518,376,546,829,915,832,650,596,913,853,978,777,593,725,472,1035,1124,1073,572,833,719,940,625,551,1022,833,694,940,648,771,1017,866,653,939,557,915,673,656,964,610,580,632,784,645,618,969,461,397,456,523,1077,843,701,655,788,911,658,662,990,1053,1154,1211,1342,1192,1186,1113,1061,1036,1062,1128,1065,898,917,948,1230,1328,1146,860,1161,1057,810,1270,1236,1407,1473,1403,1333,1372,720,492,904,1190,1314,1610,1496,1380,1407,1496,1379,1351,1118,978,1066,744,1098,1240,1087,864,914,711,999,1480,1173,1040,867,1033,1431,1229,1160,994,815,953,823,811,903,853,858,1029,1215,916,1310,1214,1022,815,847,1016,907,1162,1158,996,1243,1307,1132,1379,1295,1174,1407,1350,1025,1083,767,1204,1121,1193,817,935,1077,1044,977,1251,1419,901,1182,1384,1201,1086,957,1146,947,1003,1256,1589,1651,1491,1429,1183,1319,1243,1528,1619,1670,1611,1338,1158,1127,1106,1372,1462,972,1070,1347,1020,898,715,1250,1129,1067,847,1198,752,908,844,742,1043,948,943,882,852,766,921,1560,1303,1600,1690,1325,1282,1295,1362,970,1136,1290,1068,1078,1178,1165,1002,1404,1250,1353,1327,1126,1083,1444,1400,1296,1324,1453,1471,1197,716,1038,1046,951,1463,1444,1184,1324,1325,1411,1311,1155,1212,1322,1313,1117,908,607,660,630,838,691,813,699,698,605,927,796,470,486,461,754,661,708,782,1060,1267,1138,1200,1162,1310,1081,1167,1361,1266,1418,1144,1461,1282,1167,717,904,790,963,673,1134,1024,908,766,1252,1047,1049,1229,1290,1225,710,763,1040,1101,711,1121,1103,1356,1168,1335,1164,1298,1311,1276,1277,1459,1170,1310,1096,1151,1415,1295,1330,1421,1439,1160,1057,1190,1224,1324,686,1399,1262,1331,1492,1383,1177,1268,1540,1439,1240,1362,1441,1367,1120,1175,1087,1021,1078,1199,1344,1287,1088,1344,1226,1223,1131,1284,1309,1011,927,871,817,719,646,658,865,632,856,838,1143,531,1029,859,1179,1313,1244,1022,1325,1195,894,1389,1171,761,393,976,395,699,370,545,934,583,1326,908,980,922,560,658,730,795,877,985,598,417,747,922,415,481,458,461,449,874,883,426,770,873,1133,903,944,943,962,1288,1241,1224,1030,762,807,950,1076,576,564,846,1253,1047,1177,1297,1106,946,916,913,1094,1089,894,1200,549,344,467,730,908,694,898,560,790,485,699,899,903,791,1005,447,432,364,677,735,417,381,377,609,357,715,529,376,643,645,390,382,320,588,351,689,671,370,336,410,479,381,954,934,1205,727,721,1155,1094,955,708,919,1118,1192,1094,1071,852,1077,671,867,1117,1261,1122,610,341,911,1399,1070,1145,665,910,921,959,1187,1146,1046,1141,1138,1039,1219,1134,957,870,789,903,961,1282,1015,830,764,811,1109,791,934,945,756,1172,895,887,915,926,890,912,976,1128,843,925,939,887,1157,1286,975,1500,1459,1261,1014,1139,1178,1266,1269,1205,1346,1287,1157,1262,1159,1159,995,1046,708,809,1172,892,1156,1425,1301,1218,1398,1196,1317,1020,979,1115,1050,1096,929,1428,1343,1485,1417,1307,1100,888,1009,947,1005,968,900,912,935,1247,1040,843,912,1184,893,1153,1099,1021,1256,930,947,956,930,770,997,938,1104,885,980,873,913,1227,1274,757,1059,1117,1096,1045,863,762,727,501,768,611,859,897,490,508,463,947,910,817,615,735,629,682,857,1172,1238,1018,1184,883,845,1055,1114,984,897,1086,604,1126,1106,1153,1361,1174,987,860,876,1011,1011,970,1164,1128,866,1017,1155,1090,819,958,1051,1120,857,978,925,914,1067,943,971,973,741,1204,836,849,1052,996,1107,1311,1257,1463,1218,1101,1293,1156,1251,1402,1045,1278,1113,1199,556,603,1243,970,1051,1066,1380,1146,1246,1149,1159,1242,1301,1236,845,688,1178,820,1158,1149,932,760,1192,1155,771,1098,835,819,1353,1041,1163,962,866,1203,893,1020,1016,468,925,552,1026,1404,1159,1191,1341,1088,1205,1124,1022,1278,1188,1242,1305,1199,1118,1195,1142,1211,1275,1271,1061,1050,1238,1081,1214,1201,480,1001,1235,844,1249,1326,1059,1044,800,1117,874,1183,857,1115,1373,1412,1059,1103,1270,1178,1282,1367,1153,1182,1149,1325,1183,1137,1104,1188,996,1163,950,819,1170,1384,1372,1261,1099,1065,1331,1421,1043,1145,981,1092,1097,967,1060,1107,952,1276,1143,1052,860,885,885,1150,1228,1414,1284,1036,1185,998,1160,1026,1142,1597,1167,744,980,1212,1129,1184,1038,903,1072,1135,1343,1216,1043,925,1072,1003,1027,978,1175,935,839,1127,1118,1028,1014,1086,943,1182,1083,1444,1168,1029,1049,861,1097,1005,633,744,1399,1277,1094,1034,1237,1095,972,1062,1015,1065,1059,1221,862,1071,1399,1136,1201,1187,1320,1234,1093,1098,1055,1130,936,1187,1216,1095,1149,1102,1332,1119,1406,1266,1583,1285,1231,1251,1284,1496,1327,1301,1209,1053,911,1008,1438,1191,1407,1442,1398,1604,1477,1202,1096,993,1256,1270,1356,1192,1117,1037,1320,1387,1292,1143,1303,1099,1069,1365,1351,1142,1236,1082,1077,1135,1407,1128,869,921,933,779,859,1036,981,1134,774,787,820,565,1035,1077,737,1194,1027,1318,1124,1061,1104,996,1155,931,1121,1076,714,533,1261,1265,1116,811,976,1030,1013,1114,1250,1072,1168,1294,997,1346,1370,736,1150,1052,1162,1121,1203,961,934,1075,1104,978,1400,1440,1383,1286,1202,1042,1067,1026,1046,931,1073,1017,1068,1138,1048,1151,1353,1013,1108,864,1237,988,1020,1025,861,1149,1010,942,1147,1090,953,1181,1207,1098,936,1165,1151,1133,1070,923,939,1091,1070,1155,1490,1176,1007,1118,566,1146,1148,1119,1142,1057,1199,1038,937,1234,607,705,1009,1328,1205,961,1115,1098,1055,1052,1135,1033,1213,897,1322,820,666,857,616,376,796,903,1031,852,785,994,1278,1194,1044,1177,1074,1006,1117,1202,1074,1062,927,1058,816,1202,1175,1037,1068,1244,1020,1318,1009,972,1040,972,1044,923,1153,1012,1386,1295,1122,1219,1476,1374,1262,1301,1286,1342,1269,1095,1577,1121,291,312,263,287,300,265,331,261,286,278,1251,886,1107,1828,1474,1309,1054,1088,1135,1133,1107,1270,826,1240,1135,1207,1167,1185,1012,1423,1455,1082,1043,1200,1335,1135,972,1032,1392,1225,1189,1106,1205,1094,1127,1321,773,1122,452,960,998,1020,972,861,975,1043,1103,1402,1339,1064,825,750,983,603,808,1042,998,994,773,1046,932,1103,945,796,1372,1336,1441,1051,1106,962,835,1042,1117,957,1027,918,834,966,917,635,974,1246,1096,1142,1128,1217,1108,1141,1092,1116,975,1142,1110,911,1029,1210,1060,539,759,716,548,845,901,865,833,872,920,1453,1071,995,918,973,939,994,1500,2057,2022,2028,1515,1008,1512,1437,1110,1463,1263,1228,832,1495,1300,1202,1260,959,1292,1381,1376,1479,1466,1384,1431,1158,986,713,721,609,953,985,1091,870,887,1052,1012,950,1028,1258,1356,1264,1220,891,1103,910,1174,1054,776,873,900,795,1022,1031,895,1079,854,947,1097,1113,1090,1002,1067,1113,1065,1161,1020,1407,1023,1062,1272,1376,1594,1632,1297,1196,1499,1209,1489,1250,1040,991,1080,1356,1166,1420,1233,1257,1278,1197,1229,1232,1041,987,1127,1058,936,1048,1142,1116,1057,1177,1355,1274,928,1046,1425,1203,1219,1265,1069,1144,1368,870,995,902,791,1308,1358,1112,1282,1462,1401,1300,1093,1351,1176,1324,1339,782,1297,1173,1421,1298,1051,1282,1418,1029,1484,1237,1317,1381,1071,1426,1211,1311,1233,1137,1138,1204,1142,1213,1134,1099,859,1209,1045,1294,1394,848,950,1083,1103,1224,1105,1138,1043,1118,1439,1286,1059,1140,987,1190,1049,1380,1350,1185,1297,1104,1286,1264,1291,1408,1276,894,1298,1214,1123,1081,960,999,1174,1105,1269,1211,1191,1078,1155,1218,1170,1324,1130,929,1023,1176,1057,1117,1154,1299,1074,1139,1013,1531,1254,1495,1383,1397,1272,1245,1030,1356,1221,1464,734,1344,1201,1311,1150,959,1370,1065,1163,1310,1234,1131,1193,1534,1248,1101,1028,1369,1306,1282,1423,1046,1287,1179,1379,1185,1312,1257,1368,1371,1380,1303,1182,1103,1485,1035,1046,1068,1061],successes:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]};compressedData.data=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData});Module["removeRunDependency"]("datafile_nltk.data")}Module["addRunDependency"]("datafile_nltk.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/bin/nltk",start:0,end:386,audio:0},{filename:"/lib/python3.8/site-packages/nltk-3.5-py3.8.egg-info/top_level.txt",start:386,end:391,audio:0},{filename:"/lib/python3.8/site-packages/nltk-3.5-py3.8.egg-info/PKG-INFO",start:391,end:2178,audio:0},{filename:"/lib/python3.8/site-packages/nltk-3.5-py3.8.egg-info/dependency_links.txt",start:2178,end:2179,audio:0},{filename:"/lib/python3.8/site-packages/nltk-3.5-py3.8.egg-info/not-zip-safe",start:2179,end:2180,audio:0},{filename:"/lib/python3.8/site-packages/nltk-3.5-py3.8.egg-info/entry_points.txt",start:2180,end:2217,audio:0},{filename:"/lib/python3.8/site-packages/nltk-3.5-py3.8.egg-info/SOURCES.txt",start:2217,end:12920,audio:0},{filename:"/lib/python3.8/site-packages/nltk-3.5-py3.8.egg-info/requires.txt",start:12920,end:13182,audio:0},{filename:"/lib/python3.8/site-packages/nltk/cli.py",start:13182,end:15102,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tree.py",start:15102,end:81171,audio:0},{filename:"/lib/python3.8/site-packages/nltk/compat.py",start:81171,end:82453,audio:0},{filename:"/lib/python3.8/site-packages/nltk/__init__.py",start:82453,end:88568,audio:0},{filename:"/lib/python3.8/site-packages/nltk/collocations.py",start:88568,end:103125,audio:0},{filename:"/lib/python3.8/site-packages/nltk/data.py",start:103125,end:154541,audio:0},{filename:"/lib/python3.8/site-packages/nltk/decorators.py",start:154541,end:162811,audio:0},{filename:"/lib/python3.8/site-packages/nltk/wsd.py",start:162811,end:164543,audio:0},{filename:"/lib/python3.8/site-packages/nltk/VERSION",start:164543,end:164547,audio:0},{filename:"/lib/python3.8/site-packages/nltk/internals.py",start:164547,end:203277,audio:0},{filename:"/lib/python3.8/site-packages/nltk/lazyimport.py",start:203277,end:207838,audio:0},{filename:"/lib/python3.8/site-packages/nltk/text.py",start:207838,end:235223,audio:0},{filename:"/lib/python3.8/site-packages/nltk/treetransforms.py",start:235223,end:248620,audio:0},{filename:"/lib/python3.8/site-packages/nltk/book.py",start:248620,end:252314,audio:0},{filename:"/lib/python3.8/site-packages/nltk/probability.py",start:252314,end:343105,audio:0},{filename:"/lib/python3.8/site-packages/nltk/grammar.py",start:343105,end:400548,audio:0},{filename:"/lib/python3.8/site-packages/nltk/featstruct.py",start:400548,end:504143,audio:0},{filename:"/lib/python3.8/site-packages/nltk/toolbox.py",start:504143,end:522249,audio:0},{filename:"/lib/python3.8/site-packages/nltk/jsontags.py",start:522249,end:524203,audio:0},{filename:"/lib/python3.8/site-packages/nltk/collections.py",start:524203,end:547180,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tgrep.py",start:547180,end:584196,audio:0},{filename:"/lib/python3.8/site-packages/nltk/downloader.py",start:584196,end:676624,audio:0},{filename:"/lib/python3.8/site-packages/nltk/util.py",start:676624,end:703242,audio:0},{filename:"/lib/python3.8/site-packages/nltk/help.py",start:703242,end:704882,audio:0},{filename:"/lib/python3.8/site-packages/nltk/treeprettyprinter.py",start:704882,end:729876,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/__init__.py",start:729876,end:744453,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/europarl_raw.py",start:744453,end:746045,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/util.py",start:746045,end:751796,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/panlex_swadesh.py",start:751796,end:755219,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/dependency.py",start:755219,end:759619,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/knbc.py",start:759619,end:765333,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/panlex_lite.py",start:765333,end:770610,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/framenet.py",start:770610,end:902151,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/verbnet.py",start:902151,end:926705,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/senseval.py",start:926705,end:934383,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/crubadan.py",start:934383,end:937908,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/chunked.py",start:937908,end:947320,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/udhr.py",start:947320,end:949952,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/reviews.py",start:949952,end:962420,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/comparative_sents.py",start:962420,end:974690,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/conll.py",start:974690,end:996683,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/wordlist.py",start:996683,end:1002574,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/aligned.py",start:1002574,end:1007751,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/twitter.py",start:1007751,end:1012519,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/xmldocs.py",start:1012519,end:1028589,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/bracket_parse.py",start:1028589,end:1039186,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/categorized_sents.py",start:1039186,end:1046250,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/nombank.py",start:1046250,end:1062324,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/__init__.py",start:1062324,end:1068710,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/plaintext.py",start:1068710,end:1078246,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/childes.py",start:1078246,end:1103739,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/cmudict.py",start:1103739,end:1107266,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/semcor.py",start:1107266,end:1118659,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/sinica_treebank.py",start:1118659,end:1121119,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/wordnet.py",start:1121119,end:1200002,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/pl196x.py",start:1200002,end:1212176,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/ipipan.py",start:1212176,end:1225223,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/lin.py",start:1225223,end:1231729,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/propbank.py",start:1231729,end:1249280,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/tagged.py",start:1249280,end:1262342,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/mte.py",start:1262342,end:1276772,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/toolbox.py",start:1276772,end:1279038,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/opinion_lexicon.py",start:1279038,end:1283045,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/ieer.py",start:1283045,end:1286969,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/timit.py",start:1286969,end:1304106,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/nps_chat.py",start:1304106,end:1306952,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/nkjp.py",start:1306952,end:1322749,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/ppattach.py",start:1322749,end:1325791,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/switchboard.py",start:1325791,end:1330214,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/string_category.py",start:1330214,end:1332402,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/bnc.py",start:1332402,end:1341794,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/util.py",start:1341794,end:1373192,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/pros_cons.py",start:1373192,end:1378213,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/ycoe.py",start:1378213,end:1388501,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/chasen.py",start:1388501,end:1393341,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/rte.py",start:1393341,end:1397974,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/indian.py",start:1397974,end:1401122,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/api.py",start:1401122,end:1419004,audio:0},{filename:"/lib/python3.8/site-packages/nltk/corpus/reader/sentiwordnet.py",start:1419004,end:1423537,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/__init__.py",start:1423537,end:1428027,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/textcat.py",start:1428027,end:1433927,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/weka.py",start:1433927,end:1446540,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/rte_classify.py",start:1446540,end:1452752,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/maxent.py",start:1452752,end:1512251,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/scikitlearn.py",start:1512251,end:1517875,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/tadm.py",start:1517875,end:1521300,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/decisiontree.py",start:1521300,end:1534438,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/senna.py",start:1534438,end:1541493,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/positivenaivebayes.py",start:1541493,end:1548721,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/naivebayes.py",start:1548721,end:1559143,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/util.py",start:1559143,end:1571252,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/megam.py",start:1571252,end:1577469,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/api.py",start:1577469,end:1583918,audio:0},{filename:"/lib/python3.8/site-packages/nltk/classify/svm.py",start:1583918,end:1584428,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/crf.py",start:1584428,end:1592157,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/sequential.py",start:1592157,end:1619795,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/brill.py",start:1619795,end:1636231,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/hmm.py",start:1636231,end:1685302,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/tnt.py",start:1685302,end:1703164,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/stanford.py",start:1703164,end:1711650,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/__init__.py",start:1711650,end:1718501,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/perceptron.py",start:1718501,end:1731594,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/hunpos.py",start:1731594,end:1736737,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/brill_trainer.py",start:1736737,end:1764042,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/senna.py",start:1764042,end:1770204,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/util.py",start:1770204,end:1772488,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/mapping.py",start:1772488,end:1776384,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tag/api.py",start:1776384,end:1779241,audio:0},{filename:"/lib/python3.8/site-packages/nltk/cluster/kmeans.py",start:1779241,end:1787596,audio:0},{filename:"/lib/python3.8/site-packages/nltk/cluster/gaac.py",start:1787596,end:1793348,audio:0},{filename:"/lib/python3.8/site-packages/nltk/cluster/__init__.py",start:1793348,end:1797619,audio:0},{filename:"/lib/python3.8/site-packages/nltk/cluster/em.py",start:1797619,end:1805820,audio:0},{filename:"/lib/python3.8/site-packages/nltk/cluster/util.py",start:1805820,end:1815576,audio:0},{filename:"/lib/python3.8/site-packages/nltk/cluster/api.py",start:1815576,end:1817659,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sentiment/__init__.py",start:1817659,end:1818047,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sentiment/vader.py",start:1818047,end:1838863,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sentiment/sentiment_analyzer.py",start:1838863,end:1849051,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sentiment/util.py",start:1849051,end:1879912,audio:0},{filename:"/lib/python3.8/site-packages/nltk/lm/counter.py",start:1879912,end:1885020,audio:0},{filename:"/lib/python3.8/site-packages/nltk/lm/models.py",start:1885020,end:1888352,audio:0},{filename:"/lib/python3.8/site-packages/nltk/lm/__init__.py",start:1888352,end:1896087,audio:0},{filename:"/lib/python3.8/site-packages/nltk/lm/preprocessing.py",start:1896087,end:1897732,audio:0},{filename:"/lib/python3.8/site-packages/nltk/lm/smoothing.py",start:1897732,end:1899467,audio:0},{filename:"/lib/python3.8/site-packages/nltk/lm/vocabulary.py",start:1899467,end:1906498,audio:0},{filename:"/lib/python3.8/site-packages/nltk/lm/util.py",start:1906498,end:1906948,audio:0},{filename:"/lib/python3.8/site-packages/nltk/lm/api.py",start:1906948,end:1914910,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/chrf_score.py",start:1914910,end:1923684,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/nist_score.py",start:1923684,end:1931655,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/ibm2.py",start:1931655,end:1943981,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/ribes_score.py",start:1943981,end:1957401,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/ibm1.py",start:1957401,end:1966666,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/ibm4.py",start:1966666,end:1987048,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/__init__.py",start:1987048,end:1988024,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/meteor_score.py",start:1988024,end:2004939,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/gdfa.py",start:2004939,end:2011062,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/bleu_score.py",start:2011062,end:2039055,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/metrics.py",start:2039055,end:2040522,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/ibm5.py",start:2040522,end:2067967,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/ibm_model.py",start:2067967,end:2087967,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/stack_decoder.py",start:2087967,end:2108003,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/phrase_based.py",start:2108003,end:2115719,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/gale_church.py",start:2115719,end:2124216,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/ibm3.py",start:2124216,end:2138113,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/gleu_score.py",start:2138113,end:2146773,audio:0},{filename:"/lib/python3.8/site-packages/nltk/translate/api.py",start:2146773,end:2157569,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/rslp.py",start:2157569,end:2162929,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/arlstem.py",start:2162929,end:2175653,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/cistem.py",start:2175653,end:2182718,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/__init__.py",start:2182718,end:2183897,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/isri.py",start:2183897,end:2198512,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/snowball.py",start:2198512,end:2376476,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/wordnet.py",start:2376476,end:2377749,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/porter.py",start:2377749,end:2405282,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/lancaster.py",start:2405282,end:2417582,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/regexp.py",start:2417582,end:2419107,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/util.py",start:2419107,end:2419721,audio:0},{filename:"/lib/python3.8/site-packages/nltk/stem/api.py",start:2419721,end:2420430,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/relextract.doctest",start:2420430,end:2429812,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/childes_fixt.py",start:2429812,end:2430234,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/resolution.doctest",start:2430234,end:2438021,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/gluesemantics_malt_fixt.py",start:2438021,end:2438285,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/util.doctest",start:2438285,end:2439296,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/crubadan.doctest",start:2439296,end:2441336,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/chat80.doctest",start:2441336,end:2449901,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/discourse.doctest",start:2449901,end:2467365,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/paice.doctest",start:2467365,end:2468603,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/treeprettyprinter.doctest",start:2468603,end:2477014,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/misc.doctest",start:2477014,end:2480359,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/portuguese_en_fixt.py",start:2480359,end:2480586,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/grammartestsuites.doctest",start:2480586,end:2483790,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/nonmonotonic_fixt.py",start:2483790,end:2484113,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/treetransforms.doctest",start:2484113,end:2488944,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/semantics.doctest",start:2488944,end:2513415,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/translate.doctest",start:2513415,end:2521638,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/gluesemantics.doctest",start:2521638,end:2534005,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/translate_fixt.py",start:2534005,end:2534070,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/index.doctest",start:2534070,end:2536671,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/gluesemantics_malt.doctest",start:2536671,end:2539176,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/runtests.py",start:2539176,end:2541491,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/featstruct.doctest",start:2541491,end:2579154,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/semantics_fixt.py",start:2579154,end:2579318,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/probability.doctest",start:2579318,end:2588173,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/corpus_fixt.py",start:2588173,end:2588238,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/chunk.doctest",start:2588238,end:2599409,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/sentiwordnet.doctest",start:2599409,end:2600452,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/portuguese_en.doctest",start:2600452,end:2623120,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/discourse_fixt.py",start:2623120,end:2623560,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/__init__.py",start:2623560,end:2624024,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/wordnet_fixt.py",start:2624024,end:2624143,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/dependency.doctest",start:2624143,end:2631639,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/wsd.doctest",start:2631639,end:2634585,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/all.py",start:2634585,end:2635373,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/bnc.doctest",start:2635373,end:2637364,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/generate.doctest",start:2637364,end:2638998,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/stem.doctest",start:2638998,end:2641017,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/tree.doctest",start:2641017,end:2681076,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/framenet.doctest",start:2681076,end:2691668,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/collections.doctest",start:2691668,end:2692027,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/bleu.doctest",start:2692027,end:2692323,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/wordnet.doctest",start:2692323,end:2713694,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/inference.doctest",start:2713694,end:2731555,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/propbank.doctest",start:2731555,end:2738237,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/classify.doctest",start:2738237,end:2745745,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/meteor.doctest",start:2745745,end:2746805,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/japanese.doctest",start:2746805,end:2747850,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/gensim.doctest",start:2747850,end:2752813,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/wordnet_lch.doctest",start:2752813,end:2755124,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/data.doctest",start:2755124,end:2769013,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/inference_fixt.py",start:2769013,end:2769333,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/grammar.doctest",start:2769333,end:2770715,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/logic.doctest",start:2770715,end:2805008,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/toolbox.doctest",start:2805008,end:2815026,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/simple.doctest",start:2815026,end:2817385,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/probability_fixt.py",start:2817385,end:2817691,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/classify_fixt.py",start:2817691,end:2817928,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/sentiment.doctest",start:2817928,end:2829698,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/concordance.doctest",start:2829698,end:2832939,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/featgram.doctest",start:2832939,end:2861284,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/childes.doctest",start:2861284,end:2870366,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/metrics.doctest",start:2870366,end:2880615,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/internals.doctest",start:2880615,end:2884274,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/corpus.doctest",start:2884274,end:2983830,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/collocations.doctest",start:2983830,end:2995358,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/parse.doctest",start:2995358,end:3027476,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/tokenize.doctest",start:3027476,end:3041771,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/ccg.doctest",start:3041771,end:3061190,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/drt.doctest",start:3061190,end:3080753,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/ccg_semantics.doctest",start:3080753,end:3111311,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/gensim_fixt.py",start:3111311,end:3111506,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/nonmonotonic.doctest",start:3111506,end:3121494,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/tag.doctest",start:3121494,end:3122619,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/segmentation_fixt.py",start:3122619,end:3122872,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/lm.doctest",start:3122872,end:3126673,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_brill.py",start:3126673,end:3127718,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_naivebayes.py",start:3127718,end:3128486,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_disagreement.py",start:3128486,end:3133164,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_cfg2chomsky.py",start:3133164,end:3134864,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_json2csv_corpus.py",start:3134864,end:3143491,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_data.py",start:3143491,end:3144171,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/utils.py",start:3144171,end:3145499,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_hmm.py",start:3145499,end:3147829,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_seekable_unicode_stream_reader.py",start:3147829,end:3151671,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_corpus_views.py",start:3151671,end:3153246,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/__init__.py",start:3153246,end:3153246,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_wordnet.py",start:3153246,end:3161281,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_freqdist.py",start:3161281,end:3161679,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_cfd_mutation.py",start:3161679,end:3163026,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_aline.py",start:3163026,end:3164813,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_pos_tag.py",start:3164813,end:3167540,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_tgrep.py",start:3167540,end:3198595,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_corenlp.py",start:3198595,end:3255917,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_senna.py",start:3255917,end:3259557,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_collocations.py",start:3259557,end:3264654,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_tokenize.py",start:3264654,end:3277156,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_chunk.py",start:3277156,end:3279313,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_stem.py",start:3279313,end:3285e3,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_nombank.py",start:3285e3,end:3285756,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_pl196x.py",start:3285756,end:3286210,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_json_serialization.py",start:3286210,end:3289813,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_rte_classify.py",start:3289813,end:3292389,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_classify.py",start:3292389,end:3293715,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_tag.py",start:3293715,end:3294353,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_corpora.py",start:3294353,end:3303728,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_concordance.py",start:3303728,end:3307793,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/test_twitter_auth.py",start:3307793,end:3313332,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/lm/__init__.py",start:3313332,end:3313332,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/lm/test_counter.py",start:3313332,end:3317569,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/lm/test_preprocessing.py",start:3317569,end:3318533,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/lm/test_models.py",start:3318533,end:3333017,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/lm/test_vocabulary.py",start:3333017,end:3338044,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_ibm5.py",start:3338044,end:3344747,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/__init__.py",start:3344747,end:3344747,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_nist.py",start:3344747,end:3346416,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_ibm_model.py",start:3346416,end:3356117,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_stack_decoder.py",start:3356117,end:3365867,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_gdfa.py",start:3365867,end:3370534,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_ibm3.py",start:3370534,end:3374694,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_ibm1.py",start:3374694,end:3377366,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_ibm4.py",start:3377366,end:3382531,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_bleu.py",start:3382531,end:3394783,audio:0},{filename:"/lib/python3.8/site-packages/nltk/test/unit/translate/test_ibm2.py",start:3394783,end:3398150,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/chat80.py",start:3398150,end:3423828,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/drt_glue_demo.py",start:3423828,end:3442529,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/evaluate.py",start:3442529,end:3467951,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/cooper_storage.py",start:3467951,end:3472044,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/__init__.py",start:3472044,end:3474407,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/logic.py",start:3474407,end:3542474,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/boxer.py",start:3542474,end:3596367,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/glue.py",start:3596367,end:3625725,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/linearlogic.py",start:3625725,end:3642527,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/drt.py",start:3642527,end:3694047,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/relextract.py",start:3694047,end:3709385,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/util.py",start:3709385,end:3718168,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/skolemize.py",start:3718168,end:3723915,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/lfg.py",start:3723915,end:3731292,audio:0},{filename:"/lib/python3.8/site-packages/nltk/sem/hole.py",start:3731292,end:3745145,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/transitionparser.py",start:3745145,end:3776612,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/projectivedependencyparser.py",start:3776612,end:3804095,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/malt.py",start:3804095,end:3820322,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/evaluate.py",start:3820322,end:3824675,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/viterbi.py",start:3824675,end:3841486,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/corenlp.py",start:3841486,end:3866090,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/stanford.py",start:3866090,end:3885394,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/pchart.py",start:3885394,end:3905373,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/featurechart.py",start:3905373,end:3927357,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/bllip.py",start:3927357,end:3938258,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/__init__.py",start:3938258,end:3941948,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/dependencygraph.py",start:3941948,end:3972785,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/generate.py",start:3972785,end:3975246,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/shiftreduce.py",start:3975246,end:3991868,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/chart.py",start:3991868,end:4054096,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/earleychart.py",start:4054096,end:4071974,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/nonprojectivedependencyparser.py",start:4071974,end:4100706,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/util.py",start:4100706,end:4109158,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/recursivedescent.py",start:4109158,end:4134673,audio:0},{filename:"/lib/python3.8/site-packages/nltk/parse/api.py",start:4134673,end:4136954,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chat/iesha.py",start:4136954,end:4141195,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chat/zen.py",start:4141195,end:4152539,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chat/__init__.py",start:4152539,end:4154098,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chat/rude.py",start:4154098,end:4157257,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chat/eliza.py",start:4157257,end:4166541,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chat/util.py",start:4166541,end:4170436,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chat/suntsu.py",start:4170436,end:4177475,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tbl/__init__.py",start:4177475,end:4178236,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tbl/feature.py",start:4178236,end:4187687,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tbl/rule.py",start:4187687,end:4198971,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tbl/erroranalysis.py",start:4198971,end:4200458,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tbl/template.py",start:4200458,end:4213036,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tbl/demo.py",start:4213036,end:4228112,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tbl/api.py",start:4228112,end:4228112,audio:0},{filename:"/lib/python3.8/site-packages/nltk/draw/tree.py",start:4228112,end:4266267,audio:0},{filename:"/lib/python3.8/site-packages/nltk/draw/__init__.py",start:4266267,end:4267198,audio:0},{filename:"/lib/python3.8/site-packages/nltk/draw/table.py",start:4267198,end:4312113,audio:0},{filename:"/lib/python3.8/site-packages/nltk/draw/cfg.py",start:4312113,end:4342057,audio:0},{filename:"/lib/python3.8/site-packages/nltk/draw/dispersion.py",start:4342057,end:4343794,audio:0},{filename:"/lib/python3.8/site-packages/nltk/draw/util.py",start:4343794,end:4432146,audio:0},{filename:"/lib/python3.8/site-packages/nltk/inference/prover9.py",start:4432146,end:4447911,audio:0},{filename:"/lib/python3.8/site-packages/nltk/inference/nonmonotonic.py",start:4447911,end:4466544,audio:0},{filename:"/lib/python3.8/site-packages/nltk/inference/__init__.py",start:4466544,end:4467329,audio:0},{filename:"/lib/python3.8/site-packages/nltk/inference/discourse.py",start:4467329,end:4489557,audio:0},{filename:"/lib/python3.8/site-packages/nltk/inference/tableau.py",start:4489557,end:4515244,audio:0},{filename:"/lib/python3.8/site-packages/nltk/inference/resolution.py",start:4515244,end:4541302,audio:0},{filename:"/lib/python3.8/site-packages/nltk/inference/mace.py",start:4541302,end:4553190,audio:0},{filename:"/lib/python3.8/site-packages/nltk/inference/api.py",start:4553190,end:4572119,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/segmentation.py",start:4572119,end:4579320,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/distance.py",start:4579320,end:4595796,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/aline.py",start:4595796,end:4627303,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/agreement.py",start:4627303,end:4643398,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/scores.py",start:4643398,end:4651089,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/__init__.py",start:4651089,end:4652276,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/confusionmatrix.py",start:4652276,end:4659845,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/spearman.py",start:4659845,end:4661968,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/association.py",start:4661968,end:4677857,audio:0},{filename:"/lib/python3.8/site-packages/nltk/metrics/paice.py",start:4677857,end:4692194,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/concordance_app.py",start:4692194,end:4716379,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/rdparser_app.py",start:4716379,end:4753111,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/__init__.py",start:4753111,end:4754814,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/chartparser_app.py",start:4754814,end:4840575,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/collocations_app.py",start:4840575,end:4854798,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/nemo_app.py",start:4854798,end:4866978,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/wordnet_app.py",start:4866978,end:4901292,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/srparser_app.py",start:4901292,end:4934759,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/wordfreq_app.py",start:4934759,end:4935674,audio:0},{filename:"/lib/python3.8/site-packages/nltk/app/chunkparser_app.py",start:4935674,end:4992610,audio:0},{filename:"/lib/python3.8/site-packages/nltk/misc/sort.py",start:4992610,end:4997012,audio:0},{filename:"/lib/python3.8/site-packages/nltk/misc/__init__.py",start:4997012,end:4997402,audio:0},{filename:"/lib/python3.8/site-packages/nltk/misc/minimalset.py",start:4997402,end:5000297,audio:0},{filename:"/lib/python3.8/site-packages/nltk/misc/chomsky.py",start:5000297,end:5005462,audio:0},{filename:"/lib/python3.8/site-packages/nltk/misc/wordfinder.py",start:5005462,end:5009670,audio:0},{filename:"/lib/python3.8/site-packages/nltk/misc/babelfish.py",start:5009670,end:5010021,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chunk/__init__.py",start:5010021,end:5017437,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chunk/named_entity.py",start:5017437,end:5028361,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chunk/regexp.py",start:5028361,end:5082775,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chunk/util.py",start:5082775,end:5103513,audio:0},{filename:"/lib/python3.8/site-packages/nltk/chunk/api.py",start:5103513,end:5105249,audio:0},{filename:"/lib/python3.8/site-packages/nltk/twitter/twitterclient.py",start:5105249,end:5124261,audio:0},{filename:"/lib/python3.8/site-packages/nltk/twitter/__init__.py",start:5124261,end:5125064,audio:0},{filename:"/lib/python3.8/site-packages/nltk/twitter/twitter_demo.py",start:5125064,end:5133125,audio:0},{filename:"/lib/python3.8/site-packages/nltk/twitter/util.py",start:5133125,end:5137688,audio:0},{filename:"/lib/python3.8/site-packages/nltk/twitter/common.py",start:5137688,end:5147507,audio:0},{filename:"/lib/python3.8/site-packages/nltk/twitter/api.py",start:5147507,end:5152076,audio:0},{filename:"/lib/python3.8/site-packages/nltk/ccg/lexicon.py",start:5152076,end:5161613,audio:0},{filename:"/lib/python3.8/site-packages/nltk/ccg/__init__.py",start:5161613,end:5162489,audio:0},{filename:"/lib/python3.8/site-packages/nltk/ccg/logic.py",start:5162489,end:5164295,audio:0},{filename:"/lib/python3.8/site-packages/nltk/ccg/chart.py",start:5164295,end:5177958,audio:0},{filename:"/lib/python3.8/site-packages/nltk/ccg/combinator.py",start:5177958,end:5188304,audio:0},{filename:"/lib/python3.8/site-packages/nltk/ccg/api.py",start:5188304,end:5198330,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/texttiling.py",start:5198330,end:5214902,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/mwe.py",start:5214902,end:5218721,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/simple.py",start:5218721,end:5223855,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/sexpr.py",start:5223855,end:5229030,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/punkt.py",start:5229030,end:5291040,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/stanford.py",start:5291040,end:5295085,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/casual.py",start:5295085,end:5306361,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/__init__.py",start:5306361,end:5311283,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/repp.py",start:5311283,end:5319398,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/destructive.py",start:5319398,end:5324674,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/treebank.py",start:5324674,end:5339855,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/sonority_sequencing.py",start:5339855,end:5347274,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/toktok.py",start:5347274,end:5354854,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/regexp.py",start:5354854,end:5362726,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/util.py",start:5362726,end:5372707,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/api.py",start:5372707,end:5374822,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/nist.py",start:5374822,end:5382435,audio:0},{filename:"/lib/python3.8/site-packages/nltk/tokenize/stanford_segmenter.py",start:5382435,end:5392245,audio:0}],remote_package_size:2871265,package_uuid:"4444954c-6697-41e1-a1d2-17bad3685548"})})(); |