From 946551b41901ee1125f5023f833f06aa9bc3633e Mon Sep 17 00:00:00 2001 From: James Riley Date: Mon, 2 Dec 2024 15:56:56 +0000 Subject: [PATCH] Throwing a snapshot at `fit_lda`. Keeping just the list-like elements of the function to nicely serialise it. --- tests/testthat/_snaps/lda_fit.md | 99 +++++++++++++++++++++++++++ tests/testthat/test-lda_fit.R | 23 +++++++ tests/testthat/testthat-problems.rds | Bin 0 -> 2931 bytes 3 files changed, 122 insertions(+) create mode 100644 tests/testthat/_snaps/lda_fit.md create mode 100644 tests/testthat/test-lda_fit.R create mode 100644 tests/testthat/testthat-problems.rds diff --git a/tests/testthat/_snaps/lda_fit.md b/tests/testthat/_snaps/lda_fit.md new file mode 100644 index 0000000..dd61158 --- /dev/null +++ b/tests/testthat/_snaps/lda_fit.md @@ -0,0 +1,99 @@ +# test fit_lda + + { + "type": "list", + "attributes": { + "names": { + "type": "character", + "attributes": {}, + "value": ["beta", "gamma", "mean_loglik", "final_loglik"] + } + }, + "value": [ + { + "type": "list", + "attributes": { + "names": { + "type": "character", + "attributes": {}, + "value": ["topic", "term", "beta"] + }, + "row.names": { + "type": "integer", + "attributes": {}, + "value": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979] + }, + "class": { + "type": "character", + "attributes": {}, + "value": ["tbl_df", "tbl", "data.frame"] + } + }, + "value": [ + { + "type": "integer", + "attributes": {}, + "value": [1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3] + }, + { + "type": "character", + "attributes": {}, + "value": ["Mr", "Mr", "Mr", "Bingley", "Bingley", "Bingley", "Bennet", "Bennet", "Bennet", "dear", "dear", "dear", "visit", "visit", "visit", "Miss", "Miss", "Miss", "Jane", "Jane", "Jane", "But", "But", "But", "You", "You", "You", "Mrs", "Mrs", "Mrs", "He", "He", "He", "dance", "dance", "dance", "The", "The", "The", "ladies", "ladies", "ladies", "Darcy", "Darcy", "Darcy", "Elizabeth", "Elizabeth", "Elizabeth", "danced", "danced", "danced", "Lizzy", "Lizzy", "Lizzy", "Long", "Long", "Long", "daughters", "daughters", "daughters", "wife", "wife", "wife", "Oh", "Oh", "Oh", "evening", "evening", "evening", "handsome", "handsome", "handsome", "time", "time", "time", "If", "If", "If", "pride", "pride", "pride", "It", "It", "It", "girls", "girls", "girls", "replied", "replied", "replied", "twenty", "twenty", "twenty", "woman", "woman", "woman", "ball", "ball", "ball", "day", "day", "day", "She", "She", "She", "sisters", "sisters", "sisters", "Lucas", "Lucas", "Lucas", "Meryton", "Meryton", "Meryton", "They", "They", "They", "fortune", "fortune", "fortune", "house", "house", "house", "Eliza", "Eliza", "Eliza", "Kitty", "Kitty", "Kitty", "My", "My", "My", "When", "When", "When", "beauty", "beauty", "beauty", "neighbourhood", "neighbourhood", "neighbourhood", "nerves", "nerves", "nerves", "single", "single", "single", "Mary", "Mary", "Mary", "What", "What", "What", "acquaintance", "acquaintance", "acquaintance", "assembly", "assembly", "assembly", "father", "father", "father", "fine", "fine", "fine", "friend", "friend", "friend", "husband", "husband", "husband", "party", "party", "party", "report", "report", "report", "till", "till", "till", "_me_", "_me_", "_me_", "admired", "admired", "admired", "partner", "partner", "partner", "pretty", "pretty", "pretty", "walked", "walked", "walked", "attention", "attention", "attention", "family", "family", "family", "people", "people", "people", "temper", "temper", "temper", "love", "love", "love", "proud", "proud", "proud", "Chapter", "Chapter", "Chapter", "How", "How", "How", "Is", "Is", "Is", "Netherfield", "Netherfield", "Netherfield", "assure", "assure", "assure", "compassion", "compassion", "compassion", "cried", "cried", "cried", "glad", "glad", "glad", "half", "half", "half", "heard", "heard", "heard", "hope", "hope", "hope", "married", "married", "married", "marrying", "marrying", "marrying", "mother", "mother", "mother", "possession", "possession", "possession", "send", "send", "send", "thinking", "thinking", "thinking", "thousand", "thousand", "thousand", "truth", "truth", "truth", "Bennet's", "Bennet's", "Bennet's", "His", "His", "His", "Lady", "Lady", "Lady", "London", "London", "London", "Lydia", "Lydia", "Lydia", "accept", "accept", "accept", "acquainted", "acquainted", "acquainted", "advantage", "advantage", "advantage", "countenance", "countenance", "countenance", "dinner", "dinner", "dinner", "entertained", "entertained", "entertained", "gentlemen", "gentlemen", "gentlemen", "honour", "honour", "honour", "hopes", "hopes", "hopes", "impossible", "impossible", "impossible", "introduce", "introduce", "introduce", "invitation", "invitation", "invitation", "kindness", "kindness", "kindness", "lively", "lively", "lively", "looked", "looked", "looked", "manners", "manners", "manners", "minutes", "minutes", "minutes", "morning", "morning", "morning", "nonsense", "nonsense", "nonsense", "obliged", "obliged", "obliged", "pleasant", "pleasant", "pleasant", "pleased", "pleased", "pleased", "rest", "rest", "rest", "return", "return", "return", "settled", "settled", "settled", "ten", "ten", "ten", "town", "town", "town", "twelve", "twelve", "twelve", "wished", "wished", "wished", "So", "So", "So", "agreeable", "agreeable", "agreeable", "beautiful", "beautiful", "beautiful", "character", "character", "character", "creature", "creature", "creature", "dare", "dare", "dare", "deal", "deal", "deal", "delighted", "delighted", "delighted", "detest", "detest", "detest", "disagreeable", "disagreeable", "disagreeable", "eldest", "eldest", "eldest", "found", "found", "found", "girl", "girl", "girl", "hear", "hear", "hear", "hoped", "hoped", "hoped", "introduced", "introduced", "introduced", "life", "life", "life", "partners", "partners", "partners", "slighted", "slighted", "slighted", "spirit", "spirit", "spirit", "stand", "stand", "stand", "standing", "standing", "standing", "story", "story", "story", "Bennets", "Bennets", "Bennets", "Hurst", "Hurst", "Hurst", "In", "In", "In", "Longbourn", "Longbourn", "Longbourn", "Robinson", "Robinson", "Robinson", "_You_", "_You_", "_You_", "_did_", "_did_", "_did_", "appeared", "appeared", "appeared", "brother", "brother", "brother", "business", "business", "business", "choice", "choice", "choice", "chose", "chose", "chose", "civil", "civil", "civil", "clever", "clever", "clever", "contrary", "contrary", "contrary", "deficient", "deficient", "deficient", "disposed", "disposed", "disposed", "easiness", "easiness", "easiness", "established", "established", "established", "estate", "estate", "estate", "fashion", "fashion", "fashion", "intended", "intended", "intended", "intimate", "intimate", "intimate", "judgement", "judgement", "judgement", "live", "live", "live", "means", "means", "means", "neighbour", "neighbour", "neighbour", "pleasure", "pleasure", "pleasure", "pounds", "pounds", "pounds", "purchase", "purchase", "purchase", "rank", "rank", "rank", "respect", "respect", "respect", "sister", "sister", "sister", "speak", "speak", "speak", "sweet", "sweet", "sweet", "trade", "trade", "trade", "world", "world", "world", "By", "By", "By", "Charlotte", "Charlotte", "Charlotte", "Jane's", "Jane's", "Jane's", "Pride", "Pride", "Pride", "_them_", "_them_", "_them_", "affection", "affection", "affection", "answering", "answering", "answering", "bottle", "bottle", "bottle", "common", "common", "common", "drink", "drink", "drink", "equally", "equally", "equally", "evident", "evident", "evident", "feeling", "feeling", "feeling", "hour", "hour", "hour", "ma'am", "ma'am", "ma'am", "nature", "nature", "nature", "poor", "poor", "poor", "preference", "preference", "preference", "question", "question", "question", "regard", "regard", "regard", "rich", "rich", "rich", "speaking", "speaking", "speaking", "told", "told", "told", "treatment", "treatment", "treatment", "vanity", "vanity", "vanity", "women", "women", "women", "word", "word", "word", "worth", "worth", "worth", "AND", "AND", "AND", "Ah", "Ah", "Ah", "Austen", "Austen", "Austen", "Aye", "Aye", "Aye", "Depend", "Depend", "Depend", "Design", "Design", "Design", "Do", "Do", "Do", "Don't", "Don't", "Don't", "England", "England", "England", "Have", "Have", "Have", "Heaven's", "Heaven's", "Heaven's", "However", "However", "However", "Indeed", "Indeed", "Indeed", "Michaelmas", "Michaelmas", "Michaelmas", "Monday", "Monday", "Monday", "Morris", "Morris", "Morris", "No", "No", "No", "Nonsense", "Nonsense", "Nonsense", "Observing", "Observing", "Observing", "Only", "Only", "Only", "PREJUDICE", "PREJUDICE", "PREJUDICE", "PRIDE", "PRIDE", "PRIDE", "Park", "Park", "Park", "Single", "Single", "Single", "Sir", "Sir", "Sir", "This", "This", "This", "To", "To", "To", "We", "We", "We", "Why", "Why", "Why", "William", "William", "William", "_Her_", "_Her_", "_Her_", "_can_", "_can_", "_can_", "_have_", "_have_", "_have_", "_her_", "_her_", "_her_", "_may_", "_may_", "_may_", "_us_", "_us_", "_us_", "_what_", "_what_", "_what_", "abuse", "abuse", "abuse", "account", "account", "account", "acknowledged", "acknowledged", "acknowledged", "addressed", "addressed", "addressed", "affect", "affect", "affect", "agreed", "agreed", "agreed", "amusement", "amusement", "amusement", "answer", "answer", "answer", "assemblies", "assemblies", "assemblies", "assuring", "assuring", "assuring", "bit", "bit", "bit", "caprice", "caprice", "caprice", "chaise", "chaise", "chaise", "children", "children", "children", "chooses", "chooses", "chooses", "consent", "consent", "consent", "consideration", "consideration", "consideration", "considered", "considered", "considered", "cough", "cough", "cough", "coughing", "coughing", "coughing", "coughs", "coughs", "coughs", "daughter", "daughter", "daughter", "deigned", "deigned", "deigned", "delight", "delight", "delight", "depend", "depend", "depend", "design", "design", "design", "desire", "desire", "desire", "determined", "determined", "determined", "develop", "develop", "develop", "difficult", "difficult", "difficult", "disclosed", "disclosed", "disclosed", "discontented", "discontented", "discontented", "discretion", "discretion", "discretion", "earliest", "earliest", "earliest", "employed", "employed", "employed", "engage", "engage", "engage", "entering", "entering", "entering", "establishment", "establishment", "establishment", "experience", "experience", "experience", "extraordinary", "extraordinary", "extraordinary", "fall", "fall", "fall", "families", "families", "families", "fancied", "fancied", "fancied", "feelings", "feelings", "feelings", "fixed", "fixed", "fixed", "flatter", "flatter", "flatter", "forget", "forget", "forget", "fortnight", "fortnight", "fortnight", "fretfully", "fretfully", "fretfully", "friends", "friends", "friends", "giving", "giving", "giving", "grown", "grown", "grown", "hat", "hat", "hat", "hearing", "hearing", "hearing", "hearty", "hearty", "hearty", "humour", "humour", "humour", "humoured", "humoured", "humoured", "hypocritical", "hypocritical", "hypocritical", "ignorant", "ignorant", "ignorant", "ill", "ill", "ill", "immediately", "immediately", "immediately", "impatiently", "impatiently", "impatiently", "information", "information", "information", "insufficient", "insufficient", "insufficient", "knowledge", "knowledge", "knowledge", "lady", "lady", "lady", "likes", "likes", "likes", "lines", "lines", "lines", "mamma", "mamma", "mamma", "manner", "manner", "manner", "meet", "meet", "meet", "mention", "mention", "mention", "mind", "mind", "mind", "minds", "minds", "minds", "mistake", "mistake", "mistake", "mixture", "mixture", "mixture", "morrow", "morrow", "morrow", "nervous", "nervous", "nervous", "newcomers", "newcomers", "newcomers", "news", "news", "news", "nieces", "nieces", "nieces", "north", "north", "north", "objection", "objection", "objection", "occasion", "occasion", "occasion", "odd", "odd", "odd", "opinion", "opinion", "opinion", "paid", "paid", "paid", "pieces", "pieces", "pieces", "pretend", "pretend", "pretend", "promised", "promised", "promised", "property", "property", "property", "quick", "quick", "quick", "quickness", "quickness", "quickness", "recommend", "recommend", "recommend", "reply", "reply", "reply", "resentfully", "resentfully", "resentfully", "reserve", "reserve", "reserve", "returned", "returned", "returned", "rightful", "rightful", "rightful", "sake", "sake", "sake", "sarcastic", "sarcastic", "sarcastic", "scolding", "scolding", "scolding", "scrupulous", "scrupulous", "scrupulous", "selfish", "selfish", "selfish", "servants", "servants", "servants", "serving", "serving", "serving", "settling", "settling", "settling", "share", "share", "share", "silly", "silly", "silly", "solace", "solace", "solace", "suddenly", "suddenly", "suddenly", "suffer", "suffer", "suffer", "surely", "surely", "surely", "surrounding", "surrounding", "surrounding", "talk", "talk", "talk", "tear", "tear", "tear", "throw", "throw", "throw", "times", "times", "times", "tiresome", "tiresome", "tiresome", "trimming", "trimming", "trimming", "unable", "unable", "unable", "uncertain", "uncertain", "uncertain", "understand", "understand", "understand", "understanding", "understanding", "understanding", "universally", "universally", "universally", "vexing", "vexing", "vexing", "views", "views", "views", "visiting", "visiting", "visiting", "waited", "waited", "waited", "week", "week", "week", "whichever", "whichever", "whichever", "An", "An", "An", "And", "And", "And", "At", "At", "At", "Bingley's", "Bingley's", "Bingley's", "Derbyshire", "Derbyshire", "Derbyshire", "For", "For", "For", "Her", "Her", "Her", "Hertfordshire", "Hertfordshire", "Hertfordshire", "I'm", "I'm", "I'm", "Impossible", "Impossible", "Impossible", "Not", "Not", "Not", "Nothing", "Nothing", "Nothing", "Now", "Now", "Now", "One", "One", "One", "Then", "Then", "Then", "Well", "Well", "Well", "While", "While", "While", "_am_", "_am_", "_am_", "_are_", "_are_", "_are_", "_that_", "_that_", "_that_", "_there_", "_there_", "_there_", "_we_", "_we_", "_we_", "acquaintances", "acquaintances", "acquaintances", "act", "act", "act", "adjusting", "adjusting", "adjusting", "admiration", "admiration", "admiration", "admitted", "admitted", "admitted", "afraid", "afraid", "afraid", "agree", "agree", "agree", "air", "air", "air", "altogether", "altogether", "altogether", "amends", "amends", "amends", "angry", "angry", "angry", "arrival", "arrival", "arrival", "arrived", "arrived", "arrived", "ascertaining", "ascertaining", "ascertaining", "assistance", "assistance", "assistance", "astonishment", "astonishment", "astonishment", "attacked", "attacked", "attacked", "barefaced", "barefaced", "barefaced", "black", "black", "black", "blue", "blue", "blue", "books", "books", "books", "bring", "bring", "bring", "brought", "brought", "brought", "called", "called", "called", "chance", "chance", "chance", "choose", "choose", "choose", "circulation", "circulation", "circulation", "circumspection", "circumspection", "circumspection", "closed", "closed", "closed", "coat", "coat", "coat", "comforted", "comforted", "comforted", "company", "company", "company", "compared", "compared", "compared", "conjecturing", "conjecturing", "conjecturing", "consisted", "consisted", "consisted", "continued", "continued", "continued", "courses", "courses", "courses", "cousin", "cousin", "cousin", "credit", "credit", "credit", "crown", "crown", "crown", "dancing", "dancing", "dancing", "days", "days", "days", "decided", "decided", "decided", "declare", "declare", "declare", "declared", "declared", "declared", "decline", "decline", "decline", "deep", "deep", "deep", "deferred", "deferred", "deferred", "delightful", "delightful", "delightful", "description", "description", "description", "determining", "determining", "determining", "disconcerted", "disconcerted", "disconcerted", "discovered", "discovered", "discovered", "disgust", "disgust", "disgust", "dispatched", "dispatched", "dispatched", "distant", "distant", "distant", "door", "door", "door", "draw", "draw", "draw", "drew", "drew", "drew", "easy", "easy", "easy", "eluded", "eluded", "eluded", "emphatic", "emphatic", "emphatic", "entered", "entered", "entered", "entrance", "entrance", "entrance", "escape", "escape", "escape", "excellent", "excellent", "excellent", "exclamation", "exclamation", "exclamation", "expected", "expected", "expected", "extracts", "extracts", "extracts", "extremely", "extremely", "extremely", "falling", "falling", "falling", "fatigued", "fatigued", "fatigued", "favourable", "favourable", "favourable", "fear", "fear", "fear", "fears", "fears", "fears", "features", "features", "features", "figure", "figure", "figure", "flying", "flying", "flying", "fond", "fond", "fond", "forbidding", "forbidding", "forbidding", "forms", "forms", "forms", "fortnight's", "fortnight's", "fortnight's", "fortunate", "fortunate", "fortunate", "gentleman", "gentleman", "gentleman", "gentlemanlike", "gentlemanlike", "gentlemanlike", "grieved", "grieved", "grieved", "hand", "hand", "hand", "handsomer", "handsomer", "handsomer", "happily", "happily", "happily", "heart", "heart", "heart", "highly", "highly", "highly", "horse", "horse", "horse", "housekeeping", "housekeeping", "housekeeping", "idea", "idea", "idea", "ideas", "ideas", "ideas", "imagine", "imagine", "imagine", "ingenious", "ingenious", "ingenious", "intelligence", "intelligence", "intelligence", "introduction", "introduction", "introduction", "joke", "joke", "joke", "joy", "joy", "joy", "laid", "laid", "laid", "law", "law", "law", "left", "left", "left", "library", "library", "library", "loved", "loved", "loved", "matter", "matter", "matter", "meaning", "meaning", "meaning", "meant", "meant", "meant", "mien", "mien", "mien", "neglect", "neglect", "neglect", "neices", "neices", "neices", "noble", "noble", "noble", "office", "office", "office", "person", "person", "person", "persuade", "persuade", "persuade", "planned", "planned", "planned", "popularity", "popularity", "popularity", "principal", "principal", "principal", "pronounced", "pronounced", "pronounced", "questions", "questions", "questions", "quieted", "quieted", "quieted", "raptures", "raptures", "raptures", "read", "read", "read", "reflection", "reflection", "reflection", "rode", "rode", "rode", "sakes", "sakes", "sakes", "sat", "sat", "sat", "satisfactory", "satisfactory", "satisfactory", "save", "save", "save", "shut", "shut", "shut", "sick", "sick", "sick", "sight", "sight", "sight", "skill", "skill", "skill", "spent", "spent", "spent", "spoke", "spoke", "spoke", "stared", "stared", "stared", "starting", "starting", "starting", "step", "step", "step", "stoutly", "stoutly", "stoutly", "stress", "stress", "stress", "subject", "subject", "subject", "sufficient", "sufficient", "sufficient", "suppositions", "suppositions", "suppositions", "surmises", "surmises", "surmises", "surpassing", "surpassing", "surpassing", "talked", "talked", "talked", "tall", "tall", "tall", "tallest", "tallest", "tallest", "teasing", "teasing", "teasing", "tide", "tide", "tide", "tumult", "tumult", "tumult", "unaffected", "unaffected", "unaffected", "unlucky", "unlucky", "unlucky", "unreserved", "unreserved", "unreserved", "unworthy", "unworthy", "unworthy", "upper", "upper", "upper", "venture", "venture", "venture", "window", "window", "window", "wonderfully", "wonderfully", "wonderfully", "wore", "wore", "wore", "Amongst", "Amongst", "Amongst", "Catherine", "Catherine", "Catherine", "Come", "Come", "Come", "Compliments", "Compliments", "Compliments", "Dear", "Dear", "Dear", "Did", "Did", "Did", "Everybody", "Everybody", "Everybody", "First", "First", "First", "God's", "God's", "God's", "Here", "Here", "Here", "Hurst's", "Hurst's", "Hurst's", "King", "King", "King", "Maria", "Maria", "Maria", "Such", "Such", "Such", "Upon", "Upon", "Upon", "Which", "Which", "Which", "With", "With", "With", "Your", "Your", "Your", "_Boulanger_", "_Boulanger_", "_Boulanger_", "_his_", "_his_", "_his_", "_you_", "_you_", "_you_", "accomplished", "accomplished", "accomplished", "added", "added", "added", "admire", "admire", "admire", "advice", "advice", "advice", "amiable", "amiable", "amiable", "ankle", "ankle", "ankle", "apt", "apt", "apt", "behaviour", "behaviour", "behaviour", "beheld", "beheld", "beheld", "bitterness", "bitterness", "bitterness", "book", "book", "book", "branch", "branch", "branch", "breeding", "breeding", "breeding", "care", "care", "care", "catching", "catching", "catching", "cautious", "cautious", "cautious", "charming", "charming", "charming", "coldly", "coldly", "coldly", "complete", "complete", "complete", "compliment", "compliment", "compliment", "conceited", "conceited", "conceited", "consequence", "consequence", "consequence", "contrast", "contrast", "contrast", "conversation", "conversation", "conversation", "cordial", "cordial", "cordial", "curiosity", "curiosity", "curiosity", "dances", "dances", "dances", "declined", "declined", "declined", "difference", "difference", "difference", "disappointed", "disappointed", "disappointed", "dislike", "dislike", "dislike", "disposition", "disposition", "disposition", "distinguished", "distinguished", "distinguished", "dresses", "dresses", "dresses", "ease", "ease", "ease", "elegant", "elegant", "elegant", "enduring", "enduring", "enduring", "engaged", "engaged", "engaged", "enjoy", "enjoy", "enjoy", "event", "event", "event", "exaggeration", "exaggeration", "exaggeration", "excessively", "excessively", "excessively", "expect", "expect", "expect", "expectations", "expectations", "expectations", "expressed", "expressed", "expressed", "eye", "eye", "eye", "fancy", "fancy", "fancy", "fancying", "fancying", "fancying", "fastidious", "fastidious", "fastidious", "finery", "finery", "finery", "flattered", "flattered", "flattered", "fourth", "fourth", "fourth", "gallantry", "gallantry", "gallantry", "gown", "gown", "gown", "gratified", "gratified", "gratified", "happy", "happy", "happy", "hate", "hate", "hate", "horrid", "horrid", "horrid", "inhabitants", "inhabitants", "inhabitants", "inquired", "inquired", "inquired", "insupportable", "insupportable", "insupportable", "interrupted", "interrupted", "interrupted", "join", "join", "join", "kingdom", "kingdom", "kingdom", "lace", "lace", "lace", "learnt", "learnt", "learnt", "leave", "leave", "leave", "likewise", "likewise", "likewise", "lived", "lived", "lived", "lose", "lose", "lose", "mentioned", "mentioned", "mentioned", "met", "met", "met", "moment", "moment", "moment", "natural", "natural", "natural", "occasionally", "occasionally", "occasionally", "passed", "passed", "passed", "perfect", "perfect", "perfect", "playful", "playful", "playful", "pleasantly", "pleasantly", "pleasantly", "pleasing", "pleasing", "pleasing", "possibly", "possibly", "possibly", "praise", "praise", "praise", "press", "press", "press", "protested", "protested", "protested", "proudest", "proudest", "proudest", "punishment", "punishment", "punishment", "qualities", "qualities", "qualities", "quieter", "quieter", "quieter", "raised", "raised", "raised", "related", "related", "related", "remained", "remained", "remained", "resentment", "resentment", "resentment", "ridiculous", "ridiculous", "ridiculous", "round", "round", "round", "rudeness", "rudeness", "rudeness", "scarcity", "scarcity", "scarcity", "seek", "seek", "seek", "set", "set", "set", "sharpened", "sharpened", "sharpened", "shocking", "shocking", "shocking", "sit", "sit", "sit", "sitting", "sitting", "sitting", "sixth", "sixth", "sixth", "smiles", "smiles", "smiles", "spirits", "spirits", "spirits", "splendid", "splendid", "splendid", "sprained", "sprained", "sprained", "stranger", "stranger", "stranger", "struck", "struck", "struck", "stupid", "stupid", "stupid", "stupider", "stupider", "stupider", "suiting", "suiting", "suiting", "surprise", "surprise", "surprise", "tempt", "tempt", "tempt", "tolerable", "tolerable", "tolerable", "uncommonly", "uncommonly", "uncommonly", "vexed", "vexed", "vexed", "village", "village", "village", "violent", "violent", "violent", "walking", "walking", "walking", "wasting", "wasting", "wasting", "wife's", "wife's", "wife's", "withdrew", "withdrew", "withdrew", "Affectation", "Affectation", "Affectation", "All", "All", "All", "Between", "Between", "Between", "Certainly", "Certainly", "Certainly", "Darcy's", "Darcy's", "Darcy's", "Elizabeth's", "Elizabeth's", "Elizabeth's", "House", "House", "House", "James's", "James's", "James's", "Lodge", "Lodge", "Lodge", "Lucases", "Lucases", "Lucases", "On", "On", "On", "Perhaps", "Perhaps", "Perhaps", "Robinson's", "Robinson's", "Robinson's", "St", "St", "St", "That", "That", "That", "Their", "Their", "Their", "Within", "Within", "Within", "Yes", "Yes", "Yes", "_your_", "_your_", "_your_", "absolutely", "absolutely", "absolutely", "accidental", "accidental", "accidental", "acquired", "acquired", "acquired", "address", "address", "address", "age", "age", "age", "allowed", "allowed", "allowed", "amount", "amount", "amount", "angel", "angel", "angel", "anxious", "anxious", "anxious", "approve", "approve", "approve", "associating", "associating", "associating", "attentive", "attentive", "attentive", "authorized", "authorized", "authorized", "bad", "bad", "bad", "belongs", "belongs", "belongs", "blind", "blind", "blind", "bred", "bred", "bred", "brother's", "brother's", "brother's", "calculated", "calculated", "calculated", "candid", "candid", "candid", "candour", "candour", "candour", "censuring", "censuring", "censuring", "characteristic", "characteristic", "characteristic", "circumstance", "circumstance", "circumstance", "collection", "collection", "collection", "command", "command", "command", "commendation", "commendation", "commendation", "communicate", "communicate", "communicate", "conceive", "conceive", "conceive", "continually", "continually", "continually", "converse", "converse", "converse", "convinced", "convinced", "convinced", "county", "county", "county", "courteous", "courteous", "courteous", "deeply", "deeply", "deeply", "denominated", "denominated", "denominated", "dissatisfied", "dissatisfied", "dissatisfied", "distinction", "distinction", "distinction", "doubtful", "doubtful", "doubtful", "ductility", "ductility", "ductility", "educated", "educated", "educated", "elated", "elated", "elated", "endeared", "endeared", "endeared", "entitled", "entitled", "entitled", "equal", "equal", "equal", "everybody's", "everybody's", "everybody's", "eyes", "eyes", "eyes", "fault", "fault", "fault", "firmest", "firmest", "firmest", "follies", "follies", "follies", "formality", "formality", "formality", "friendly", "friendly", "friendly", "friendship", "friendship", "friendship", "generation", "generation", "generation", "greatly", "greatly", "greatly", "habit", "habit", "habit", "hasty", "hasty", "hasty", "haughty", "haughty", "haughty", "home", "home", "home", "honestly", "honestly", "honestly", "human", "human", "human", "hundred", "hundred", "hundred", "importance", "importance", "importance", "impressed", "impressed", "impressed", "inherited", "inherited", "inherited", "inoffensive", "inoffensive", "inoffensive", "intelligent", "intelligent", "intelligent", "inviting", "inviting", "inviting", "king", "king", "king", "knighthood", "knighthood", "knighthood", "liberty", "liberty", "liberty", "listened", "listened", "listened", "makes", "makes", "makes", "man's", "man's", "man's", "manor", "manor", "manor", "market", "market", "market", "mayoralty", "mayoralty", "mayoralty", "meanly", "meanly", "meanly", "meets", "meets", "meets", "memories", "memories", "memories", "mile", "mile", "mile", "mistaken", "mistaken", "mistaken", "object", "object", "object", "obliging", "obliging", "obliging", "observation", "observation", "observation", "occupy", "occupy", "occupy", "offense", "offense", "offense", "offer", "offer", "offer", "openness", "openness", "openness", "opposition", "opposition", "opposition", "ostentation", "ostentation", "ostentation", "overheard", "overheard", "overheard", "owner", "owner", "owner", "period", "period", "period", "pliancy", "pliancy", "pliancy", "power", "power", "power", "presentation", "presentation", "presentation", "preside", "preside", "preside", "prettier", "prettier", "prettier", "private", "private", "private", "provided", "provided", "provided", "quitting", "quitting", "quitting", "received", "received", "received", "recommendation", "recommendation", "recommendation", "reliance", "reliance", "reliance", "remainder", "remainder", "remainder", "removed", "removed", "removed", "render", "render", "render", "reserved", "reserved", "reserved", "residence", "residence", "residence", "respectable", "respectable", "respectable", "risen", "risen", "risen", "satisfied", "satisfied", "satisfied", "seminaries", "seminaries", "seminaries", "sense", "sense", "sense", "short", "short", "short", "silence", "silence", "silence", "situation", "situation", "situation", "smiled", "smiled", "smiled", "solely", "solely", "solely", "spend", "spend", "spend", "spending", "spending", "spending", "spite", "spite", "spite", "steady", "steady", "steady", "stiffness", "stiffness", "stiffness", "strength", "strength", "strength", "strongly", "strongly", "strongly", "sufficiently", "sufficiently", "sufficiently", "suited", "suited", "suited", "supercilious", "supercilious", "supercilious", "superior", "superior", "superior", "suppose", "suppose", "suppose", "table", "table", "table", "tempted", "tempted", "tempted", "tenant", "tenant", "tenant", "unassailed", "unassailed", "unassailed", "unshackled", "unshackled", "unshackled", "unwilling", "unwilling", "unwilling", "valuable", "valuable", "valuable", "walk", "walk", "walk", "Another", "Another", "Another", "Are", "Are", "Are", "As", "As", "As", "Had", "Had", "Had", "Lizzy's", "Lizzy's", "Lizzy's", "Remember", "Remember", "Remember", "There", "There", "There", "Vanity", "Vanity", "Vanity", "_My_", "_My_", "_My_", "_begin_", "_begin_", "_begin_", "_dined_", "_dined_", "_dined_", "_him_", "_him_", "_him_", "_mine_", "_mine_", "_mine_", "_more_", "_more_", "_more_", "_never_", "_never_", "_never_", "_right_", "_right_", "_right_", "_tolerable_", "_tolerable_", "_tolerable_", "_which_", "_which_", "_which_", "_yours_", "_yours_", "_yours_", "acting", "acting", "acting", "adopt", "adopt", "adopt", "argument", "argument", "argument", "arising", "arising", "arising", "attachment", "attachment", "attachment", "beg", "beg", "beg", "begun", "begun", "begun", "boy", "boy", "boy", "carriage", "carriage", "carriage", "cheerfulness", "cheerfulness", "cheerfulness", "cherish", "cherish", "cherish", "close", "close", "close", "complacency", "complacency", "complacency", "composure", "composure", "composure", "conceal", "conceal", "conceal", "conceals", "conceals", "conceals", "consolation", "consolation", "consolation", "conversing", "conversing", "conversing", "dark", "dark", "dark", "degree", "degree", "degree", "dined", "dined", "dined", "directly", "directly", "directly", "disadvantage", "disadvantage", "disadvantage", "discover", "discover", "discover", "doubt", "doubt", "doubt", "due", "due", "due", "easily", "easily", "easily", "eat", "eat", "eat", "encouragement", "encouragement", "encouragement", "endeavour", "endeavour", "endeavour", "entertain", "entertain", "entertain", "excepting", "excepting", "excepting", "excuse", "excuse", "excuse", "express", "express", "express", "failing", "failing", "failing", "favour", "favour", "favour", "feels", "feels", "feels", "fixing", "fixing", "fixing", "forgive", "forgive", "forgive", "form", "form", "form", "foxhounds", "foxhounds", "foxhounds", "freely", "freely", "freely", "goodwill", "goodwill", "goodwill", "gratitude", "gratitude", "gratitude", "grew", "grew", "grew", "guard", "guard", "guard", "guarded", "guarded", "guarded", "guess", "guess", "guess", "hack", "hack", "hack", "head", "head", "head", "hours", "hours", "hours", "imaginary", "imaginary", "imaginary", "impertinent", "impertinent", "impertinent", "impose", "impose", "impose", "influence", "influence", "influence", "intolerable", "intolerable", "intolerable", "leisure", "leisure", "leisure", "lips", "lips", "lips", "listening", "listening", "listening", "misfortune", "misfortune", "misfortune", "mixed", "mixed", "mixed", "mortified", "mortified", "mortified", "night", "night", "night", "observed", "observed", "observed", "offend", "offend", "offend", "opinions", "opinions", "opinions", "opportunity", "opportunity", "opportunity", "overhearings", "overhearings", "overhearings", "pack", "pack", "pack", "partial", "partial", "partial", "parties", "parties", "parties", "perceive", "perceive", "perceive", "piqued", "piqued", "piqued", "plan", "plan", "plan", "prettiest", "prettiest", "prettiest", "probability", "probability", "probability", "promise", "promise", "promise", "prone", "prone", "prone", "public", "public", "public", "purpose", "purpose", "purpose", "quality", "quality", "quality", "real", "real", "real", "reasonableness", "reasonableness", "reasonableness", "reflections", "reflections", "reflections", "relates", "relates", "relates", "remarkably", "remarkably", "remarkably", "represent", "represent", "represent", "safe", "safe", "safe", "safely", "safely", "safely", "score", "score", "score", "secure", "secure", "secure", "simpleton", "simpleton", "simpleton", "slight", "slight", "slight", "solidity", "solidity", "solidity", "speaks", "speaks", "speaks", "superciliousness", "superciliousness", "superciliousness", "suspicions", "suspicions", "suspicions", "synonymously", "synonymously", "synonymously", "talking", "talking", "talking", "tolerably", "tolerably", "tolerably", "true", "true", "true", "undoubtedly", "undoubtedly", "undoubtedly", "uniform", "uniform", "uniform", "united", "united", "united", "vain", "vain", "vain", "wine", "wine", "wine", "words", "words", "words", "yielding", "yielding", "yielding"] + }, + { + "type": "double", + "attributes": {}, + "value": [0.00012606, 0.0001432, 0.06615919, 0.00012606, 0.00157525, 0.04488973, 0.00138661, 0.0030073, 0.03257584, 0.00012606, 0.0058714, 0.01242584, 0.00264717, 0.0001432, 0.01242584, 0.0253372, 0.0001432, 0.00011194, 0.01399218, 0.0001432, 0.00570917, 0.00264717, 0.02592009, 0.00011194, 0.00138661, 0.0001432, 0.01242584, 0.00516828, 0.0001432, 0.02585917, 0.01021051, 0.0001432, 0.00458972, 0.00012606, 0.0001432, 0.01242584, 0.00012606, 0.00157525, 0.01466473, 0.00012606, 0.0001432, 0.01018695, 0.02029497, 0.0001432, 0.00011194, 0.00264717, 0.01303165, 0.00011194, 0.00012606, 0.0001432, 0.01130639, 0.00012606, 0.01303165, 0.00011194, 0.00138661, 0.0115996, 0.00123139, 0.00012606, 0.0001432, 0.0090675, 0.00012606, 0.0058714, 0.00347028, 0.00012606, 0.0001432, 0.01018695, 0.00012606, 0.0001432, 0.01018695, 0.0076894, 0.0058714, 0.00011194, 0.01021051, 0.0001432, 0.00011194, 0.01021051, 0.0001432, 0.00011194, 0.00642884, 0.0001432, 0.00011194, 0.00012606, 0.0115996, 0.00011194, 0.00138661, 0.0001432, 0.01018695, 0.00516828, 0.0058714, 0.00011194, 0.00012606, 0.0058714, 0.00235083, 0.00012606, 0.01016755, 0.00347028, 0.00012606, 0.0030073, 0.00794806, 0.00012606, 0.0001432, 0.00682861, 0.00012606, 0.0001432, 0.01242584, 0.01525274, 0.0001432, 0.00011194, 0.01147107, 0.0058714, 0.00011194, 0.00642884, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.0090675, 0.00012606, 0.0001432, 0.0090675, 0.00390773, 0.00443935, 0.00011194, 0.00012606, 0.0058714, 0.00011194, 0.00012606, 0.0001432, 0.00458972, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.00730345, 0.00011194, 0.00012606, 0.0001432, 0.00570917, 0.00012606, 0.0001432, 0.00458972, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.0001432, 0.00570917, 0.00012606, 0.0001432, 0.00794806, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.00157525, 0.00682861, 0.00138661, 0.0001432, 0.00458972, 0.00012606, 0.0001432, 0.00682861, 0.01021051, 0.00157525, 0.00011194, 0.00642884, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00682861, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.0058714, 0.00123139, 0.00390773, 0.00157525, 0.00011194, 0.00516828, 0.0001432, 0.00123139, 0.00390773, 0.0001432, 0.00011194, 0.00138661, 0.00443935, 0.00123139, 0.00012606, 0.0001432, 0.00347028, 0.0076894, 0.0001432, 0.00011194, 0.00642884, 0.0001432, 0.00011194, 0.00642884, 0.0001432, 0.00011194, 0.00390773, 0.0001432, 0.00235083, 0.00012606, 0.0087355, 0.00011194, 0.00642884, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00682861, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.00157525, 0.00123139, 0.00012606, 0.0144637, 0.00011194, 0.00138661, 0.0001432, 0.00235083, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.0001432, 0.00794806, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0058714, 0.00347028, 0.0076894, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.00730345, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.00730345, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00138661, 0.0058714, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00264717, 0.00157525, 0.00011194, 0.00012606, 0.0087355, 0.00011194, 0.00012606, 0.0058714, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00458972, 0.00012606, 0.0001432, 0.00235083, 0.00138661, 0.0058714, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00347028, 0.00264717, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00123139, 0.00012606, 0.00443935, 0.00123139, 0.00012606, 0.0058714, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.0058714, 0.00011194, 0.00012606, 0.0001432, 0.00458972, 0.0076894, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00347028, 0.00516828, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00123139, 0.00012606, 0.0058714, 0.00011194, 0.00642884, 0.0001432, 0.00011194, 0.00516828, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00347028, 0.00138661, 0.00443935, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00264717, 0.0001432, 0.00011194, 0.0076894, 0.00157525, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.0076894, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00390773, 0.0030073, 0.00123139, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.00443935, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00516828, 0.0001432, 0.00011194, 0.00012606, 0.0087355, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00516828, 0.0001432, 0.00011194, 0.00516828, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.0076894, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0030073, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.0030073, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00458972, 0.00012606, 0.00730345, 0.00011194, 0.00516828, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0058714, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00138661, 0.00157525, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00390773, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00264717, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.0030073, 0.00123139, 0.00012606, 0.00443935, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00516828, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00123139, 0.00264717, 0.00157525, 0.00011194, 0.00642884, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00347028, 0.00264717, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00642884, 0.0001432, 0.00011194, 0.00012606, 0.0058714, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0030073, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.00157525, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00138661, 0.0030073, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00264717, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00264717, 0.0030073, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00264717, 0.00443935, 0.00011194, 0.00138661, 0.0030073, 0.00123139, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00235083, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00390773, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00390773, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00138661, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00264717, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0058714, 0.00011194, 0.00264717, 0.0001432, 0.00123139, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00264717, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.00157525, 0.00235083, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00347028, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00264717, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00390773, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00390773, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00235083, 0.00138661, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.00443935, 0.00011194, 0.00012606, 0.0001432, 0.00235083, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00235083, 0.00012606, 0.0001432, 0.00123139, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0030073, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0030073, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00264717, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00264717, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00138661, 0.0001432, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.00157525, 0.00011194, 0.00012606, 0.0001432, 0.00123139] + } + ] + }, + { + "type": "list", + "attributes": { + "names": { + "type": "character", + "attributes": {}, + "value": ["document", "topic", "gamma"] + }, + "row.names": { + "type": "integer", + "attributes": {}, + "value": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + "class": { + "type": "character", + "attributes": {}, + "value": ["tbl_df", "tbl", "data.frame"] + } + }, + "value": [ + { + "type": "character", + "attributes": {}, + "value": ["2", "1", "3", "4", "5", "2", "1", "3", "4", "5", "2", "1", "3", "4", "5"] + }, + { + "type": "integer", + "attributes": {}, + "value": [1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3] + }, + { + "type": "double", + "attributes": {}, + "value": [0.24217687, 0.12365591, 0.34593838, 0.49511855, 0.44371823, 0.26870748, 0.38863287, 0.232493, 0.24616457, 0.33478577, 0.48911565, 0.48771121, 0.42156863, 0.25871688, 0.22149601] + } + ] + }, + { + "type": "double", + "attributes": {}, + "value": [-13798.04813879] + }, + { + "type": "double", + "attributes": {}, + "value": [-13864.7624602] + } + ] + } + diff --git a/tests/testthat/test-lda_fit.R b/tests/testthat/test-lda_fit.R new file mode 100644 index 0000000..ec79f82 --- /dev/null +++ b/tests/testthat/test-lda_fit.R @@ -0,0 +1,23 @@ +test_that("test fit_lda", { + data = dplyr::slice_head(dummy_response, n=5) + topic_number = list("Please share your views on policy 1" = 3) + + glossary_words = c("lady catherine de bourgh", + "mr frank churchill", + "mr john knightley" ) + + # run the function and snapshot it + expect_snapshot_value({ + fit_data = fit_lda(data,"response_id", + topic_number, + 20241202, + clean_text = identity, + glossary_words, + stop_words = tidytext::stop_words$word, + stem_word_exceptions = NULL + ) + #strip the lda_Gibbs object + + fit_data$`Please share your views on policy 1`[[1]][2:5]}, style = "json2", + tolerance = 1e-5) +}) diff --git a/tests/testthat/testthat-problems.rds b/tests/testthat/testthat-problems.rds new file mode 100644 index 0000000000000000000000000000000000000000..56c65a573408f641f19a4e9ce6065ff90e71199b GIT binary patch literal 2931 zcmV-(3ykz1iwFP!000002JKo)bJW-sRzKXf8|(oOU}FZ*cuZ`F@q=vk{j-G^YyJ!Z2tx9ONGp0#JH7u6NBp?g8y zbOP1gQSX?#9n@6asj6kyuyk8p);)7>#Wk8-#GhNaQ(iV)$8Xw!9$4&RE-?Kd`VMM( zkP=g$Z8@e7VI2kLDXye(t?3DVsqR>TW>@uz8TBcMjH+r?4|Mg0T5ZcRvQUYI`* zh7_Rls=8~tzOQ>NZQu2(K9e%0Cv3giQVl(*nI6kSt(t0u8QrZ-%z)knRrZ;vd+Ls- zJ5N-j*7S^;W!pVyJa%i2`oytzYXR%42^C`;Q&sbzVH$zvJ9@*fxq-H)+f8#C@Uz?i zlyI6?ZDsn>QqwItcNn1d0?20a9lDYrLFaK5HE1C^H|C3 zv-6TMnp<@YVdC^RohOdF@1%_Cg5}?i=4dfmDZ(a74F*=7jc&c(U_OR9u=KaT1Ydcl z|13_DaOr>$vKYes&GOwxMu0BEpJbY)E&~I6`Ec~QDdaTFr`km}Ml?27W*^8c_0kgF zhIXt2vsyCuaiYJnB5cX=%@sC8qt!9{S0c>YU_>+1@H+>zDA4J!P>S+GqR&5@po{n+ zpkrV^uSCmh0r)2cI>UP*m5 z=zo~tMWCa^KJWVx36AP6NF;_^ID&i=%fAj2tEq*niBW_X@cJ%l;huG^bEm21bP#2J~qy>rb=-1uM+(w zLV5gr8G2t5{}RzZC#fIe8-Vft=>x2f)SvecAH%c2A0ZU`=OSzOB>L!omf*(-#r~OR z?Go^h6N>$_z}lKbAMIZv_z9qMq<=26b`|*ZgyQ_XlA@3HuL52Gya07a`-`ky2mS>@ z(f+j*eYAfaaGVSMkT=@reYFhy3xs0--%8O(`^!T8P#^I%CE0%z-vI2n67N1a#r1*v zS!b;T{4qkY|G14WCHm;U1o$At!091k|2}IEfPa`!wEr<{znAEv{Rade0(wM=$9I{v zE#My|6#MUCiay%kBKQc)D4+AzVtY`T^i7qdz0~B+!c_zn>F)oZuKg$36r8ETI{&_e+A$0lh@*|BB$_ z1V{Uyk^C+biuL^*@OPkooT{XLzb5zup;*7)5PTBo6ySU<{w-@?NN|kr3(!BJ#P_y7 zC0>7jrzF=O#8IDPUn=oaJ5tpDgOXey5l4NFJy+s22`O*SSo4zlbiAk2+PW4&8y<&2917CUBpa4nB=+1NT_@lZ{)O>)P$D((=Q*n7Lo0^`2%RGBf^>DLae)vFJ-Yk_LcI0Mca=EFe$Sy=)(7@`)+ETfEcdaDRN{UkC z1i#i?Ph-zi)~>^^YNp+Ia~J=PoD0lBdFvL!rLBzwoUFrnnaTgEbW*zTYsg7+?mhpv zNa`(Al2!hiMd;1gt4B&lrwGZ!V=Ou1dUDp2(Ca)61Ac#L`J<(^Rg@`}wYAlUQb);@ zCgqF3TjpKlXFzW{)l%8ddXi4Aqj`ReC9I-@or6zcWbh0R&mo7C2cjr8BZy`2oHWnR z`;d7H(@%2K zN_QdQit!n7mkT^d#=*9@n5xtXeG+TP(X_md$qt=G_jz&zojSU^8PC!s z!o_8vtt8KM>47Rep6v+YY4Ra>tz@_jtU7tqBx-f`f=t9ScOr@KZ5ZDmbIKkFvITMH zh|+KJ;w!^^X4}2^4;vyWlZKwM3iAaw&vcqZJnHcfnIM8na#}=KbgJ)f{7LQfQAeIm zfS4PP{iJnq$P2c}piSnNnUo~WM|;wIJRd^-XdCL8s7W~NyHD-qBR=_BfO>z&sF}tS z&2yVhHSny4;3jh*i8yb&dR4~v^*!j;Gi^ow3Zl=}E2d2tImQrW{Gi2$`UhEs1c> zG4~@clQ3g=c!>~MJ1Iue7ltb^`{U?eCNr37Cw)w}qsFh#x1-iolA~Zw^8>GG1WmCl zQ*AN92D=w`4Q3;fo(3&+mE2gljesf6$-*dFzE-!`gMzb5k^!l+SQvJ#wz~&aY5@lx z`>tbKfhqELJhy(Yyje;XF%j*sZ`B*NwbS|mTdrKbZs0pCCHC4CjS$I#7!i9&e~sUw z-V9u==~UbUCGk=&xnwsyGYHor;k8|&ss-H#Z!%AVd?{rcCH}(kyCRrp_a?^wp2+XK z&Rpz5cJ!!F*F+>7vbM?cxh_IEPiHgZMwhL+&K4l1@O?n8wxgDms0Qro=PAEO^YaxZ~_*ZP(xn7@hBO$vwT%uvr? zJpW&tZ>~0E`^EO1O7}K-H09rKaTo*QE$yX}e8qz0;Lim7bsHYd_X7=YV$kpv)G#z2 z3P0{1QR2Tb@K;wSl=yE6CqWlp34J5&NazoD-1yJ9-hRU_P4>gHb+(^LG1J+b^oYOV z?|en~|JQWsevNiXd>j3q zIt9M*cW}V{djR4|Pq-^b3vMz*tDaSwc13-1Is`F{qY&k+*T zVR~j8MN`6P3K%%c&DVF)FP>~bO=w7m{6O~tEeZt6V>;CYBhNji