-
Notifications
You must be signed in to change notification settings - Fork 4
/
nltk.js
3 lines (3 loc) · 84.9 KB
/
nltk.js
1
2
3
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"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.7",true,true);Module["FS_createPath"]("/lib/python3.7","site-packages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","nltk",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","translate",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","cluster",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","ccg",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","tbl",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","app",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","corpus",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk/corpus","reader",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","tag",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","stem",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","metrics",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","draw",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","chat",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","tokenize",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","parse",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","sentiment",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","sem",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","test",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk/test","unit",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk/test/unit","translate",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk/test/unit","lm",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","twitter",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","classify",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","lm",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","inference",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","misc",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/nltk","chunk",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","nltk-3.4.5-py3.7.egg-info",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:2895218,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1193,2621,4049,5428,6481,7668,8902,10287,11341,12623,14056,15408,16614,17599,18716,19837,20907,22010,23048,23882,25149,26306,27147,28096,29143,30240,31256,32490,33298,34273,35299,36408,37625,38708,39820,41130,42442,43659,44839,46061,47104,48194,49365,50514,51478,52459,53608,54593,55678,56922,58060,58988,60070,61015,62110,63097,64110,65390,66460,67575,68869,70372,71423,72469,73845,74774,75782,76474,77252,77845,78488,79794,80991,82152,83396,84325,85256,86322,87853,89113,90468,91415,92604,93691,94957,96113,97135,98128,99292,100323,101726,103085,104101,105473,106864,108173,109460,110728,111697,112916,114222,115439,116438,117210,118381,119554,120242,121142,122377,123588,124340,125617,126951,128428,129526,130731,131908,133039,133973,135253,136545,137750,138900,139992,141261,142346,143427,144425,145640,146854,147925,149006,150251,151344,152386,153324,154432,155392,156530,157646,158919,160325,161672,163005,163918,165072,166131,167076,168172,169293,170388,171461,172476,173434,174556,175590,176671,177750,178795,180013,180962,182114,183293,184384,185480,186732,187792,188999,190226,191298,192579,194130,195425,196752,197953,199067,199681,200682,201714,202687,203832,204917,206131,207110,207900,208883,210033,211021,212154,213341,214335,215262,216276,217457,218498,219604,220762,221704,222721,223806,224592,225712,226718,227704,228881,230044,231162,232209,233180,234289,235475,236728,238082,239199,240243,241565,242980,244272,245223,246478,247691,248779,249762,250916,252032,253102,254460,255350,256426,257591,258795,259841,260976,262074,263157,264337,265420,266582,268172,269623,270962,272265,273339,274419,275833,277221,278273,279494,280654,281839,282922,283745,284536,285721,286820,287974,289125,290076,291177,292418,293654,294532,295809,296834,298177,299314,300734,301762,302930,304281,305487,306880,308113,309263,310018,310920,311892,312968,314151,315390,316493,317742,318935,320187,321221,322469,323582,324763,325873,326613,327807,328828,329825,330860,331962,333167,334107,335339,336241,337278,338359,339310,340494,341633,343107,344270,345195,346147,347093,348261,349613,350707,352054,353153,354586,355662,357056,358260,359578,360549,361716,362970,364142,365495,366693,367829,368864,369929,371075,372216,373359,374788,376061,377385,378590,379719,381087,382383,383205,384391,385456,386647,387921,389187,390591,391796,393011,394216,395606,396680,398246,399333,400452,402046,403169,404509,405892,407502,408804,409822,411250,412432,413626,414887,416147,417273,418212,419511,420274,421462,422095,423251,424494,425752,427209,428296,429462,430625,431897,433390,434528,435682,436804,438303,439552,440877,442017,443034,443829,444848,445911,447142,448092,448973,449806,450785,452232,453664,454733,455805,456927,457997,458835,460128,461272,462330,463492,464693,465844,466837,467870,468978,470146,471446,472703,473970,475220,476345,477244,478182,479137,480063,481369,482553,483900,485237,486542,487473,488634,489605,490610,491489,492728,493943,494863,496125,497303,498526,499720,500933,502452,503770,504877,506191,507315,508470,509660,511305,512576,513812,514987,516547,517828,519015,520104,521087,522123,523044,523946,524791,525787,527143,528270,529478,530436,531620,532723,533820,535064,536065,537154,538574,539533,540804,541979,543177,544593,546080,547532,548673,549640,550840,551983,553439,554596,555690,556764,558171,559089,560181,561471,562547,563956,565096,566185,567440,568708,569570,570586,571680,572824,574009,575154,576405,577549,578692,579906,581353,582245,583290,584392,585588,586649,588061,589338,590485,591635,592712,593807,595216,596610,597773,599023,600094,601286,602377,603662,604949,606061,607257,608416,609569,610712,612286,613491,614573,615556,616858,618212,619501,620866,621988,623165,624189,625603,627009,628085,628982,629641,630682,631380,632016,633089,634100,635145,635912,636957,637839,638898,639859,640757,641916,643318,644780,645888,646786,647536,648189,648951,649977,650974,652102,653003,653924,654950,655944,656871,657960,659167,660507,661988,663104,664489,665816,667171,668001,669336,670673,671933,673131,674232,675350,676542,678028,679512,680741,682239,684296,686315,688342,689878,690911,692418,693791,694880,695988,696968,697824,698870,699920,700933,702040,702964,703732,704632,705545,706159,707210,708485,709514,710708,711830,713062,714182,715230,716338,717441,718486,719614,720560,721637,722563,723775,724699,725277,726028,726686,727385,728227,729112,729942,730827,731723,732658,734142,734732,735868,736443,737362,738276,739281,740218,741156,742030,743118,744104,745398,746640,747868,748907,749885,750785,751883,753070,754027,754596,755653,756426,757460,758369,759390,760417,761275,762199,763274,764360,765418,766408,767486,768516,769633,770819,771839,772982,774270,775376,776293,777210,778070,779127,780221,781594,782654,783589,784601,785604,786415,787529,789021,790030,791336,792235,793557,794954,796266,797516,798854,800041,800892,802183,803551,804819,806100,807075,808106,808773,809968,811113,812573,813673,814761,815493,816402,817704,818374,819281,820153,821606,822819,824125,825258,826304,827613,828757,829561,830843,831824,832441,833226,834150,835612,836748,837994,838565,839187,840135,841109,842209,843601,844515,845532,846604,847811,848427,849439,850851,851919,853115,854318,854915,855729,857107,858249,859228,860212,861139,862079,863490,864493,865529,866694,867622,868752,869871,870557,871138,871609,872994,874097,875438,876759,877478,878921,880103,881137,882279,883464,884621,885448,886412,887963,889053,890485,891635,892403,893542,894925,896343,897614,898761,899864,901108,902151,903312,904442,905728,906810,907902,909294,910339,911541,912845,913474,914700,915734,916951,918295,919448,920636,922e3,923209,924354,924874,926314,927686,929264,930324,931532,932507,933386,934648,935429,936824,937911,938912,939949,940964,942038,942983,943912,944783,945526,946370,947152,948500,949784,951058,952552,953556,954154,954973,956044,957035,958110,959121,960320,961564,962737,964080,965330,966555,967527,968616,969717,970825,972253,973043,974508,975692,976718,977710,979061,979832,981240,982391,983152,984008,984975,985849,986879,988041,989300,990238,990955,992107,993085,994191,995260,996221,997307,998171,999611,1000704,1001766,1002877,1004003,1005150,1006007,1006962,1008351,1009526,1010765,1011861,1012912,1013781,1014257,1014723,1015844,1017228,1018574,1019281,1020266,1021331,1022601,1023684,1024596,1025575,1026609,1027968,1028968,1030181,1031328,1032409,1033749,1035130,1036165,1037356,1038566,1039872,1040976,1042184,1043251,1044454,1045473,1046495,1047662,1048807,1049783,1050824,1051560,1052464,1053517,1054542,1055632,1056900,1058164,1059144,1060622,1061676,1062968,1063708,1064895,1066202,1067261,1068740,1069751,1070568,1071600,1072774,1074065,1075557,1076769,1077934,1079160,1080376,1081397,1082494,1083595,1084611,1085766,1086739,1087458,1088793,1090080,1091552,1092625,1093723,1094600,1095895,1097207,1098493,1099485,1100897,1102132,1103329,1104337,1105516,1106717,1107854,1108879,1110288,1111521,1112613,1114070,1115489,1116554,1117819,1118828,1119847,1120799,1121972,1122925,1123877,1124923,1126238,1127171,1128202,1129162,1130121,1131174,1132200,1133264,1134299,1135342,1136077,1136898,1137984,1139032,1140575,1141855,1143065,1144191,1145614,1146943,1148314,1149472,1150573,1151631,1152917,1153832,1154906,1155546,1156713,1157944,1159212,1160504,1161754,1162937,1164418,1165884,1167018,1168121,1169580,1170802,1171907,1173122,1174739,1176165,1177359,1178380,1179555,1180734,1181981,1183120,1184143,1185616,1187124,1188509,1189512,1190658,1191677,1192760,1193817,1194918,1196010,1197216,1198149,1198892,1200001,1201153,1202181,1203313,1204459,1205461,1206419,1207662,1208855,1210065,1211126,1212465,1213852,1214996,1216224,1217537,1218754,1220128,1221499,1222409,1223666,1224891,1226100,1227315,1228427,1229350,1230338,1231092,1232133,1233226,1234506,1235609,1236540,1237725,1238975,1240143,1241317,1242463,1243676,1244969,1246127,1247190,1248073,1249252,1250325,1251430,1252553,1253913,1255224,1256540,1257733,1258761,1259986,1261495,1262676,1263954,1265171,1266336,1267697,1269079,1270391,1271770,1272940,1274177,1275224,1276263,1277448,1278318,1279225,1280013,1280467,1281005,1281549,1282149,1282965,1283497,1284284,1285476,1286340,1287454,1288119,1289026,1289940,1290881,1291774,1292478,1293128,1293502,1294058,1294630,1295571,1296483,1297081,1297629,1298340,1299318,1300158,1300992,1301672,1302187,1302932,1303631,1304811,1305952,1306711,1307476,1308287,1308953,1309795,1310446,1311088,1312106,1312837,1313761,1314541,1315165,1316129,1317062,1317901,1318766,1319452,1320079,1320988,1321656,1322543,1323280,1323722,1324392,1325094,1325803,1326431,1327073,1327956,1328342,1328749,1329243,1329930,1330917,1331409,1332202,1333026,1333704,1334604,1335205,1335874,1336902,1337967,1339085,1340530,1341503,1342509,1343096,1343732,1344339,1345622,1346769,1347658,1348764,1349900,1350719,1351854,1353278,1354242,1355248,1356395,1357706,1358840,1360092,1361195,1362252,1363353,1364434,1365591,1366478,1367385,1368254,1369445,1370661,1372135,1372868,1373553,1374495,1375320,1376057,1376885,1378279,1379542,1380606,1381885,1383121,1384310,1385436,1386715,1388097,1389178,1390225,1391418,1392748,1393883,1394864,1395884,1397329,1398671,1400003,1401246,1402541,1403939,1405238,1406385,1407817,1409384,1410573,1411695,1413134,1414580,1415510,1415806,1416110,1416410,1416671,1416973,1417284,1417613,1417879,1418159,1418458,1419779,1420489,1421922,1423444,1424673,1425811,1426915,1428094,1429173,1430321,1431689,1432518,1433785,1434921,1436507,1437966,1439150,1440278,1441400,1442535,1443649,1444865,1446009,1447213,1448227,1449186,1450244,1451342,1452207,1453472,1454309,1454972,1455938,1457324,1458556,1459404,1460377,1461441,1462527,1463544,1464728,1465904,1466975,1468198,1469237,1470385,1471807,1472834,1473769,1474765,1475945,1477089,1478210,1479286,1480239,1481409,1482541,1483494,1484662,1486090,1487477,1488761,1489959,1491019,1492095,1493108,1494169,1495132,1496195,1497214,1498270,1499426,1500471,1501622,1502986,1503973,1505082,1505962,1507206,1508195,1509217,1510244,1511109,1512252,1513266,1514199,1515350,1516453,1517378,1518589,1519790,1520874,1521790,1522985,1524139,1525260,1526342,1527251,1528197,1529282,1530341,1531483,1532823,1533902,1534698,1535619,1536578,1537352,1538130,1539132,1540153,1541308,1541933,1542860,1543428,1544171,1545245,1546149,1547240,1548371,1549673,1551173,1552686,1553675,1554678,1555633,1556824,1558012,1559403,1560647,1561993,1563185,1564668,1566105,1567316,1568598,1569838,1571205,1572732,1574099,1575529,1577125,1578282,1579516,1580688,1582182,1583359,1584555,1585632,1587001,1588106,1589199,1590313,1591224,1592386,1593415,1594558,1595823,1596994,1598083,1599120,1600238,1601528,1602811,1604016,1604938,1605992,1607146,1608326,1609339,1610505,1611737,1612821,1614030,1615153,1616522,1617773,1619077,1620404,1621514,1622359,1623228,1624655,1626048,1627281,1628627,1629961,1630949,1632124,1633448,1634606,1635810,1636846,1638257,1639653,1640949,1642234,1643690,1644944,1646251,1647614,1649162,1650483,1651591,1652598,1654057,1655116,1656390,1657628,1658897,1660297,1661479,1662448,1663838,1665261,1666478,1667764,1669075,1670323,1671561,1672615,1673829,1674776,1675881,1677162,1678604,1680040,1681341,1682690,1683899,1685090,1686375,1687394,1688661,1689878,1691162,1692349,1693499,1694579,1695764,1696753,1697915,1698862,1699678,1700847,1702209,1703301,1704520,1705823,1707023,1708130,1709263,1710445,1711645,1713023,1714351,1715470,1716568,1717380,1718287,1719425,1720137,1720678,1722037,1723140,1724415,1725462,1726452,1727559,1728724,1729880,1731038,1731688,1732806,1733859,1734874,1736265,1737617,1738594,1739563,1740494,1741621,1742348,1743470,1744525,1745522,1746907,1748214,1749216,1750268,1751475,1752501,1753559,1754670,1755643,1756798,1758039,1759064,1759943,1760840,1761687,1762597,1764027,1765441,1766467,1767663,1768806,1770159,1771406,1772498,1773605,1774669,1775793,1776721,1777906,1779082,1780178,1781328,1782398,1783734,1785026,1786140,1787318,1788461,1789880,1790916,1791661,1792691,1793517,1794681,1795781,1796796,1797802,1798727,1799960,1800964,1801914,1802763,1803642,1804940,1806130,1807246,1808328,1809533,1810676,1811669,1812763,1813927,1814892,1815972,1817226,1818156,1819185,1820631,1821952,1822957,1823876,1825106,1826172,1827306,1828648,1829599,1830628,1831734,1832927,1834218,1835286,1836451,1837374,1838496,1839547,1840543,1841645,1842809,1843952,1844915,1846134,1847220,1848116,1849195,1850252,1851228,1852429,1853415,1854479,1855635,1856970,1857897,1859093,1860143,1861188,1862387,1863417,1864557,1865554,1866165,1867065,1867616,1868691,1870033,1871354,1872510,1873668,1874841,1875904,1876977,1878225,1879402,1880824,1881869,1883027,1884258,1885407,1886729,1888065,1889217,1890425,1891608,1892951,1894131,1895169,1896366,1897375,1898503,1899547,1900722,1902007,1903203,1904219,1905253,1906468,1907730,1908978,1910025,1911158,1912353,1913459,1914708,1916015,1917226,1918457,1919579,1920668,1922086,1923200,1924425,1925524,1926433,1927897,1928795,1930148,1931373,1932482,1933397,1934205,1934997,1935972,1937280,1938608,1939762,1940637,1941614,1942577,1943531,1944451,1945392,1946368,1947269,1948527,1949582,1950357,1951346,1952566,1953418,1954568,1955650,1956715,1957811,1958880,1959840,1960780,1961774,1962612,1963702,1964600,1965688,1966460,1967325,1968052,1968935,1969864,1971074,1972058,1973254,1974187,1975001,1976050,1977149,1978179,1979040,1980160,1980786,1981902,1983029,1984104,1985518,1986666,1987620,1988656,1989689,1990442,1991212,1992383,1993393,1994715,1996177,1997451,1998883,2000112,2001276,2002621,2003733,2004917,2006240,2006787,2007493,2008997,2010453,2011748,2012779,2013910,2015086,2016338,2017633,2018833,2020179,2021472,2022621,2023872,2025110,2026158,2027496,2028643,2029984,2031180,2032251,2033113,2033961,2034998,2036112,2037095,2038475,2039824,2040914,2042117,2043332,2044465,2045659,2047031,2048379,2049718,2051104,2052291,2053608,2054928,2056216,2057389,2058129,2059347,2060314,2061474,2062500,2063689,2065107,2066074,2067067,2068134,2069303,2070304,2071150,2071985,2072687,2073410,2074157,2074849,2075570,2076550,2077039,2077525,2077984,2078717,2079658,2080532,2081399,2082066,2082765,2083500,2084391,2085440,2086801,2087788,2088817,2089827,2091133,2092087,2093082,2094204,2095319,2096119,2097049,2098065,2099099,2100049,2100990,2101943,2102855,2103655,2104780,2105701,2106732,2107615,2108479,2109458,2110442,2111386,2112419,2113297,2114390,2115559,2116720,2117846,2118957,2120222,2121409,2122372,2123716,2125018,2126390,2127720,2128833,2129992,2131441,2132727,2134066,2134783,2135755,2136526,2137024,2137989,2138397,2139048,2139436,2139951,2140903,2141421,2142818,2144310,2145718,2147035,2148525,2149947,2151124,2152306,2153112,2154201,2154941,2155737,2156666,2157562,2158625,2159287,2160425,2161647,2162706,2163673,2164544,2165421,2166413,2167215,2167738,2168987,2169894,2171193,2172347,2173809,2175204,2176461,2177653,2178849,2180055,2181343,2182662,2183930,2185331,2186693,2188070,2189227,2190480,2191631,2192769,2194079,2195448,2196861,2198245,2199744,2201032,2202087,2203216,2204410,2205820,2206589,2207853,2209302,2210520,2211936,2213476,2214688,2215854,2217270,2218773,2220127,2221326,2222800,2224264,2225467,2226668,2227701,2228813,2229907,2230987,2232309,2233526,2234707,2235864,2237100,2238017,2239160,2240536,2241851,2243034,2244451,2245784,2246813,2247877,2248652,2249865,2250989,2252161,2252985,2253954,2255007,2256067,2257041,2258295,2259795,2260931,2262156,2263364,2264620,2265920,2267203,2268687,2270129,2271594,2273034,2274174,2275736,2276778,2277720,2278864,2280200,2281268,2282730,2283483,2284665,2285650,2286709,2287894,2289434,2290759,2292373,2293994,2295221,2296280,2297148,2298011,2299080,2299952,2301082,2302292,2303392,2304322,2305040,2306195,2307303,2308378,2309313,2310490,2311320,2312250,2313090,2313828,2314848,2315865,2316804,2317771,2318614,2319331,2320278,2321396,2322271,2323501,2324954,2326388,2327454,2328238,2328882,2329736,2330704,2331783,2333177,2334534,2335582,2336243,2336670,2337435,2338267,2338687,2339183,2339669,2340132,2340580,2341450,2342252,2342751,2343436,2344333,2345563,2346718,2348035,2349187,2350257,2351567,2352874,2354130,2355149,2355786,2356958,2357682,2358971,2360510,2361942,2363282,2364340,2364978,2365663,2366440,2367119,2367913,2368557,2369327,2369991,2370991,2372021,2372729,2373717,2374549,2375714,2377012,2377942,2378469,2379167,2379757,2380637,2381287,2381988,2382619,2383453,2383966,2384860,2385760,2386376,2386853,2387330,2387923,2389145,2390486,2391771,2393124,2394100,2395235,2396525,2397595,2398670,2399845,2401016,2402017,2403498,2404880,2406225,2407347,2408313,2409386,2410090,2411206,2412431,2413733,2414658,2415489,2416430,2417182,2417791,2418505,2419251,2420121,2421308,2421983,2423067,2423870,2424739,2425848,2426951,2428356,2429543,2430532,2431759,2433138,2434279,2435491,2436847,2438258,2439463,2440418,2441079,2441936,2442926,2443540,2444487,2445640,2446528,2447479,2448519,2449954,2451290,2452696,2453969,2455168,2456349,2457682,2459113,2460397,2461436,2462804,2464138,2464979,2466336,2467795,2468894,2469877,2470845,2472375,2474007,2475499,2476958,2478236,2479601,2480745,2482219,2483761,2485412,2486989,2488021,2488703,2489412,2490223,2491493,2492640,2493630,2495011,2496065,2496645,2497193,2498131,2499225,2500030,2500429,2501094,2502091,2503136,2503611,2503938,2504516,2505247,2505987,2506713,2507497,2508144,2508911,2509448,2510164,2511082,2511838,2512595,2513633,2514850,2515892,2517116,2518114,2519113,2519835,2520794,2521703,2522724,2523921,2525241,2525620,2526068,2526439,2527112,2527743,2528150,2528539,2528917,2529527,2529897,2530679,2531109,2531491,2532183,2532753,2533115,2533506,2533804,2534359,2534726,2535425,2536067,2536429,2536802,2537163,2537661,2538012,2539060,2540306,2541279,2542405,2543122,2544145,2545274,2546700,2547785,2549e3,2549848,2550791,2551799,2552792,2553721,2554350,2555487,2556453,2557633,2558348,2559201,2560323,2561470,2562147,2562974,2563742,2564894,2565754,2566640,2567810,2568647,2569624,2570545,2571286,2572309,2573320,2574186,2575353,2576499,2577210,2578003,2578693,2579548,2580526,2581439,2582416,2583630,2584138,2585290,2586141,2587002,2587884,2588953,2590115,2591138,2592009,2593264,2594212,2595222,2596409,2597513,2598536,2599637,2600739,2601881,2602835,2603890,2604709,2606008,2607193,2608386,2609606,2610669,2612030,2613204,2614215,2615461,2616729,2618133,2619424,2620718,2622015,2623156,2624677,2625786,2627048,2628313,2629577,2630686,2632223,2633410,2634657,2635774,2636936,2638269,2639466,2640684,2642007,2643176,2644169,2645389,2646678,2647767,2649206,2650555,2651799,2652904,2653997,2655322,2656532,2657686,2658824,2660051,2661202,2662253,2663456,2664678,2665680,2666839,2668081,2669070,2670182,2671372,2672704,2673712,2675035,2676148,2677559,2678933,2680103,2681466,2682655,2683885,2685290,2686539,2687815,2689138,2690462,2691608,2692810,2693915,2694998,2696123,2697399,2698750,2699705,2700678,2701877,2703090,2704660,2705886,2707087,2708559,2709879,2711446,2712585,2713818,2715223,2716334,2717300,2718229,2719611,2720662,2721722,2722599,2723328,2724284,2725512,2726467,2727373,2728547,2729642,2731204,2732567,2734093,2735633,2737110,2738414,2739721,2741077,2742342,2743585,2745026,2746284,2747657,2748894,2750118,2751371,2752708,2753775,2754758,2755867,2757138,2758178,2759645,2760827,2761830,2762933,2763556,2764682,2765807,2766973,2768422,2769582,2770560,2771640,2772736,2773818,2774879,2775999,2777079,2778287,2779225,2780589,2781590,2782756,2783848,2784906,2786003,2786672,2787398,2788317,2789634,2790425,2791031,2791911,2792649,2792999,2793649,2794565,2795544,2796469,2797174,2798174,2799414,2800594,2801668,2802878,2803998,2804927,2806071,2807086,2808121,2809222,2810155,2811255,2812131,2813209,2814198,2815146,2816238,2817265,2818351,2819313,2820401,2821366,2822441,2824053,2825657,2827320,2828478,2829786,2830974,2832291,2833416,2834685,2835533,2836630,2837861,2838965,2840194,2841456,2842715,2843898,2845198,2846360,2847616,2848809,2849975,2851006,2852136,2853264,2854258,2855315,2856413,2857578,2858611,2859821,2861179,2862433,2863401,2864438,2865904,2867099,2868312,2869581,2870644,2871858,2873206,2874473,2876009,2877182,2878538,2879487,2880556,2881401,2882516,2883823,2885116,2886301,2887589,2889040,2890242,2891014,2891946,2892767,2893550,2894547],
sizes:[1193,1428,1428,1379,1053,1187,1234,1385,1054,1282,1433,1352,1206,985,1117,1121,1070,1103,1038,834,1267,1157,841,949,1047,1097,1016,1234,808,975,1026,1109,1217,1083,1112,1310,1312,1217,1180,1222,1043,1090,1171,1149,964,981,1149,985,1085,1244,1138,928,1082,945,1095,987,1013,1280,1070,1115,1294,1503,1051,1046,1376,929,1008,692,778,593,643,1306,1197,1161,1244,929,931,1066,1531,1260,1355,947,1189,1087,1266,1156,1022,993,1164,1031,1403,1359,1016,1372,1391,1309,1287,1268,969,1219,1306,1217,999,772,1171,1173,688,900,1235,1211,752,1277,1334,1477,1098,1205,1177,1131,934,1280,1292,1205,1150,1092,1269,1085,1081,998,1215,1214,1071,1081,1245,1093,1042,938,1108,960,1138,1116,1273,1406,1347,1333,913,1154,1059,945,1096,1121,1095,1073,1015,958,1122,1034,1081,1079,1045,1218,949,1152,1179,1091,1096,1252,1060,1207,1227,1072,1281,1551,1295,1327,1201,1114,614,1001,1032,973,1145,1085,1214,979,790,983,1150,988,1133,1187,994,927,1014,1181,1041,1106,1158,942,1017,1085,786,1120,1006,986,1177,1163,1118,1047,971,1109,1186,1253,1354,1117,1044,1322,1415,1292,951,1255,1213,1088,983,1154,1116,1070,1358,890,1076,1165,1204,1046,1135,1098,1083,1180,1083,1162,1590,1451,1339,1303,1074,1080,1414,1388,1052,1221,1160,1185,1083,823,791,1185,1099,1154,1151,951,1101,1241,1236,878,1277,1025,1343,1137,1420,1028,1168,1351,1206,1393,1233,1150,755,902,972,1076,1183,1239,1103,1249,1193,1252,1034,1248,1113,1181,1110,740,1194,1021,997,1035,1102,1205,940,1232,902,1037,1081,951,1184,1139,1474,1163,925,952,946,1168,1352,1094,1347,1099,1433,1076,1394,1204,1318,971,1167,1254,1172,1353,1198,1136,1035,1065,1146,1141,1143,1429,1273,1324,1205,1129,1368,1296,822,1186,1065,1191,1274,1266,1404,1205,1215,1205,1390,1074,1566,1087,1119,1594,1123,1340,1383,1610,1302,1018,1428,1182,1194,1261,1260,1126,939,1299,763,1188,633,1156,1243,1258,1457,1087,1166,1163,1272,1493,1138,1154,1122,1499,1249,1325,1140,1017,795,1019,1063,1231,950,881,833,979,1447,1432,1069,1072,1122,1070,838,1293,1144,1058,1162,1201,1151,993,1033,1108,1168,1300,1257,1267,1250,1125,899,938,955,926,1306,1184,1347,1337,1305,931,1161,971,1005,879,1239,1215,920,1262,1178,1223,1194,1213,1519,1318,1107,1314,1124,1155,1190,1645,1271,1236,1175,1560,1281,1187,1089,983,1036,921,902,845,996,1356,1127,1208,958,1184,1103,1097,1244,1001,1089,1420,959,1271,1175,1198,1416,1487,1452,1141,967,1200,1143,1456,1157,1094,1074,1407,918,1092,1290,1076,1409,1140,1089,1255,1268,862,1016,1094,1144,1185,1145,1251,1144,1143,1214,1447,892,1045,1102,1196,1061,1412,1277,1147,1150,1077,1095,1409,1394,1163,1250,1071,1192,1091,1285,1287,1112,1196,1159,1153,1143,1574,1205,1082,983,1302,1354,1289,1365,1122,1177,1024,1414,1406,1076,897,659,1041,698,636,1073,1011,1045,767,1045,882,1059,961,898,1159,1402,1462,1108,898,750,653,762,1026,997,1128,901,921,1026,994,927,1089,1207,1340,1481,1116,1385,1327,1355,830,1335,1337,1260,1198,1101,1118,1192,1486,1484,1229,1498,2057,2019,2027,1536,1033,1507,1373,1089,1108,980,856,1046,1050,1013,1107,924,768,900,913,614,1051,1275,1029,1194,1122,1232,1120,1048,1108,1103,1045,1128,946,1077,926,1212,924,578,751,658,699,842,885,830,885,896,935,1484,590,1136,575,919,914,1005,937,938,874,1088,986,1294,1242,1228,1039,978,900,1098,1187,957,569,1057,773,1034,909,1021,1027,858,924,1075,1086,1058,990,1078,1030,1117,1186,1020,1143,1288,1106,917,917,860,1057,1094,1373,1060,935,1012,1003,811,1114,1492,1009,1306,899,1322,1397,1312,1250,1338,1187,851,1291,1368,1268,1281,975,1031,667,1195,1145,1460,1100,1088,732,909,1302,670,907,872,1453,1213,1306,1133,1046,1309,1144,804,1282,981,617,785,924,1462,1136,1246,571,622,948,974,1100,1392,914,1017,1072,1207,616,1012,1412,1068,1196,1203,597,814,1378,1142,979,984,927,940,1411,1003,1036,1165,928,1130,1119,686,581,471,1385,1103,1341,1321,719,1443,1182,1034,1142,1185,1157,827,964,1551,1090,1432,1150,768,1139,1383,1418,1271,1147,1103,1244,1043,1161,1130,1286,1082,1092,1392,1045,1202,1304,629,1226,1034,1217,1344,1153,1188,1364,1209,1145,520,1440,1372,1578,1060,1208,975,879,1262,781,1395,1087,1001,1037,1015,1074,945,929,871,743,844,782,1348,1284,1274,1494,1004,598,819,1071,991,1075,1011,1199,1244,1173,1343,1250,1225,972,1089,1101,1108,1428,790,1465,1184,1026,992,1351,771,1408,1151,761,856,967,874,1030,1162,1259,938,717,1152,978,1106,1069,961,1086,864,1440,1093,1062,1111,1126,1147,857,955,1389,1175,1239,1096,1051,869,476,466,1121,1384,1346,707,985,1065,1270,1083,912,979,1034,1359,1e3,1213,1147,1081,1340,1381,1035,1191,1210,1306,1104,1208,1067,1203,1019,1022,1167,1145,976,1041,736,904,1053,1025,1090,1268,1264,980,1478,1054,1292,740,1187,1307,1059,1479,1011,817,1032,1174,1291,1492,1212,1165,1226,1216,1021,1097,1101,1016,1155,973,719,1335,1287,1472,1073,1098,877,1295,1312,1286,992,1412,1235,1197,1008,1179,1201,1137,1025,1409,1233,1092,1457,1419,1065,1265,1009,1019,952,1173,953,952,1046,1315,933,1031,960,959,1053,1026,1064,1035,1043,735,821,1086,1048,1543,1280,1210,1126,1423,1329,1371,1158,1101,1058,1286,915,1074,640,1167,1231,1268,1292,1250,1183,1481,1466,1134,1103,1459,1222,1105,1215,1617,1426,1194,1021,1175,1179,1247,1139,1023,1473,1508,1385,1003,1146,1019,1083,1057,1101,1092,1206,933,743,1109,1152,1028,1132,1146,1002,958,1243,1193,1210,1061,1339,1387,1144,1228,1313,1217,1374,1371,910,1257,1225,1209,1215,1112,923,988,754,1041,1093,1280,1103,931,1185,1250,1168,1174,1146,1213,1293,1158,1063,883,1179,1073,1105,1123,1360,1311,1316,1193,1028,1225,1509,1181,1278,1217,1165,1361,1382,1312,1379,1170,1237,1047,1039,1185,870,907,788,454,538,544,600,816,532,787,1192,864,1114,665,907,914,941,893,704,650,374,556,572,941,912,598,548,711,978,840,834,680,515,745,699,1180,1141,759,765,811,666,842,651,642,1018,731,924,780,624,964,933,839,865,686,627,909,668,887,737,442,670,702,709,628,642,883,386,407,494,687,987,492,793,824,678,900,601,669,1028,1065,1118,1445,973,1006,587,636,607,1283,1147,889,1106,1136,819,1135,1424,964,1006,1147,1311,1134,1252,1103,1057,1101,1081,1157,887,907,869,1191,1216,1474,733,685,942,825,737,828,1394,1263,1064,1279,1236,1189,1126,1279,1382,1081,1047,1193,1330,1135,981,1020,1445,1342,1332,1243,1295,1398,1299,1147,1432,1567,1189,1122,1439,1446,930,296,304,300,261,302,311,329,266,280,299,1321,710,1433,1522,1229,1138,1104,1179,1079,1148,1368,829,1267,1136,1586,1459,1184,1128,1122,1135,1114,1216,1144,1204,1014,959,1058,1098,865,1265,837,663,966,1386,1232,848,973,1064,1086,1017,1184,1176,1071,1223,1039,1148,1422,1027,935,996,1180,1144,1121,1076,953,1170,1132,953,1168,1428,1387,1284,1198,1060,1076,1013,1061,963,1063,1019,1056,1156,1045,1151,1364,987,1109,880,1244,989,1022,1027,865,1143,1014,933,1151,1103,925,1211,1201,1084,916,1195,1154,1121,1082,909,946,1085,1059,1142,1340,1079,796,921,959,774,778,1002,1021,1155,625,927,568,743,1074,904,1091,1131,1302,1500,1513,989,1003,955,1191,1188,1391,1244,1346,1192,1483,1437,1211,1282,1240,1367,1527,1367,1430,1596,1157,1234,1172,1494,1177,1196,1077,1369,1105,1093,1114,911,1162,1029,1143,1265,1171,1089,1037,1118,1290,1283,1205,922,1054,1154,1180,1013,1166,1232,1084,1209,1123,1369,1251,1304,1327,1110,845,869,1427,1393,1233,1346,1334,988,1175,1324,1158,1204,1036,1411,1396,1296,1285,1456,1254,1307,1363,1548,1321,1108,1007,1459,1059,1274,1238,1269,1400,1182,969,1390,1423,1217,1286,1311,1248,1238,1054,1214,947,1105,1281,1442,1436,1301,1349,1209,1191,1285,1019,1267,1217,1284,1187,1150,1080,1185,989,1162,947,816,1169,1362,1092,1219,1303,1200,1107,1133,1182,1200,1378,1328,1119,1098,812,907,1138,712,541,1359,1103,1275,1047,990,1107,1165,1156,1158,650,1118,1053,1015,1391,1352,977,969,931,1127,727,1122,1055,997,1385,1307,1002,1052,1207,1026,1058,1111,973,1155,1241,1025,879,897,847,910,1430,1414,1026,1196,1143,1353,1247,1092,1107,1064,1124,928,1185,1176,1096,1150,1070,1336,1292,1114,1178,1143,1419,1036,745,1030,826,1164,1100,1015,1006,925,1233,1004,950,849,879,1298,1190,1116,1082,1205,1143,993,1094,1164,965,1080,1254,930,1029,1446,1321,1005,919,1230,1066,1134,1342,951,1029,1106,1193,1291,1068,1165,923,1122,1051,996,1102,1164,1143,963,1219,1086,896,1079,1057,976,1201,986,1064,1156,1335,927,1196,1050,1045,1199,1030,1140,997,611,900,551,1075,1342,1321,1156,1158,1173,1063,1073,1248,1177,1422,1045,1158,1231,1149,1322,1336,1152,1208,1183,1343,1180,1038,1197,1009,1128,1044,1175,1285,1196,1016,1034,1215,1262,1248,1047,1133,1195,1106,1249,1307,1211,1231,1122,1089,1418,1114,1225,1099,909,1464,898,1353,1225,1109,915,808,792,975,1308,1328,1154,875,977,963,954,920,941,976,901,1258,1055,775,989,1220,852,1150,1082,1065,1096,1069,960,940,994,838,1090,898,1088,772,865,727,883,929,1210,984,1196,933,814,1049,1099,1030,861,1120,626,1116,1127,1075,1414,1148,954,1036,1033,753,770,1171,1010,1322,1462,1274,1432,1229,1164,1345,1112,1184,1323,547,706,1504,1456,1295,1031,1131,1176,1252,1295,1200,1346,1293,1149,1251,1238,1048,1338,1147,1341,1196,1071,862,848,1037,1114,983,1380,1349,1090,1203,1215,1133,1194,1372,1348,1339,1386,1187,1317,1320,1288,1173,740,1218,967,1160,1026,1189,1418,967,993,1067,1169,1001,846,835,702,723,747,692,721,980,489,486,459,733,941,874,867,667,699,735,891,1049,1361,987,1029,1010,1306,954,995,1122,1115,800,930,1016,1034,950,941,953,912,800,1125,921,1031,883,864,979,984,944,1033,878,1093,1169,1161,1126,1111,1265,1187,963,1344,1302,1372,1330,1113,1159,1449,1286,1339,717,972,771,498,965,408,651,388,515,952,518,1397,1492,1408,1317,1490,1422,1177,1182,806,1089,740,796,929,896,1063,662,1138,1222,1059,967,871,877,992,802,523,1249,907,1299,1154,1462,1395,1257,1192,1196,1206,1288,1319,1268,1401,1362,1377,1157,1253,1151,1138,1310,1369,1413,1384,1499,1288,1055,1129,1194,1410,769,1264,1449,1218,1416,1540,1212,1166,1416,1503,1354,1199,1474,1464,1203,1201,1033,1112,1094,1080,1322,1217,1181,1157,1236,917,1143,1376,1315,1183,1417,1333,1029,1064,775,1213,1124,1172,824,969,1053,1060,974,1254,1500,1136,1225,1208,1256,1300,1283,1484,1442,1465,1440,1140,1562,1042,942,1144,1336,1068,1462,753,1182,985,1059,1185,1540,1325,1614,1621,1227,1059,868,863,1069,872,1130,1210,1100,930,718,1155,1108,1075,935,1177,830,930,840,738,1020,1017,939,967,843,717,947,1118,875,1230,1453,1434,1066,784,644,854,968,1079,1394,1357,1048,661,427,765,832,420,496,486,463,448,870,802,499,685,897,1230,1155,1317,1152,1070,1310,1307,1256,1019,637,1172,724,1289,1539,1432,1340,1058,638,685,777,679,794,644,770,664,1e3,1030,708,988,832,1165,1298,930,527,698,590,880,650,701,631,834,513,894,900,616,477,477,593,1222,1341,1285,1353,976,1135,1290,1070,1075,1175,1171,1001,1481,1382,1345,1122,966,1073,704,1116,1225,1302,925,831,941,752,609,714,746,870,1187,675,1084,803,869,1109,1103,1405,1187,989,1227,1379,1141,1212,1356,1411,1205,955,661,857,990,614,947,1153,888,951,1040,1435,1336,1406,1273,1199,1181,1333,1431,1284,1039,1368,1334,841,1357,1459,1099,983,968,1530,1632,1492,1459,1278,1365,1144,1474,1542,1651,1577,1032,682,709,811,1270,1147,990,1381,1054,580,548,938,1094,805,399,665,997,1045,475,327,578,731,740,726,784,647,767,537,716,918,756,757,1038,1217,1042,1224,998,999,722,959,909,1021,1197,1320,379,448,371,673,631,407,389,378,610,370,782,430,382,692,570,362,391,298,555,367,699,642,362,373,361,498,351,1048,1246,973,1126,717,1023,1129,1426,1085,1215,848,943,1008,993,929,629,1137,966,1180,715,853,1122,1147,677,827,768,1152,860,886,1170,837,977,921,741,1023,1011,866,1167,1146,711,793,690,855,978,913,977,1214,508,1152,851,861,882,1069,1162,1023,871,1255,948,1010,1187,1104,1023,1101,1102,1142,954,1055,819,1299,1185,1193,1220,1063,1361,1174,1011,1246,1268,1404,1291,1294,1297,1141,1521,1109,1262,1265,1264,1109,1537,1187,1247,1117,1162,1333,1197,1218,1323,1169,993,1220,1289,1089,1439,1349,1244,1105,1093,1325,1210,1154,1138,1227,1151,1051,1203,1222,1002,1159,1242,989,1112,1190,1332,1008,1323,1113,1411,1374,1170,1363,1189,1230,1405,1249,1276,1323,1324,1146,1202,1105,1083,1125,1276,1351,955,973,1199,1213,1570,1226,1201,1472,1320,1567,1139,1233,1405,1111,966,929,1382,1051,1060,877,729,956,1228,955,906,1174,1095,1562,1363,1526,1540,1477,1304,1307,1356,1265,1243,1441,1258,1373,1237,1224,1253,1337,1067,983,1109,1271,1040,1467,1182,1003,1103,623,1126,1125,1166,1449,1160,978,1080,1096,1082,1061,1120,1080,1208,938,1364,1001,1166,1092,1058,1097,669,726,919,1317,791,606,880,738,350,650,916,979,925,705,1e3,1240,1180,1074,1210,1120,929,1144,1015,1035,1101,933,1100,876,1078,989,948,1092,1027,1086,962,1088,965,1075,1612,1604,1663,1158,1308,1188,1317,1125,1269,848,1097,1231,1104,1229,1262,1259,1183,1300,1162,1256,1193,1166,1031,1130,1128,994,1057,1098,1165,1033,1210,1358,1254,968,1037,1466,1195,1213,1269,1063,1214,1348,1267,1536,1173,1356,949,1069,845,1115,1307,1293,1185,1288,1451,1202,772,932,821,783,997,671],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,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:"/lib/python3.7/site-packages/nltk/help.py",start:0,end:1678,audio:0},{filename:"/lib/python3.7/site-packages/nltk/treetransforms.py",start:1678,end:15113,audio:0},{filename:"/lib/python3.7/site-packages/nltk/book.py",start:15113,end:18845,audio:0},{filename:"/lib/python3.7/site-packages/nltk/featstruct.py",start:18845,end:123007,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tgrep.py",start:123007,end:160411,audio:0},{filename:"/lib/python3.7/site-packages/nltk/treeprettyprinter.py",start:160411,end:185470,audio:0},{filename:"/lib/python3.7/site-packages/nltk/__init__.py",start:185470,end:191655,audio:0},{filename:"/lib/python3.7/site-packages/nltk/internals.py",start:191655,end:230773,audio:0},{filename:"/lib/python3.7/site-packages/nltk/collocations.py",start:230773,end:245375,audio:0},{filename:"/lib/python3.7/site-packages/nltk/toolbox.py",start:245375,end:263885,audio:0},{filename:"/lib/python3.7/site-packages/nltk/util.py",start:263885,end:289995,audio:0},{filename:"/lib/python3.7/site-packages/nltk/grammar.py",start:289995,end:348002,audio:0},{filename:"/lib/python3.7/site-packages/nltk/downloader.py",start:348002,end:440941,audio:0},{filename:"/lib/python3.7/site-packages/nltk/jsontags.py",start:440941,end:442895,audio:0},{filename:"/lib/python3.7/site-packages/nltk/probability.py",start:442895,end:533268,audio:0},{filename:"/lib/python3.7/site-packages/nltk/collections.py",start:533268,end:556429,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tree.py",start:556429,end:622927,audio:0},{filename:"/lib/python3.7/site-packages/nltk/VERSION",start:622927,end:622933,audio:0},{filename:"/lib/python3.7/site-packages/nltk/data.py",start:622933,end:678735,audio:0},{filename:"/lib/python3.7/site-packages/nltk/text.py",start:678735,end:706008,audio:0},{filename:"/lib/python3.7/site-packages/nltk/compat.py",start:706008,end:717741,audio:0},{filename:"/lib/python3.7/site-packages/nltk/lazyimport.py",start:717741,end:722340,audio:0},{filename:"/lib/python3.7/site-packages/nltk/wsd.py",start:722340,end:724072,audio:0},{filename:"/lib/python3.7/site-packages/nltk/decorators.py",start:724072,end:731761,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/gdfa.py",start:731761,end:737884,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/bleu_score.py",start:737884,end:765784,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/ibm1.py",start:765784,end:775081,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/metrics.py",start:775081,end:776580,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/nist_score.py",start:776580,end:784583,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/ibm5.py",start:784583,end:812061,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/ibm_model.py",start:812061,end:832092,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/__init__.py",start:832092,end:833068,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/ibm2.py",start:833068,end:845427,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/chrf_score.py",start:845427,end:854233,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/meteor_score.py",start:854233,end:871555,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/ibm3.py",start:871555,end:885485,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/phrase_based.py",start:885485,end:893219,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/gale_church.py",start:893219,end:902131,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/ribes_score.py",start:902131,end:915582,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/gleu_score.py",start:915582,end:924273,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/ibm4.py",start:924273,end:944688,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/stack_decoder.py",start:944688,end:964724,audio:0},{filename:"/lib/python3.7/site-packages/nltk/translate/api.py",start:964724,end:975687,audio:0},{filename:"/lib/python3.7/site-packages/nltk/cluster/__init__.py",start:975687,end:979958,audio:0},{filename:"/lib/python3.7/site-packages/nltk/cluster/em.py",start:979958,end:989514,audio:0},{filename:"/lib/python3.7/site-packages/nltk/cluster/kmeans.py",start:989514,end:998018,audio:0},{filename:"/lib/python3.7/site-packages/nltk/cluster/util.py",start:998018,end:1007921,audio:0},{filename:"/lib/python3.7/site-packages/nltk/cluster/gaac.py",start:1007921,end:1013820,audio:0},{filename:"/lib/python3.7/site-packages/nltk/cluster/api.py",start:1013820,end:1015946,audio:0},{filename:"/lib/python3.7/site-packages/nltk/ccg/combinator.py",start:1015946,end:1026614,audio:0},{filename:"/lib/python3.7/site-packages/nltk/ccg/logic.py",start:1026614,end:1028420,audio:0},{filename:"/lib/python3.7/site-packages/nltk/ccg/__init__.py",start:1028420,end:1029296,audio:0},{filename:"/lib/python3.7/site-packages/nltk/ccg/lexicon.py",start:1029296,end:1039009,audio:0},{filename:"/lib/python3.7/site-packages/nltk/ccg/chart.py",start:1039009,end:1052906,audio:0},{filename:"/lib/python3.7/site-packages/nltk/ccg/api.py",start:1052906,end:1063205,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tbl/template.py",start:1063205,end:1075864,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tbl/__init__.py",start:1075864,end:1076625,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tbl/demo.py",start:1076625,end:1091766,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tbl/feature.py",start:1091766,end:1101326,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tbl/erroranalysis.py",start:1101326,end:1102853,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tbl/rule.py",start:1102853,end:1114270,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tbl/api.py",start:1114270,end:1114270,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/rdparser_app.py",start:1114270,end:1151064,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/srparser_app.py",start:1151064,end:1184561,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/wordfreq_app.py",start:1184561,end:1185476,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/__init__.py",start:1185476,end:1187194,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/wordnet_app.py",start:1187194,end:1221677,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/nemo_app.py",start:1221677,end:1233867,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/chartparser_app.py",start:1233867,end:1319702,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/concordance_app.py",start:1319702,end:1343951,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/chunkparser_app.py",start:1343951,end:1400961,audio:0},{filename:"/lib/python3.7/site-packages/nltk/app/collocations_app.py",start:1400961,end:1415252,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/__init__.py",start:1415252,end:1429829,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/util.py",start:1429829,end:1435701,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/europarl_raw.py",start:1435701,end:1437293,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/xmldocs.py",start:1437293,end:1453617,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/timit.py",start:1453617,end:1470973,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/panlex_swadesh.py",start:1470973,end:1474464,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/mte.py",start:1474464,end:1488933,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/twitter.py",start:1488933,end:1493740,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/panlex_lite.py",start:1493740,end:1499017,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/categorized_sents.py",start:1499017,end:1506137,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/chunked.py",start:1506137,end:1515588,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/ppattach.py",start:1515588,end:1518769,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/tagged.py",start:1518769,end:1531870,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/plaintext.py",start:1531870,end:1541415,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/chasen.py",start:1541415,end:1546341,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/knbc.py",start:1546341,end:1552140,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/__init__.py",start:1552140,end:1558526,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/comparative_sents.py",start:1558526,end:1570854,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/childes.py",start:1570854,end:1596433,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/toolbox.py",start:1596433,end:1598708,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/indian.py",start:1598708,end:1601895,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/nombank.py",start:1601895,end:1618288,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/rte.py",start:1618288,end:1623061,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/lin.py",start:1623061,end:1629605,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/util.py",start:1629605,end:1661278,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/aligned.py",start:1661278,end:1666494,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/semcor.py",start:1666494,end:1677944,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/bracket_parse.py",start:1677944,end:1688521,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/reviews.py",start:1688521,end:1701269,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/nps_chat.py",start:1701269,end:1704155,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/verbnet.py",start:1704155,end:1728831,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/wordlist.py",start:1728831,end:1734761,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/conll.py",start:1734761,end:1756927,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/opinion_lexicon.py",start:1756927,end:1760972,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/ycoe.py",start:1760972,end:1771346,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/pros_cons.py",start:1771346,end:1776415,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/senseval.py",start:1776415,end:1784249,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/dependency.py",start:1784249,end:1788649,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/ipipan.py",start:1788649,end:1801753,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/udhr.py",start:1801753,end:1804442,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/nkjp.py",start:1804442,end:1820278,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/switchboard.py",start:1820278,end:1824801,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/propbank.py",start:1824801,end:1842673,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/crubadan.py",start:1842673,end:1846559,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/pl196x.py",start:1846559,end:1858838,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/sinica_treebank.py",start:1858838,end:1861298,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/wordnet.py",start:1861298,end:1940407,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/ieer.py",start:1940407,end:1944469,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/bnc.py",start:1944469,end:1953861,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/framenet.py",start:1953861,end:2085955,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/string_category.py",start:2085955,end:2088215,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/sentiwordnet.py",start:2088215,end:2092857,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/cmudict.py",start:2092857,end:2096417,audio:0},{filename:"/lib/python3.7/site-packages/nltk/corpus/reader/api.py",start:2096417,end:2114483,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/perceptron.py",start:2114483,end:2127014,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/__init__.py",start:2127014,end:2133897,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/stanford.py",start:2133897,end:2142418,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/tnt.py",start:2142418,end:2160576,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/hmm.py",start:2160576,end:2210112,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/util.py",start:2210112,end:2212396,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/sequential.py",start:2212396,end:2240451,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/brill.py",start:2240451,end:2256936,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/brill_trainer.py",start:2256936,end:2284250,audio:0},{
filename:"/lib/python3.7/site-packages/nltk/tag/hunpos.py",start:2284250,end:2289426,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/senna.py",start:2289426,end:2295724,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/mapping.py",start:2295724,end:2299686,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/crf.py",start:2299686,end:2307493,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tag/api.py",start:2307493,end:2310393,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/regexp.py",start:2310393,end:2312039,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/snowball.py",start:2312039,end:2490216,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/arlstem.py",start:2490216,end:2502980,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/__init__.py",start:2502980,end:2504159,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/lancaster.py",start:2504159,end:2516580,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/util.py",start:2516580,end:2517194,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/cistem.py",start:2517194,end:2524379,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/porter.py",start:2524379,end:2552050,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/isri.py",start:2552050,end:2566705,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/rslp.py",start:2566705,end:2572120,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/wordnet.py",start:2572120,end:2573514,audio:0},{filename:"/lib/python3.7/site-packages/nltk/stem/api.py",start:2573514,end:2574266,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/confusionmatrix.py",start:2574266,end:2581971,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/__init__.py",start:2581971,end:2583158,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/association.py",start:2583158,end:2599123,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/distance.py",start:2599123,end:2615657,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/spearman.py",start:2615657,end:2617812,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/segmentation.py",start:2617812,end:2625042,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/aline.py",start:2625042,end:2656590,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/paice.py",start:2656590,end:2670927,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/scores.py",start:2670927,end:2678700,audio:0},{filename:"/lib/python3.7/site-packages/nltk/metrics/agreement.py",start:2678700,end:2695017,audio:0},{filename:"/lib/python3.7/site-packages/nltk/draw/table.py",start:2695017,end:2739976,audio:0},{filename:"/lib/python3.7/site-packages/nltk/draw/cfg.py",start:2739976,end:2769968,audio:0},{filename:"/lib/python3.7/site-packages/nltk/draw/__init__.py",start:2769968,end:2770914,audio:0},{filename:"/lib/python3.7/site-packages/nltk/draw/util.py",start:2770914,end:2859330,audio:0},{filename:"/lib/python3.7/site-packages/nltk/draw/tree.py",start:2859330,end:2897495,audio:0},{filename:"/lib/python3.7/site-packages/nltk/draw/dispersion.py",start:2897495,end:2899255,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chat/__init__.py",start:2899255,end:2900852,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chat/eliza.py",start:2900852,end:2910174,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chat/rude.py",start:2910174,end:2913371,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chat/util.py",start:2913371,end:2917340,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chat/iesha.py",start:2917340,end:2921619,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chat/zen.py",start:2921619,end:2933001,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chat/suntsu.py",start:2933001,end:2940078,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/regexp.py",start:2940078,end:2948071,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/punkt.py",start:2948071,end:3010305,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/mwe.py",start:3010305,end:3014124,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/stanford_segmenter.py",start:3014124,end:3024048,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/__init__.py",start:3024048,end:3030010,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/treebank.py",start:3030010,end:3045701,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/sexpr.py",start:3045701,end:3050876,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/stanford.py",start:3050876,end:3055012,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/toktok.py",start:3055012,end:3062650,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/sonority_sequencing.py",start:3062650,end:3070027,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/repp.py",start:3070027,end:3078232,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/util.py",start:3078232,end:3088213,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/nist.py",start:3088213,end:3095978,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/texttiling.py",start:3095978,end:3112551,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/casual.py",start:3112551,end:3123845,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/simple.py",start:3123845,end:3129018,audio:0},{filename:"/lib/python3.7/site-packages/nltk/tokenize/api.py",start:3129018,end:3131102,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/featurechart.py",start:3131102,end:3153236,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/malt.py",start:3153236,end:3169571,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/generate.py",start:3169571,end:3172070,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/earleychart.py",start:3172070,end:3189990,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/__init__.py",start:3189990,end:3193680,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/corenlp.py",start:3193680,end:3218341,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/stanford.py",start:3218341,end:3237720,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/dependencygraph.py",start:3237720,end:3268734,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/bllip.py",start:3268734,end:3279674,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/recursivedescent.py",start:3279674,end:3305298,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/util.py",start:3305298,end:3313788,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/transitionparser.py",start:3313788,end:3345364,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/nonprojectivedependencyparser.py",start:3345364,end:3374253,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/chart.py",start:3374253,end:3436745,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/evaluate.py",start:3436745,end:3441131,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/projectivedependencyparser.py",start:3441131,end:3468789,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/viterbi.py",start:3468789,end:3485737,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/pchart.py",start:3485737,end:3505852,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/shiftreduce.py",start:3505852,end:3522583,audio:0},{filename:"/lib/python3.7/site-packages/nltk/parse/api.py",start:3522583,end:3524864,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sentiment/__init__.py",start:3524864,end:3525252,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sentiment/util.py",start:3525252,end:3557751,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sentiment/sentiment_analyzer.py",start:3557751,end:3567632,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sentiment/vader.py",start:3567632,end:3587007,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/logic.py",start:3587007,end:3655670,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/glue.py",start:3655670,end:3685290,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/drt_glue_demo.py",start:3685290,end:3704021,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/__init__.py",start:3704021,end:3706384,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/relextract.py",start:3706384,end:3721988,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/skolemize.py",start:3721988,end:3727739,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/chat80.py",start:3727739,end:3753627,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/util.py",start:3753627,end:3762466,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/linearlogic.py",start:3762466,end:3779560,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/hole.py",start:3779560,end:3793560,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/cooper_storage.py",start:3793560,end:3797691,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/evaluate.py",start:3797691,end:3823461,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/boxer.py",start:3823461,end:3877550,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/lfg.py",start:3877550,end:3885082,audio:0},{filename:"/lib/python3.7/site-packages/nltk/sem/drt.py",start:3885082,end:3936904,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/dependency.doctest",start:3936904,end:3944400,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/lm.doctest",start:3944400,end:3948201,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/bnc.doctest",start:3948201,end:3950192,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/inference.doctest",start:3950192,end:3968053,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/internals.doctest",start:3968053,end:3971712,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/ccg.doctest",start:3971712,end:3991132,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/wordnet_fixt.py",start:3991132,end:3991290,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/relextract.doctest",start:3991290,end:4000730,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/all.py",start:4000730,end:4001516,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/semantics.doctest",start:4001516,end:4025987,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/doctest_nose_plugin.py",start:4025987,end:4032073,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/index.doctest",start:4032073,end:4034674,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/treeprettyprinter.doctest",start:4034674,end:4043085,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/translate.doctest",start:4043085,end:4051308,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/wsd.doctest",start:4051308,end:4054254,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/corpus.doctest",start:4054254,end:4153932,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/sentiwordnet.doctest",start:4153932,end:4154975,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/wordnet_lch.doctest",start:4154975,end:4157286,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/featstruct.doctest",start:4157286,end:4194995,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/__init__.py",start:4194995,end:4195459,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/bleu.doctest",start:4195459,end:4195755,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/gluesemantics_malt_fixt.py",start:4195755,end:4196058,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/collocations.doctest",start:4196058,end:4207646,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/childes_fixt.py",start:4207646,end:4208107,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/chat80.doctest",start:4208107,end:4216672,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/misc.doctest",start:4216672,end:4220017,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/portuguese_en_fixt.py",start:4220017,end:4220473,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/childes.doctest",start:4220473,end:4229555,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/gluesemantics_malt.doctest",start:4229555,end:4232060,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/chunk.doctest",start:4232060,end:4243231,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/framenet.doctest",start:4243231,end:4253823,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/util.doctest",start:4253823,end:4254880,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/corpus_fixt.py",start:4254880,end:4254984,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/gluesemantics.doctest",start:4254984,end:4267351,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/tree.doctest",start:4267351,end:4307410,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/japanese.doctest",start:4307410,end:4308455,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/classify_fixt.py",start:4308455,end:4308731,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/grammartestsuites.doctest",start:4308731,end:4311935,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/gensim.doctest",start:4311935,end:4316903,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/meteor.doctest",start:4316903,end:4317963,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/compat_fixt.py",start:4317963,end:4318184,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/toolbox.doctest",start:4318184,end:4328202,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/generate.doctest",start:4328202,end:4329836,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/concordance.doctest",start:4329836,end:4333077,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/paice.doctest",start:4333077,end:4334315,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/ccg_semantics.doctest",start:4334315,end:4364873,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/sentiment.doctest",start:4364873,end:4376643,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/stem.doctest",start:4376643,end:4378708,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/metrics.doctest",start:4378708,end:4389002,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/propbank.doctest",start:4389002,end:4395684,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/parse.doctest",start:4395684,end:4427802,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/probability_fixt.py",start:4427802,end:4428147,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/logic.doctest",start:4428147,end:4462440,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/segmentation_fixt.py",start:4462440,end:4462732,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/inference_fixt.py",start:4462732,end:4463091,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/discourse_fixt.py",start:4463091,end:4463570,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/semantics_fixt.py",start:4463570,end:4463773,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/crubadan.doctest",start:4463773,end:4465813,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/wordnet.doctest",start:4465813,end:4487248,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/nonmonotonic_fixt.py",start:4487248,end:4487610,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/discourse.doctest",start:4487610,end:4505074,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/collections.doctest",start:4505074,end:4505433,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/drt.doctest",start:4505433,end:4524996,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/nonmonotonic.doctest",start:4524996,end:4534984,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/compat.doctest",start:4534984,end:4538712,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/simple.doctest",start:4538712,end:4541116,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/probability.doctest",start:4541116,end:4549971,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/featgram.doctest",start:4549971,end:4578362,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/grammar.doctest",start:4578362,end:4579744,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/data.doctest",start:4579744,end:4593688,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/tag.doctest",start:4593688,end:4594813,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/tokenize.doctest",start:4594813,end:4609194,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/gensim_fixt.py",start:4609194,end:4609428,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/translate_fixt.py",start:4609428,end:4609532,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/classify.doctest",start:4609532,end:4616428,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/portuguese_en.doctest",start:4616428,end:4639209,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/resolution.doctest",start:4639209,end:4646996,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/runtests.py",start:4646996,end:4649543,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/treetransforms.doctest",start:4649543,end:4654374,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_json2csv_corpus.py",start:4654374,end:4663031,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_corpora.py",start:4663031,end:4672515,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_cfg2chomsky.py",start:4672515,end:4674215,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/__init__.py",start:4674215,end:4674215,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_tgrep.py",start:4674215,end:4705369,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_cfd_mutation.py",start:4705369,end:4706716,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_classify.py",start:4706716,end:4708081,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_hmm.py",start:4708081,end:4710468,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_chunk.py",start:4710468,end:4712682,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_aline.py",start:4712682,end:4714509,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_data.py",start:4714509,end:4715189,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_disagreement.py",start:4715189,end:4719924,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_corpus_views.py",start:4719924,end:4721556,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_pos_tag.py",start:4721556,end:4724323,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_seekable_unicode_stream_reader.py",start:4724323,end:4728222,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_corenlp.py",start:4728222,end:4785633,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/utils.py",start:4785633,end:4787e3,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_2x_compat.py",start:4787e3,end:4789359,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_rte_classify.py",start:4789359,end:4791991,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_stem.py",start:4791991,end:4797734,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_brill.py",start:4797734,end:4798779,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_concordance.py",start:4798779,end:4802970,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_wordnet.py",start:4802970,end:4811029,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_naivebayes.py",start:4811029,end:4811853,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_nombank.py",start:4811853,end:4812649,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_twitter_auth.py",start:4812649,end:4818188,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_senna.py",start:4818188,end:4821868,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_collocations.py",start:4821868,end:4827022,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_tokenize.py",start:4827022,end:4838717,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/test_tag.py",start:4838717,end:4839412,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_ibm4.py",start:4839412,end:4844577,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_stack_decoder.py",start:4844577,end:4854327,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_ibm5.py",start:4854327,end:4861030,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/__init__.py",start:4861030,end:4861030,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_nist.py",start:4861030,end:4862699,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_ibm_model.py",start:4862699,end:4872400,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_ibm1.py",start:4872400,end:4875072,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_ibm2.py",start:4875072,end:4878439,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_gdfa.py",start:4878439,end:4883106,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_bleu.py",start:4883106,end:4895358,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/translate/test_ibm3.py",start:4895358,end:4899518,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/lm/test_vocabulary.py",start:4899518,end:4904608,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/lm/__init__.py",start:4904608,end:4904608,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/lm/test_models.py",start:4904608,end:4919227,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/lm/test_preprocessing.py",start:4919227,end:4920215,audio:0},{filename:"/lib/python3.7/site-packages/nltk/test/unit/lm/test_counter.py",start:4920215,end:4924518,audio:0},{filename:"/lib/python3.7/site-packages/nltk/twitter/twitterclient.py",start:4924518,end:4943530,audio:0},{filename:"/lib/python3.7/site-packages/nltk/twitter/__init__.py",start:4943530,end:4944333,audio:0},{filename:"/lib/python3.7/site-packages/nltk/twitter/common.py",start:4944333,end:4954267,audio:0},{filename:"/lib/python3.7/site-packages/nltk/twitter/twitter_demo.py",start:4954267,end:4962376,audio:0},{filename:"/lib/python3.7/site-packages/nltk/twitter/util.py",start:4962376,end:4966978,audio:0},{filename:"/lib/python3.7/site-packages/nltk/twitter/api.py",start:4966978,end:4971601,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/weka.py",start:4971601,end:4984325,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/rte_classify.py",start:4984325,end:4990575,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/scikitlearn.py",start:4990575,end:4996342,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/maxent.py",start:4996342,end:5056018,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/__init__.py",start:5056018,end:5060507,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/megam.py",start:5060507,end:5066835,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/naivebayes.py",start:5066835,end:5077121,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/svm.py",start:5077121,end:5077631,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/util.py",start:5077631,end:5089788,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/textcat.py",start:5089788,end:5095956,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/tadm.py",start:5095956,end:5099476,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/senna.py",start:5099476,end:5106734,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/positivenaivebayes.py",start:5106734,end:5113962,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/decisiontree.py",start:5113962,end:5126784,audio:0},{filename:"/lib/python3.7/site-packages/nltk/classify/api.py",start:5126784,end:5133233,audio:0},{filename:"/lib/python3.7/site-packages/nltk/lm/models.py",start:5133233,end:5136489,audio:0},{filename:"/lib/python3.7/site-packages/nltk/lm/__init__.py",start:5136489,end:5144248,audio:0},{filename:"/lib/python3.7/site-packages/nltk/lm/util.py",start:5144248,end:5144722,audio:0},{filename:"/lib/python3.7/site-packages/nltk/lm/counter.py",start:5144722,end:5149974,audio:0},{filename:"/lib/python3.7/site-packages/nltk/lm/vocabulary.py",start:5149974,end:5157576,audio:0},{filename:"/lib/python3.7/site-packages/nltk/lm/preprocessing.py",start:5157576,end:5159245,audio:0},{filename:"/lib/python3.7/site-packages/nltk/lm/smoothing.py",start:5159245,end:5161150,audio:0},{filename:"/lib/python3.7/site-packages/nltk/lm/api.py",start:5161150,end:5169639,audio:0},{filename:"/lib/python3.7/site-packages/nltk/inference/mace.py",start:5169639,end:5181563,audio:0},{filename:"/lib/python3.7/site-packages/nltk/inference/prover9.py",start:5181563,end:5197366,audio:0},{filename:"/lib/python3.7/site-packages/nltk/inference/__init__.py",start:5197366,end:5198151,audio:0},{filename:"/lib/python3.7/site-packages/nltk/inference/discourse.py",start:5198151,end:5220569,audio:0},{filename:"/lib/python3.7/site-packages/nltk/inference/nonmonotonic.py",start:5220569,end:5239339,audio:0},{filename:"/lib/python3.7/site-packages/nltk/inference/tableau.py",start:5239339,end:5265086,audio:0},{filename:"/lib/python3.7/site-packages/nltk/inference/resolution.py",start:5265086,end:5291310,audio:0},{filename:"/lib/python3.7/site-packages/nltk/inference/api.py",start:5291310,end:5310347,audio:0},{filename:"/lib/python3.7/site-packages/nltk/misc/__init__.py",start:5310347,end:5310737,audio:0},{filename:"/lib/python3.7/site-packages/nltk/misc/chomsky.py",start:5310737,end:5315967,audio:0},{filename:"/lib/python3.7/site-packages/nltk/misc/wordfinder.py",start:5315967,end:5320213,audio:0},{filename:"/lib/python3.7/site-packages/nltk/misc/minimalset.py",start:5320213,end:5323108,audio:0},{filename:"/lib/python3.7/site-packages/nltk/misc/babelfish.py",start:5323108,end:5323497,audio:0},{filename:"/lib/python3.7/site-packages/nltk/misc/sort.py",start:5323497,end:5327948,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chunk/named_entity.py",start:5327948,end:5338950,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chunk/regexp.py",start:5338950,end:5394042,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chunk/__init__.py",start:5394042,end:5401458,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chunk/util.py",start:5401458,end:5422314,audio:0},{filename:"/lib/python3.7/site-packages/nltk/chunk/api.py",start:5422314,end:5424050,audio:0},{filename:"/lib/python3.7/site-packages/nltk-3.4.5-py3.7.egg-info/SOURCES.txt",start:5424050,end:5434693,audio:0},{filename:"/lib/python3.7/site-packages/nltk-3.4.5-py3.7.egg-info/not-zip-safe",start:5434693,end:5434694,audio:0},{filename:"/lib/python3.7/site-packages/nltk-3.4.5-py3.7.egg-info/top_level.txt",start:5434694,end:5434699,audio:0},{filename:"/lib/python3.7/site-packages/nltk-3.4.5-py3.7.egg-info/dependency_links.txt",start:5434699,end:5434700,audio:0},{filename:"/lib/python3.7/site-packages/nltk-3.4.5-py3.7.egg-info/requires.txt",start:5434700,end:5434984,audio:0},{filename:"/lib/python3.7/site-packages/nltk-3.4.5-py3.7.egg-info/PKG-INFO",start:5434984,end:5436773,audio:0}],remote_package_size:2899314,package_uuid:"24d039f5-f401-4504-baa1-7ab74384a9c9"})})();