├── README.md ├── WNDS_Appendix_C ├── .DS_Store ├── ALL_POTUS │ ├── BushG.txt │ ├── BushGW.txt │ ├── Carter.txt │ ├── Clinton.txt │ ├── Ford.txt │ ├── Johnson.txt │ ├── Kennedy.txt │ ├── Nixon.txt │ ├── Obama.txt │ └── Reagan.txt ├── POTUS │ ├── .DS_Store │ ├── D_O_Carter_1978.txt │ ├── D_O_Carter_1979.txt │ ├── D_O_Carter_1980.txt │ ├── D_O_Clinton_1993.txt │ ├── D_O_Clinton_1994.txt │ ├── D_O_Clinton_1995.txt │ ├── D_O_Clinton_1996.txt │ ├── D_O_Clinton_1997.txt │ ├── D_O_Clinton_1998.txt │ ├── D_O_Clinton_1999.txt │ ├── D_O_Clinton_2000.txt │ ├── D_O_Johnson_1964.txt │ ├── D_O_Johnson_1965.txt │ ├── D_O_Johnson_1966.txt │ ├── D_O_Johnson_1967.txt │ ├── D_O_Johnson_1968.txt │ ├── D_O_Kennedy_1961.txt │ ├── D_O_Kennedy_1962.txt │ ├── D_O_Kennedy_1963.txt │ ├── D_O_Obama_2009.txt │ ├── D_O_Obama_2010.txt │ ├── D_O_Obama_2011.txt │ ├── D_O_Obama_2012.txt │ ├── D_O_Obama_2013.txt │ ├── D_O_Obama_2014.txt │ ├── R_O_BushGW_2001.txt │ ├── R_O_BushGW_2002.txt │ ├── R_O_BushGW_2003.txt │ ├── R_O_BushGW_2004.txt │ ├── R_O_BushGW_2005.txt │ ├── R_O_BushGW_2006.txt │ ├── R_O_BushGW_2007.txt │ ├── R_O_BushGW_2008.txt │ ├── R_O_BushG_1989.txt │ ├── R_O_BushG_1990.txt │ ├── R_O_BushG_1991.txt │ ├── R_O_BushG_1992.txt │ ├── R_O_Ford_1975.txt │ ├── R_O_Ford_1976.txt │ ├── R_O_Nixon_1970.txt │ ├── R_O_Nixon_1971.txt │ ├── R_O_Nixon_1972.txt │ ├── R_O_Nixon_1973.txt │ ├── R_O_Nixon_1974.txt │ ├── R_O_Reagan_1981.txt │ ├── R_O_Reagan_1982.txt │ ├── R_O_Reagan_1983.txt │ ├── R_O_Reagan_1984.txt │ ├── R_O_Reagan_1985.txt │ ├── R_O_Reagan_1986.txt │ ├── R_O_Reagan_1987.txt │ └── R_O_Reagan_1988.txt ├── POTUS_COMPLETE │ ├── .DS_Store │ ├── D_O_Carter_1978.txt │ ├── D_O_Carter_1979.txt │ ├── D_O_Carter_1980.txt │ ├── D_O_Clinton_1993.txt │ ├── D_O_Clinton_1994.txt │ ├── D_O_Clinton_1995.txt │ ├── D_O_Clinton_1996.txt │ ├── D_O_Clinton_1997.txt │ ├── D_O_Clinton_1998.txt │ ├── D_O_Clinton_1999.txt │ ├── D_O_Clinton_2000.txt │ ├── D_O_JohnsonLB_1964.txt │ ├── D_O_JohnsonLB_1965.txt │ ├── D_O_JohnsonLB_1966.txt │ ├── D_O_JohnsonLB_1967.txt │ ├── D_O_JohnsonLB_1968.txt │ ├── D_O_JohnsonLB_1969.txt │ ├── D_O_Kennedy_1961.txt │ ├── D_O_Kennedy_1962.txt │ ├── D_O_Kennedy_1963.txt │ ├── D_O_Obama_2009.txt │ ├── D_O_Obama_2010.txt │ ├── D_O_Obama_2011.txt │ ├── D_O_Obama_2012.txt │ ├── D_O_Obama_2013.txt │ ├── D_O_Obama_2014.txt │ ├── D_O_Roosevelt_1934.txt │ ├── D_O_Roosevelt_1935.txt │ ├── D_O_Roosevelt_1936.txt │ ├── D_O_Roosevelt_1937.txt │ ├── D_O_Roosevelt_1938.txt │ ├── D_O_Roosevelt_1939.txt │ ├── D_O_Roosevelt_1940.txt │ ├── D_O_Roosevelt_1941.txt │ ├── D_O_Roosevelt_1942.txt │ ├── D_O_Roosevelt_1943.txt │ ├── D_O_Roosevelt_1944.txt │ ├── D_O_Roosevelt_1945.txt │ ├── D_O_Truman_1947.txt │ ├── D_O_Truman_1948.txt │ ├── D_O_Truman_1949.txt │ ├── D_O_Truman_1950.txt │ ├── D_O_Truman_1951.txt │ ├── D_O_Truman_1952.txt │ ├── D_O_Wilson_1913.txt │ ├── D_O_Wilson_1914.txt │ ├── D_O_Wilson_1915.txt │ ├── D_O_Wilson_1916.txt │ ├── D_O_Wilson_1917.txt │ ├── D_O_Wilson_1918.txt │ ├── D_W_Buchanan_1857.txt │ ├── D_W_Buchanan_1858.txt │ ├── D_W_Buchanan_1859.txt │ ├── D_W_Buchanan_1860.txt │ ├── D_W_Carter_1978.txt │ ├── D_W_Carter_1979.txt │ ├── D_W_Carter_1980.txt │ ├── D_W_Carter_1981.txt │ ├── D_W_Cleveland_1885.txt │ ├── D_W_Cleveland_1886.txt │ ├── D_W_Cleveland_1887.txt │ ├── D_W_Cleveland_1888.txt │ ├── D_W_Cleveland_1893.txt │ ├── D_W_Cleveland_1894.txt │ ├── D_W_Cleveland_1895.txt │ ├── D_W_Cleveland_1896.txt │ ├── D_W_Jackson_1829.txt │ ├── D_W_Jackson_1830.txt │ ├── D_W_Jackson_1831.txt │ ├── D_W_Jackson_1832.txt │ ├── D_W_Jackson_1833.txt │ ├── D_W_Jackson_1834.txt │ ├── D_W_Jackson_1835.txt │ ├── D_W_Jackson_1836.txt │ ├── D_W_Pierce_1853.txt │ ├── D_W_Pierce_1854.txt │ ├── D_W_Pierce_1855.txt │ ├── D_W_Pierce_1856.txt │ ├── D_W_Polk_1845.txt │ ├── D_W_Polk_1846.txt │ ├── D_W_Polk_1847.txt │ ├── D_W_Polk_1848.txt │ ├── D_W_Roosevelt_1945.txt │ ├── D_W_Truman_1946.txt │ ├── D_W_Truman_1953.txt │ ├── D_W_VanBuren_1837.txt │ ├── D_W_VanBuren_1838.txt │ ├── D_W_VanBuren_1839.txt │ ├── D_W_VanBuren_1840.txt │ ├── D_W_Wilson_1919.txt │ ├── D_W_Wilson_1920.txt │ ├── DemocraticRepublican_W_Jefferson_1801.txt │ ├── DemocraticRepublican_W_Jefferson_1802.txt │ ├── DemocraticRepublican_W_Jefferson_1803.txt │ ├── DemocraticRepublican_W_Jefferson_1804.txt │ ├── DemocraticRepublican_W_Jefferson_1805.txt │ ├── DemocraticRepublican_W_Jefferson_1806.txt │ ├── DemocraticRepublican_W_Jefferson_1807.txt │ ├── DemocraticRepublican_W_Jefferson_1808.txt │ ├── DemocraticRepublican_W_Madison_1809.txt │ ├── DemocraticRepublican_W_Madison_1810.txt │ ├── DemocraticRepublican_W_Madison_1811.txt │ ├── DemocraticRepublican_W_Madison_1812.txt │ ├── DemocraticRepublican_W_Madison_1813.txt │ ├── DemocraticRepublican_W_Madison_1814.txt │ ├── DemocraticRepublican_W_Madison_1815.txt │ ├── DemocraticRepublican_W_Madison_1816.txt │ ├── DemocraticRepublican_W_Monroe_1817.txt │ ├── DemocraticRepublican_W_Monroe_1818.txt │ ├── DemocraticRepublican_W_Monroe_1819.txt │ ├── DemocraticRepublican_W_Monroe_1820.txt │ ├── DemocraticRepublican_W_Monroe_1821.txt │ ├── DemocraticRepublican_W_Monroe_1822.txt │ ├── DemocraticRepublican_W_Monroe_1823.txt │ ├── DemocraticRepublican_W_Monroe_1824.txt │ ├── Federalist_O_AdamsJ_1797.txt │ ├── Federalist_O_AdamsJ_1798.txt │ ├── Federalist_O_AdamsJ_1799.txt │ ├── Federalist_O_AdamsJ_1800.txt │ ├── None_O1_Washington_1790.txt │ ├── None_O2_Washington_1790.txt │ ├── None_O_Washington_1791.txt │ ├── None_O_Washington_1792.txt │ ├── None_O_Washington_1793.txt │ ├── None_O_Washington_1794.txt │ ├── None_O_Washington_1795.txt │ ├── None_O_Washington_1796.txt │ ├── R_O_BushGW_2001.txt │ ├── R_O_BushGW_2002.txt │ ├── R_O_BushGW_2003.txt │ ├── R_O_BushGW_2004.txt │ ├── R_O_BushGW_2005.txt │ ├── R_O_BushGW_2006.txt │ ├── R_O_BushGW_2007.txt │ ├── R_O_BushGW_2008.txt │ ├── R_O_BushG_1989.txt │ ├── R_O_BushG_1990.txt │ ├── R_O_BushG_1991.txt │ ├── R_O_BushG_1992.txt │ ├── R_O_Coolidge_1923.txt │ ├── R_O_Eisenhower_1953.txt │ ├── R_O_Eisenhower_1954.txt │ ├── R_O_Eisenhower_1955.txt │ ├── R_O_Eisenhower_1956.txt │ ├── R_O_Eisenhower_1957.txt │ ├── R_O_Eisenhower_1958.txt │ ├── R_O_Eisenhower_1959.txt │ ├── R_O_Eisenhower_1960.txt │ ├── R_O_Ford_1975.txt │ ├── R_O_Ford_1976.txt │ ├── R_O_Ford_1977.txt │ ├── R_O_Harding_1921.txt │ ├── R_O_Harding_1922.txt │ ├── R_O_Nixon_1970.txt │ ├── R_O_Nixon_1971.txt │ ├── R_O_Nixon_1972.txt │ ├── R_O_Nixon_1973.txt │ ├── R_O_Nixon_1974.txt │ ├── R_O_Reagan_1981.txt │ ├── R_O_Reagan_1982.txt │ ├── R_O_Reagan_1983.txt │ ├── R_O_Reagan_1984.txt │ ├── R_O_Reagan_1985.txt │ ├── R_O_Reagan_1986.txt │ ├── R_O_Reagan_1987.txt │ ├── R_O_Reagan_1988.txt │ ├── R_W_Arthur_1881.txt │ ├── R_W_Arthur_1882.txt │ ├── R_W_Arthur_1883.txt │ ├── R_W_Arthur_1884.txt │ ├── R_W_Coolidge_1924.txt │ ├── R_W_Coolidge_1925.txt │ ├── R_W_Coolidge_1926.txt │ ├── R_W_Coolidge_1927.txt │ ├── R_W_Coolidge_1928.txt │ ├── R_W_Eisenhower_1956.txt │ ├── R_W_Eisenhower_1961.txt │ ├── R_W_Grant_1869.txt │ ├── R_W_Grant_1870.txt │ ├── R_W_Grant_1871.txt │ ├── R_W_Grant_1872.txt │ ├── R_W_Grant_1873.txt │ ├── R_W_Grant_1874.txt │ ├── R_W_Grant_1875.txt │ ├── R_W_Grant_1876.txt │ ├── R_W_HarrisonB_1889.txt │ ├── R_W_HarrisonB_1890.txt │ ├── R_W_HarrisonB_1891.txt │ ├── R_W_HarrisonB_1892.txt │ ├── R_W_Hayes_1877.txt │ ├── R_W_Hayes_1878.txt │ ├── R_W_Hayes_1879.txt │ ├── R_W_Hayes_1880.txt │ ├── R_W_Hoover_1929.txt │ ├── R_W_Hoover_1930.txt │ ├── R_W_Hoover_1931.txt │ ├── R_W_Hoover_1932.txt │ ├── R_W_JohnsonA_1865.txt │ ├── R_W_JohnsonA_1866.txt │ ├── R_W_JohnsonA_1867.txt │ ├── R_W_JohnsonA_1868.txt │ ├── R_W_Lincoln_1861.txt │ ├── R_W_Lincoln_1862.txt │ ├── R_W_Lincoln_1863.txt │ ├── R_W_Lincoln_1864.txt │ ├── R_W_McKinley_1897.txt │ ├── R_W_McKinley_1898.txt │ ├── R_W_McKinley_1899.txt │ ├── R_W_McKinley_1900.txt │ ├── R_W_Nixon_1972.txt │ ├── R_W_Nixon_1973.txt │ ├── R_W_Nixon_1974.txt │ ├── R_W_RooseveltT_1901.txt │ ├── R_W_RooseveltT_1902.txt │ ├── R_W_RooseveltT_1903.txt │ ├── R_W_RooseveltT_1904.txt │ ├── R_W_RooseveltT_1905.txt │ ├── R_W_RooseveltT_1906.txt │ ├── R_W_RooseveltT_1907.txt │ ├── R_W_RooseveltT_1908.txt │ ├── R_W_Taft_1909.txt │ ├── R_W_Taft_1910.txt │ ├── R_W_Taft_1911.txt │ ├── R_W_Taft_1912.txt │ ├── Whig_W_AdamsJQ_1825.txt │ ├── Whig_W_AdamsJQ_1826.txt │ ├── Whig_W_AdamsJQ_1827.txt │ ├── Whig_W_AdamsJQ_1828.txt │ ├── Whig_W_Fillmore_1850.txt │ ├── Whig_W_Fillmore_1851.txt │ ├── Whig_W_Fillmore_1852.txt │ ├── Whig_W_Taylor_1849.txt │ ├── Whig_W_Tyler_1841.txt │ ├── Whig_W_Tyler_1842.txt │ ├── Whig_W_Tyler_1843.txt │ └── Whig_W_Tyler_1844.txt ├── email_or_spam.csv ├── enron_email_links.txt ├── microsoft_attribute_data.csv ├── microsoft_test_data.csv ├── microsoft_training_data.csv ├── tickets_angels │ ├── tickets_angels_arts_entertainment.csv │ ├── tickets_angels_baseball.csv │ ├── tickets_angels_sports.csv │ ├── tickets_angels_sports_entertainment.csv │ ├── tickets_angels_sports_events_ticketing.csv │ └── tickets_angels_sports_fitness.csv ├── tickets_dodgers │ ├── tickets_dodgers_arts_entertainment.csv │ ├── tickets_dodgers_baseball.csv │ ├── tickets_dodgers_sports.csv │ ├── tickets_dodgers_sports_entertainment.csv │ ├── tickets_dodgers_sports_events_ticketing.csv │ └── tickets_dodgers_sports_fitness.csv ├── toutbay_begins.csv └── wiki_edges.txt ├── WNDS_Appendix_D ├── .DS_Store ├── R_utility_program_3.R ├── R_utility_program_5.R ├── correlation_heat_map_utility.R └── python_utilities.py ├── WNDS_Chapter_1 ├── .DS_Store ├── .Rapp.history ├── browser_usage_2008_2014.csv ├── wnds_chapter_1.R └── wnds_chapter_1.py ├── WNDS_Chapter_10 ├── .Rapp.history ├── microsoft_attribute_data.csv ├── microsoft_test_data.csv ├── microsoft_training_data.csv ├── microsoft_training_transactions.csv └── wnds_chapter_10.R ├── WNDS_Chapter_11 ├── .DS_Store ├── NetLogo_results │ ├── trial01.csv │ ├── trial02.csv │ ├── trial03.csv │ ├── trial04.csv │ ├── trial05.csv │ ├── trial06.csv │ ├── trial07.csv │ ├── trial08.csv │ ├── trial09.csv │ ├── trial10.csv │ ├── trial11.csv │ ├── trial12.csv │ ├── trial13.csv │ ├── trial14.csv │ ├── trial15.csv │ ├── trial16.csv │ ├── trial17.csv │ ├── trial18.csv │ ├── trial19.csv │ └── trial20.csv ├── virus_results.csv ├── wnds_chapter_11.R └── wnds_chapter_11.py ├── WNDS_Chapter_2 ├── .DS_Store ├── .Rapp.history ├── toutbay_begins.csv └── wnds_chapter_2.R ├── WNDS_Chapter_3 ├── .DS_Store ├── .Rapp.history ├── wnds_chapter_3a.R ├── wnds_chapter_3a.py ├── wnds_chapter_3b │ ├── .DS_Store │ ├── run_one_page_scraper.py │ ├── scrapy.cfg │ └── scrapy_application │ │ ├── .DS_Store │ │ ├── __init__.py │ │ ├── items.py │ │ ├── pipelines.py │ │ ├── settings.py │ │ └── spiders │ │ ├── .DS_Store │ │ ├── __init__.py │ │ └── one_page_scraper.py └── wnds_chapter_3c │ ├── .DS_Store │ ├── run_ten_headed_spider.py │ ├── scrapy.cfg │ └── scrapy_application │ ├── .DS_Store │ ├── __init__.py │ ├── items.py │ ├── pipelines.py │ ├── settings.py │ └── spiders │ ├── .DS_Store │ ├── __init__.py │ └── ten_headed_spider.py ├── WNDS_Chapter_4 ├── .Rapp.history ├── tickets_angels │ ├── tickets_angels_arts_entertainment.csv │ ├── tickets_angels_baseball.csv │ ├── tickets_angels_sports.csv │ ├── tickets_angels_sports_entertainment.csv │ ├── tickets_angels_sports_events_ticketing.csv │ └── tickets_angels_sports_fitness.csv ├── tickets_dodgers │ ├── tickets_dodgers_arts_entertainment.csv │ ├── tickets_dodgers_baseball.csv │ ├── tickets_dodgers_sports.csv │ ├── tickets_dodgers_sports_entertainment.csv │ ├── tickets_dodgers_sports_events_ticketing.csv │ └── tickets_dodgers_sports_fitness.csv └── wnds_chapter_4.R ├── WNDS_Chapter_5 └── wnds_chapter_5.R ├── WNDS_Chapter_6 ├── .DS_Store ├── .Rapp.history ├── enron_email_links.txt ├── wnds_chapter6b.R ├── wnds_chapter_6a.R └── wnds_chapter_6a.py ├── WNDS_Chapter_7 ├── .DS_Store ├── .Rapp.history ├── correlation_heat_map_utility.R ├── wiki_edges.txt ├── wnds_chapter_7a.R └── wnds_chapter_7b.R ├── WNDS_Chapter_8 ├── .DS_Store ├── Hu_Liu_negative_word_list.txt ├── Hu_Liu_positive_word_list.txt ├── R_utility_program_3.R ├── R_utility_program_5.R ├── __init__.py ├── python_utilities.py ├── reviews │ ├── test │ │ ├── .DS_Store │ │ ├── neg │ │ │ ├── 0_2.txt │ │ │ ├── 100_4.txt │ │ │ ├── 101_3.txt │ │ │ ├── 102_4.txt │ │ │ ├── 103_3.txt │ │ │ ├── 104_1.txt │ │ │ ├── 105_3.txt │ │ │ ├── 106_3.txt │ │ │ ├── 107_4.txt │ │ │ ├── 108_2.txt │ │ │ ├── 109_4.txt │ │ │ ├── 10_3.txt │ │ │ ├── 110_1.txt │ │ │ ├── 111_3.txt │ │ │ ├── 112_2.txt │ │ │ ├── 113_3.txt │ │ │ ├── 114_2.txt │ │ │ ├── 115_3.txt │ │ │ ├── 116_4.txt │ │ │ ├── 117_1.txt │ │ │ ├── 118_1.txt │ │ │ ├── 119_3.txt │ │ │ ├── 11_3.txt │ │ │ ├── 120_2.txt │ │ │ ├── 121_4.txt │ │ │ ├── 12250_2.txt │ │ │ ├── 12251_3.txt │ │ │ ├── 12252_2.txt │ │ │ ├── 12253_3.txt │ │ │ ├── 12254_3.txt │ │ │ ├── 12255_2.txt │ │ │ ├── 12256_4.txt │ │ │ ├── 12257_3.txt │ │ │ ├── 12258_3.txt │ │ │ ├── 12259_4.txt │ │ │ ├── 12260_1.txt │ │ │ ├── 12261_4.txt │ │ │ ├── 12262_1.txt │ │ │ ├── 12263_1.txt │ │ │ ├── 12264_3.txt │ │ │ ├── 12265_1.txt │ │ │ ├── 12266_1.txt │ │ │ ├── 12267_1.txt │ │ │ ├── 12268_1.txt │ │ │ ├── 12269_1.txt │ │ │ ├── 12270_2.txt │ │ │ ├── 12271_1.txt │ │ │ ├── 12272_1.txt │ │ │ ├── 12273_1.txt │ │ │ ├── 12274_4.txt │ │ │ ├── 12275_2.txt │ │ │ ├── 12276_3.txt │ │ │ ├── 12277_4.txt │ │ │ ├── 12278_3.txt │ │ │ ├── 12279_4.txt │ │ │ ├── 12280_3.txt │ │ │ ├── 12281_1.txt │ │ │ ├── 12282_1.txt │ │ │ ├── 12283_1.txt │ │ │ ├── 12284_1.txt │ │ │ ├── 12285_3.txt │ │ │ ├── 12286_1.txt │ │ │ ├── 12287_3.txt │ │ │ ├── 12288_2.txt │ │ │ ├── 12289_1.txt │ │ │ ├── 12290_2.txt │ │ │ ├── 12291_1.txt │ │ │ ├── 12292_4.txt │ │ │ ├── 12293_3.txt │ │ │ ├── 12294_1.txt │ │ │ ├── 12295_1.txt │ │ │ ├── 12296_3.txt │ │ │ ├── 12297_2.txt │ │ │ ├── 12298_2.txt │ │ │ ├── 12299_3.txt │ │ │ ├── 122_4.txt │ │ │ ├── 12300_4.txt │ │ │ ├── 12301_4.txt │ │ │ ├── 12302_3.txt │ │ │ ├── 12303_1.txt │ │ │ ├── 12304_1.txt │ │ │ ├── 12305_1.txt │ │ │ ├── 12306_1.txt │ │ │ ├── 12307_3.txt │ │ │ ├── 12308_1.txt │ │ │ ├── 12309_1.txt │ │ │ ├── 12310_1.txt │ │ │ ├── 12311_1.txt │ │ │ ├── 12312_1.txt │ │ │ ├── 12313_1.txt │ │ │ ├── 12314_1.txt │ │ │ ├── 12315_1.txt │ │ │ ├── 12316_1.txt │ │ │ ├── 12317_1.txt │ │ │ ├── 12318_1.txt │ │ │ ├── 12319_1.txt │ │ │ ├── 12320_1.txt │ │ │ ├── 12321_1.txt │ │ │ ├── 12322_1.txt │ │ │ ├── 12323_1.txt │ │ │ ├── 12324_2.txt │ │ │ ├── 12325_1.txt │ │ │ ├── 12326_1.txt │ │ │ ├── 12327_1.txt │ │ │ ├── 12328_1.txt │ │ │ ├── 12329_1.txt │ │ │ ├── 12330_1.txt │ │ │ ├── 12331_4.txt │ │ │ ├── 12332_4.txt │ │ │ ├── 12333_1.txt │ │ │ ├── 12334_2.txt │ │ │ ├── 12335_3.txt │ │ │ ├── 12336_1.txt │ │ │ ├── 12337_3.txt │ │ │ ├── 12338_2.txt │ │ │ ├── 12339_3.txt │ │ │ ├── 12340_4.txt │ │ │ ├── 12341_4.txt │ │ │ ├── 12342_1.txt │ │ │ ├── 12343_1.txt │ │ │ ├── 12344_4.txt │ │ │ ├── 12345_4.txt │ │ │ ├── 12346_1.txt │ │ │ ├── 12347_1.txt │ │ │ ├── 12348_1.txt │ │ │ ├── 12349_1.txt │ │ │ ├── 12350_1.txt │ │ │ ├── 12351_1.txt │ │ │ ├── 12352_3.txt │ │ │ ├── 12353_2.txt │ │ │ ├── 12354_3.txt │ │ │ ├── 12355_3.txt │ │ │ ├── 12356_1.txt │ │ │ ├── 12357_2.txt │ │ │ ├── 12358_4.txt │ │ │ ├── 12359_3.txt │ │ │ ├── 12360_4.txt │ │ │ ├── 12361_1.txt │ │ │ ├── 12362_4.txt │ │ │ ├── 12363_4.txt │ │ │ ├── 12364_2.txt │ │ │ ├── 12365_4.txt │ │ │ ├── 12366_1.txt │ │ │ ├── 12367_1.txt │ │ │ ├── 12368_2.txt │ │ │ ├── 12369_1.txt │ │ │ ├── 12370_1.txt │ │ │ ├── 12371_1.txt │ │ │ ├── 12372_2.txt │ │ │ ├── 12373_1.txt │ │ │ ├── 12374_3.txt │ │ │ ├── 12375_1.txt │ │ │ ├── 12376_4.txt │ │ │ ├── 12377_1.txt │ │ │ ├── 12378_1.txt │ │ │ ├── 12379_3.txt │ │ │ ├── 12380_4.txt │ │ │ ├── 12381_3.txt │ │ │ ├── 12382_4.txt │ │ │ ├── 12383_2.txt │ │ │ ├── 12384_4.txt │ │ │ ├── 12385_4.txt │ │ │ ├── 12386_2.txt │ │ │ ├── 12387_2.txt │ │ │ ├── 12388_3.txt │ │ │ ├── 12389_1.txt │ │ │ ├── 12390_4.txt │ │ │ ├── 12391_2.txt │ │ │ ├── 12392_4.txt │ │ │ ├── 12393_1.txt │ │ │ ├── 12394_1.txt │ │ │ ├── 12395_1.txt │ │ │ ├── 12396_1.txt │ │ │ ├── 12397_1.txt │ │ │ ├── 12398_1.txt │ │ │ ├── 12399_4.txt │ │ │ ├── 123_4.txt │ │ │ ├── 12400_1.txt │ │ │ ├── 12401_4.txt │ │ │ ├── 12402_3.txt │ │ │ ├── 12403_1.txt │ │ │ ├── 12404_4.txt │ │ │ ├── 12405_4.txt │ │ │ ├── 12406_1.txt │ │ │ ├── 12407_1.txt │ │ │ ├── 12408_4.txt │ │ │ ├── 12409_4.txt │ │ │ ├── 12410_3.txt │ │ │ ├── 12411_1.txt │ │ │ ├── 12412_3.txt │ │ │ ├── 12413_2.txt │ │ │ ├── 12414_1.txt │ │ │ ├── 12415_2.txt │ │ │ ├── 12416_2.txt │ │ │ ├── 12417_4.txt │ │ │ ├── 12418_3.txt │ │ │ ├── 12419_1.txt │ │ │ ├── 12420_2.txt │ │ │ ├── 12421_3.txt │ │ │ ├── 12422_1.txt │ │ │ ├── 12423_2.txt │ │ │ ├── 12424_4.txt │ │ │ ├── 12425_3.txt │ │ │ ├── 12426_3.txt │ │ │ ├── 12427_1.txt │ │ │ ├── 12428_1.txt │ │ │ ├── 12429_1.txt │ │ │ ├── 12430_1.txt │ │ │ ├── 12431_4.txt │ │ │ ├── 12432_1.txt │ │ │ ├── 12433_1.txt │ │ │ ├── 12434_1.txt │ │ │ ├── 12435_2.txt │ │ │ ├── 12436_1.txt │ │ │ ├── 12437_1.txt │ │ │ ├── 12438_1.txt │ │ │ ├── 12439_1.txt │ │ │ ├── 12440_4.txt │ │ │ ├── 12441_2.txt │ │ │ ├── 12442_1.txt │ │ │ ├── 12443_1.txt │ │ │ ├── 12444_1.txt │ │ │ ├── 12445_1.txt │ │ │ ├── 12446_1.txt │ │ │ ├── 12447_4.txt │ │ │ ├── 12448_2.txt │ │ │ ├── 12449_2.txt │ │ │ ├── 12450_3.txt │ │ │ ├── 12451_3.txt │ │ │ ├── 12452_3.txt │ │ │ ├── 12453_2.txt │ │ │ ├── 12454_1.txt │ │ │ ├── 12455_2.txt │ │ │ ├── 12456_1.txt │ │ │ ├── 12457_3.txt │ │ │ ├── 12458_1.txt │ │ │ ├── 12459_1.txt │ │ │ ├── 12460_2.txt │ │ │ ├── 12461_1.txt │ │ │ ├── 12462_1.txt │ │ │ ├── 12463_1.txt │ │ │ ├── 12464_1.txt │ │ │ ├── 12465_2.txt │ │ │ ├── 12466_4.txt │ │ │ ├── 12467_2.txt │ │ │ ├── 12468_1.txt │ │ │ ├── 12469_1.txt │ │ │ ├── 12470_3.txt │ │ │ ├── 12471_3.txt │ │ │ ├── 12472_1.txt │ │ │ ├── 12473_3.txt │ │ │ ├── 12474_4.txt │ │ │ ├── 12475_2.txt │ │ │ ├── 12476_4.txt │ │ │ ├── 12477_2.txt │ │ │ ├── 12478_4.txt │ │ │ ├── 12479_4.txt │ │ │ ├── 12480_2.txt │ │ │ ├── 12481_1.txt │ │ │ ├── 12482_2.txt │ │ │ ├── 12483_4.txt │ │ │ ├── 12484_2.txt │ │ │ ├── 12485_4.txt │ │ │ ├── 12486_1.txt │ │ │ ├── 12487_2.txt │ │ │ ├── 12488_3.txt │ │ │ ├── 12489_3.txt │ │ │ ├── 12490_4.txt │ │ │ ├── 12491_4.txt │ │ │ ├── 12492_4.txt │ │ │ ├── 12493_4.txt │ │ │ ├── 12494_2.txt │ │ │ ├── 12495_3.txt │ │ │ ├── 12496_3.txt │ │ │ ├── 12497_4.txt │ │ │ ├── 12498_1.txt │ │ │ ├── 12499_1.txt │ │ │ ├── 124_2.txt │ │ │ ├── 125_3.txt │ │ │ ├── 126_4.txt │ │ │ ├── 127_3.txt │ │ │ ├── 128_4.txt │ │ │ ├── 129_1.txt │ │ │ ├── 12_4.txt │ │ │ ├── 130_4.txt │ │ │ ├── 131_1.txt │ │ │ ├── 132_1.txt │ │ │ ├── 133_1.txt │ │ │ ├── 134_1.txt │ │ │ ├── 135_3.txt │ │ │ ├── 136_2.txt │ │ │ ├── 137_3.txt │ │ │ ├── 138_1.txt │ │ │ ├── 139_4.txt │ │ │ ├── 13_1.txt │ │ │ ├── 140_2.txt │ │ │ ├── 141_1.txt │ │ │ ├── 142_1.txt │ │ │ ├── 143_4.txt │ │ │ ├── 144_2.txt │ │ │ ├── 145_1.txt │ │ │ ├── 146_1.txt │ │ │ ├── 147_4.txt │ │ │ ├── 148_1.txt │ │ │ ├── 149_1.txt │ │ │ ├── 14_1.txt │ │ │ ├── 150_4.txt │ │ │ ├── 151_2.txt │ │ │ ├── 152_4.txt │ │ │ ├── 153_4.txt │ │ │ ├── 154_2.txt │ │ │ ├── 155_2.txt │ │ │ ├── 156_3.txt │ │ │ ├── 157_3.txt │ │ │ ├── 158_1.txt │ │ │ ├── 159_1.txt │ │ │ ├── 15_2.txt │ │ │ ├── 160_1.txt │ │ │ ├── 161_3.txt │ │ │ ├── 162_3.txt │ │ │ ├── 163_1.txt │ │ │ ├── 164_2.txt │ │ │ ├── 165_4.txt │ │ │ ├── 166_4.txt │ │ │ ├── 167_2.txt │ │ │ ├── 168_1.txt │ │ │ ├── 169_4.txt │ │ │ ├── 16_1.txt │ │ │ ├── 170_2.txt │ │ │ ├── 171_2.txt │ │ │ ├── 172_4.txt │ │ │ ├── 173_4.txt │ │ │ ├── 174_2.txt │ │ │ ├── 175_4.txt │ │ │ ├── 176_3.txt │ │ │ ├── 177_1.txt │ │ │ ├── 178_2.txt │ │ │ ├── 179_1.txt │ │ │ ├── 17_3.txt │ │ │ ├── 180_3.txt │ │ │ ├── 181_3.txt │ │ │ ├── 182_3.txt │ │ │ ├── 183_4.txt │ │ │ ├── 184_3.txt │ │ │ ├── 185_4.txt │ │ │ ├── 186_1.txt │ │ │ ├── 187_1.txt │ │ │ ├── 188_3.txt │ │ │ ├── 189_4.txt │ │ │ ├── 18_1.txt │ │ │ ├── 190_2.txt │ │ │ ├── 191_3.txt │ │ │ ├── 192_2.txt │ │ │ ├── 193_4.txt │ │ │ ├── 194_1.txt │ │ │ ├── 195_4.txt │ │ │ ├── 196_4.txt │ │ │ ├── 197_1.txt │ │ │ ├── 198_3.txt │ │ │ ├── 199_4.txt │ │ │ ├── 19_1.txt │ │ │ ├── 1_3.txt │ │ │ ├── 200_4.txt │ │ │ ├── 201_2.txt │ │ │ ├── 202_4.txt │ │ │ ├── 203_3.txt │ │ │ ├── 204_1.txt │ │ │ ├── 205_2.txt │ │ │ ├── 206_2.txt │ │ │ ├── 207_3.txt │ │ │ ├── 208_3.txt │ │ │ ├── 209_4.txt │ │ │ ├── 20_1.txt │ │ │ ├── 210_4.txt │ │ │ ├── 211_3.txt │ │ │ ├── 212_4.txt │ │ │ ├── 213_3.txt │ │ │ ├── 214_1.txt │ │ │ ├── 215_4.txt │ │ │ ├── 216_2.txt │ │ │ ├── 217_3.txt │ │ │ ├── 218_3.txt │ │ │ ├── 219_1.txt │ │ │ ├── 21_1.txt │ │ │ ├── 220_4.txt │ │ │ ├── 221_3.txt │ │ │ ├── 222_3.txt │ │ │ ├── 223_3.txt │ │ │ ├── 224_3.txt │ │ │ ├── 225_3.txt │ │ │ ├── 226_4.txt │ │ │ ├── 227_1.txt │ │ │ ├── 228_1.txt │ │ │ ├── 229_1.txt │ │ │ ├── 22_3.txt │ │ │ ├── 230_1.txt │ │ │ ├── 231_1.txt │ │ │ ├── 232_4.txt │ │ │ ├── 233_2.txt │ │ │ ├── 234_3.txt │ │ │ ├── 235_4.txt │ │ │ ├── 236_3.txt │ │ │ ├── 237_1.txt │ │ │ ├── 238_1.txt │ │ │ ├── 239_2.txt │ │ │ ├── 23_4.txt │ │ │ ├── 240_4.txt │ │ │ ├── 241_1.txt │ │ │ ├── 242_3.txt │ │ │ ├── 243_4.txt │ │ │ ├── 244_2.txt │ │ │ ├── 245_2.txt │ │ │ ├── 246_2.txt │ │ │ ├── 247_2.txt │ │ │ ├── 248_2.txt │ │ │ ├── 249_2.txt │ │ │ ├── 24_4.txt │ │ │ ├── 25_3.txt │ │ │ ├── 26_3.txt │ │ │ ├── 27_4.txt │ │ │ ├── 28_3.txt │ │ │ ├── 29_3.txt │ │ │ ├── 2_3.txt │ │ │ ├── 30_4.txt │ │ │ ├── 31_4.txt │ │ │ ├── 32_3.txt │ │ │ ├── 33_3.txt │ │ │ ├── 34_1.txt │ │ │ ├── 35_1.txt │ │ │ ├── 36_3.txt │ │ │ ├── 37_1.txt │ │ │ ├── 38_1.txt │ │ │ ├── 39_3.txt │ │ │ ├── 3_4.txt │ │ │ ├── 40_4.txt │ │ │ ├── 41_4.txt │ │ │ ├── 42_4.txt │ │ │ ├── 43_1.txt │ │ │ ├── 44_4.txt │ │ │ ├── 45_2.txt │ │ │ ├── 46_2.txt │ │ │ ├── 47_2.txt │ │ │ ├── 48_4.txt │ │ │ ├── 49_4.txt │ │ │ ├── 4_4.txt │ │ │ ├── 50_3.txt │ │ │ ├── 51_4.txt │ │ │ ├── 52_4.txt │ │ │ ├── 53_4.txt │ │ │ ├── 54_3.txt │ │ │ ├── 55_4.txt │ │ │ ├── 56_3.txt │ │ │ ├── 57_4.txt │ │ │ ├── 58_3.txt │ │ │ ├── 59_3.txt │ │ │ ├── 5_4.txt │ │ │ ├── 60_1.txt │ │ │ ├── 61_1.txt │ │ │ ├── 62_2.txt │ │ │ ├── 63_1.txt │ │ │ ├── 64_3.txt │ │ │ ├── 65_2.txt │ │ │ ├── 66_3.txt │ │ │ ├── 67_3.txt │ │ │ ├── 68_1.txt │ │ │ ├── 69_4.txt │ │ │ ├── 6_3.txt │ │ │ ├── 70_1.txt │ │ │ ├── 71_4.txt │ │ │ ├── 72_4.txt │ │ │ ├── 73_4.txt │ │ │ ├── 74_4.txt │ │ │ ├── 75_1.txt │ │ │ ├── 76_4.txt │ │ │ ├── 77_2.txt │ │ │ ├── 78_1.txt │ │ │ ├── 79_2.txt │ │ │ ├── 7_1.txt │ │ │ ├── 80_4.txt │ │ │ ├── 81_3.txt │ │ │ ├── 82_3.txt │ │ │ ├── 83_1.txt │ │ │ ├── 84_3.txt │ │ │ ├── 85_2.txt │ │ │ ├── 86_3.txt │ │ │ ├── 87_1.txt │ │ │ ├── 88_3.txt │ │ │ ├── 89_3.txt │ │ │ ├── 8_2.txt │ │ │ ├── 90_2.txt │ │ │ ├── 91_4.txt │ │ │ ├── 92_1.txt │ │ │ ├── 93_1.txt │ │ │ ├── 94_2.txt │ │ │ ├── 95_3.txt │ │ │ ├── 96_1.txt │ │ │ ├── 97_1.txt │ │ │ ├── 98_1.txt │ │ │ ├── 99_3.txt │ │ │ └── 9_4.txt │ │ ├── pos │ │ │ ├── 0_10.txt │ │ │ ├── 100_10.txt │ │ │ ├── 101_9.txt │ │ │ ├── 102_8.txt │ │ │ ├── 103_10.txt │ │ │ ├── 104_10.txt │ │ │ ├── 105_8.txt │ │ │ ├── 106_9.txt │ │ │ ├── 107_10.txt │ │ │ ├── 108_10.txt │ │ │ ├── 109_8.txt │ │ │ ├── 10_7.txt │ │ │ ├── 110_10.txt │ │ │ ├── 111_10.txt │ │ │ ├── 112_10.txt │ │ │ ├── 113_8.txt │ │ │ ├── 114_10.txt │ │ │ ├── 115_9.txt │ │ │ ├── 116_10.txt │ │ │ ├── 117_10.txt │ │ │ ├── 118_10.txt │ │ │ ├── 119_9.txt │ │ │ ├── 11_8.txt │ │ │ ├── 120_9.txt │ │ │ ├── 121_8.txt │ │ │ ├── 12250_10.txt │ │ │ ├── 12251_8.txt │ │ │ ├── 12252_8.txt │ │ │ ├── 12253_10.txt │ │ │ ├── 12254_7.txt │ │ │ ├── 12255_9.txt │ │ │ ├── 12256_9.txt │ │ │ ├── 12257_7.txt │ │ │ ├── 12258_10.txt │ │ │ ├── 12259_8.txt │ │ │ ├── 12260_7.txt │ │ │ ├── 12261_7.txt │ │ │ ├── 12262_7.txt │ │ │ ├── 12263_10.txt │ │ │ ├── 12264_7.txt │ │ │ ├── 12265_9.txt │ │ │ ├── 12266_7.txt │ │ │ ├── 12267_8.txt │ │ │ ├── 12268_9.txt │ │ │ ├── 12269_9.txt │ │ │ ├── 12270_9.txt │ │ │ ├── 12271_10.txt │ │ │ ├── 12272_8.txt │ │ │ ├── 12273_9.txt │ │ │ ├── 12274_9.txt │ │ │ ├── 12275_7.txt │ │ │ ├── 12276_9.txt │ │ │ ├── 12277_7.txt │ │ │ ├── 12278_7.txt │ │ │ ├── 12279_9.txt │ │ │ ├── 12280_7.txt │ │ │ ├── 12281_8.txt │ │ │ ├── 12282_10.txt │ │ │ ├── 12283_8.txt │ │ │ ├── 12284_10.txt │ │ │ ├── 12285_10.txt │ │ │ ├── 12286_10.txt │ │ │ ├── 12287_9.txt │ │ │ ├── 12288_7.txt │ │ │ ├── 12289_10.txt │ │ │ ├── 12290_10.txt │ │ │ ├── 12291_7.txt │ │ │ ├── 12292_10.txt │ │ │ ├── 12293_7.txt │ │ │ ├── 12294_10.txt │ │ │ ├── 12295_7.txt │ │ │ ├── 12296_9.txt │ │ │ ├── 12297_7.txt │ │ │ ├── 12298_9.txt │ │ │ ├── 12299_9.txt │ │ │ ├── 122_8.txt │ │ │ ├── 12300_10.txt │ │ │ ├── 12301_10.txt │ │ │ ├── 12302_9.txt │ │ │ ├── 12303_10.txt │ │ │ ├── 12304_10.txt │ │ │ ├── 12305_9.txt │ │ │ ├── 12306_10.txt │ │ │ ├── 12307_9.txt │ │ │ ├── 12308_10.txt │ │ │ ├── 12309_10.txt │ │ │ ├── 12310_10.txt │ │ │ ├── 12311_10.txt │ │ │ ├── 12312_10.txt │ │ │ ├── 12313_10.txt │ │ │ ├── 12314_10.txt │ │ │ ├── 12315_10.txt │ │ │ ├── 12316_9.txt │ │ │ ├── 12317_10.txt │ │ │ ├── 12318_10.txt │ │ │ ├── 12319_10.txt │ │ │ ├── 12320_10.txt │ │ │ ├── 12321_9.txt │ │ │ ├── 12322_8.txt │ │ │ ├── 12323_9.txt │ │ │ ├── 12324_10.txt │ │ │ ├── 12325_10.txt │ │ │ ├── 12326_10.txt │ │ │ ├── 12327_10.txt │ │ │ ├── 12328_7.txt │ │ │ ├── 12329_8.txt │ │ │ ├── 12330_8.txt │ │ │ ├── 12331_9.txt │ │ │ ├── 12332_7.txt │ │ │ ├── 12333_7.txt │ │ │ ├── 12334_8.txt │ │ │ ├── 12335_7.txt │ │ │ ├── 12336_7.txt │ │ │ ├── 12337_9.txt │ │ │ ├── 12338_8.txt │ │ │ ├── 12339_7.txt │ │ │ ├── 12340_8.txt │ │ │ ├── 12341_7.txt │ │ │ ├── 12342_7.txt │ │ │ ├── 12343_7.txt │ │ │ ├── 12344_10.txt │ │ │ ├── 12345_10.txt │ │ │ ├── 12346_8.txt │ │ │ ├── 12347_10.txt │ │ │ ├── 12348_10.txt │ │ │ ├── 12349_9.txt │ │ │ ├── 12350_10.txt │ │ │ ├── 12351_8.txt │ │ │ ├── 12352_8.txt │ │ │ ├── 12353_7.txt │ │ │ ├── 12354_8.txt │ │ │ ├── 12355_8.txt │ │ │ ├── 12356_10.txt │ │ │ ├── 12357_7.txt │ │ │ ├── 12358_7.txt │ │ │ ├── 12359_7.txt │ │ │ ├── 12360_7.txt │ │ │ ├── 12361_9.txt │ │ │ ├── 12362_10.txt │ │ │ ├── 12363_7.txt │ │ │ ├── 12364_7.txt │ │ │ ├── 12365_10.txt │ │ │ ├── 12366_9.txt │ │ │ ├── 12367_9.txt │ │ │ ├── 12368_9.txt │ │ │ ├── 12369_10.txt │ │ │ ├── 12370_10.txt │ │ │ ├── 12371_10.txt │ │ │ ├── 12372_9.txt │ │ │ ├── 12373_10.txt │ │ │ ├── 12374_10.txt │ │ │ ├── 12375_10.txt │ │ │ ├── 12376_10.txt │ │ │ ├── 12377_10.txt │ │ │ ├── 12378_7.txt │ │ │ ├── 12379_7.txt │ │ │ ├── 12380_7.txt │ │ │ ├── 12381_10.txt │ │ │ ├── 12382_9.txt │ │ │ ├── 12383_10.txt │ │ │ ├── 12384_10.txt │ │ │ ├── 12385_10.txt │ │ │ ├── 12386_10.txt │ │ │ ├── 12387_8.txt │ │ │ ├── 12388_7.txt │ │ │ ├── 12389_8.txt │ │ │ ├── 12390_7.txt │ │ │ ├── 12391_8.txt │ │ │ ├── 12392_10.txt │ │ │ ├── 12393_7.txt │ │ │ ├── 12394_7.txt │ │ │ ├── 12395_10.txt │ │ │ ├── 12396_9.txt │ │ │ ├── 12397_10.txt │ │ │ ├── 12398_10.txt │ │ │ ├── 12399_10.txt │ │ │ ├── 123_10.txt │ │ │ ├── 12400_8.txt │ │ │ ├── 12401_10.txt │ │ │ ├── 12402_10.txt │ │ │ ├── 12403_10.txt │ │ │ ├── 12404_10.txt │ │ │ ├── 12405_10.txt │ │ │ ├── 12406_10.txt │ │ │ ├── 12407_10.txt │ │ │ ├── 12408_10.txt │ │ │ ├── 12409_10.txt │ │ │ ├── 12410_10.txt │ │ │ ├── 12411_8.txt │ │ │ ├── 12412_7.txt │ │ │ ├── 12413_9.txt │ │ │ ├── 12414_8.txt │ │ │ ├── 12415_8.txt │ │ │ ├── 12416_7.txt │ │ │ ├── 12417_9.txt │ │ │ ├── 12418_7.txt │ │ │ ├── 12419_8.txt │ │ │ ├── 12420_10.txt │ │ │ ├── 12421_8.txt │ │ │ ├── 12422_7.txt │ │ │ ├── 12423_9.txt │ │ │ ├── 12424_7.txt │ │ │ ├── 12425_10.txt │ │ │ ├── 12426_7.txt │ │ │ ├── 12427_8.txt │ │ │ ├── 12428_7.txt │ │ │ ├── 12429_10.txt │ │ │ ├── 12430_8.txt │ │ │ ├── 12431_8.txt │ │ │ ├── 12432_7.txt │ │ │ ├── 12433_8.txt │ │ │ ├── 12434_8.txt │ │ │ ├── 12435_8.txt │ │ │ ├── 12436_10.txt │ │ │ ├── 12437_8.txt │ │ │ ├── 12438_10.txt │ │ │ ├── 12439_8.txt │ │ │ ├── 12440_7.txt │ │ │ ├── 12441_9.txt │ │ │ ├── 12442_10.txt │ │ │ ├── 12443_10.txt │ │ │ ├── 12444_10.txt │ │ │ ├── 12445_10.txt │ │ │ ├── 12446_9.txt │ │ │ ├── 12447_7.txt │ │ │ ├── 12448_10.txt │ │ │ ├── 12449_8.txt │ │ │ ├── 12450_7.txt │ │ │ ├── 12451_10.txt │ │ │ ├── 12452_8.txt │ │ │ ├── 12453_10.txt │ │ │ ├── 12454_10.txt │ │ │ ├── 12455_10.txt │ │ │ ├── 12456_8.txt │ │ │ ├── 12457_8.txt │ │ │ ├── 12458_10.txt │ │ │ ├── 12459_10.txt │ │ │ ├── 12460_8.txt │ │ │ ├── 12461_8.txt │ │ │ ├── 12462_9.txt │ │ │ ├── 12463_10.txt │ │ │ ├── 12464_8.txt │ │ │ ├── 12465_10.txt │ │ │ ├── 12466_10.txt │ │ │ ├── 12467_10.txt │ │ │ ├── 12468_10.txt │ │ │ ├── 12469_7.txt │ │ │ ├── 12470_7.txt │ │ │ ├── 12471_8.txt │ │ │ ├── 12472_10.txt │ │ │ ├── 12473_8.txt │ │ │ ├── 12474_8.txt │ │ │ ├── 12475_8.txt │ │ │ ├── 12476_8.txt │ │ │ ├── 12477_7.txt │ │ │ ├── 12478_9.txt │ │ │ ├── 12479_9.txt │ │ │ ├── 12480_8.txt │ │ │ ├── 12481_10.txt │ │ │ ├── 12482_9.txt │ │ │ ├── 12483_7.txt │ │ │ ├── 12484_9.txt │ │ │ ├── 12485_8.txt │ │ │ ├── 12486_9.txt │ │ │ ├── 12487_7.txt │ │ │ ├── 12488_8.txt │ │ │ ├── 12489_10.txt │ │ │ ├── 12490_10.txt │ │ │ ├── 12491_9.txt │ │ │ ├── 12492_10.txt │ │ │ ├── 12493_7.txt │ │ │ ├── 12494_8.txt │ │ │ ├── 12495_10.txt │ │ │ ├── 12496_10.txt │ │ │ ├── 12497_10.txt │ │ │ ├── 12498_7.txt │ │ │ ├── 12499_10.txt │ │ │ ├── 124_10.txt │ │ │ ├── 125_7.txt │ │ │ ├── 126_10.txt │ │ │ ├── 127_10.txt │ │ │ ├── 128_10.txt │ │ │ ├── 129_9.txt │ │ │ ├── 12_9.txt │ │ │ ├── 130_9.txt │ │ │ ├── 131_7.txt │ │ │ ├── 132_9.txt │ │ │ ├── 133_8.txt │ │ │ ├── 134_8.txt │ │ │ ├── 135_9.txt │ │ │ ├── 136_9.txt │ │ │ ├── 137_7.txt │ │ │ ├── 138_8.txt │ │ │ ├── 139_9.txt │ │ │ ├── 13_9.txt │ │ │ ├── 140_9.txt │ │ │ ├── 141_8.txt │ │ │ ├── 142_8.txt │ │ │ ├── 143_8.txt │ │ │ ├── 144_9.txt │ │ │ ├── 145_9.txt │ │ │ ├── 146_8.txt │ │ │ ├── 147_10.txt │ │ │ ├── 148_9.txt │ │ │ ├── 149_9.txt │ │ │ ├── 14_8.txt │ │ │ ├── 150_9.txt │ │ │ ├── 151_8.txt │ │ │ ├── 152_10.txt │ │ │ ├── 153_8.txt │ │ │ ├── 154_9.txt │ │ │ ├── 155_8.txt │ │ │ ├── 156_9.txt │ │ │ ├── 157_10.txt │ │ │ ├── 158_9.txt │ │ │ ├── 159_10.txt │ │ │ ├── 15_10.txt │ │ │ ├── 160_10.txt │ │ │ ├── 161_7.txt │ │ │ ├── 162_8.txt │ │ │ ├── 163_7.txt │ │ │ ├── 164_7.txt │ │ │ ├── 165_7.txt │ │ │ ├── 166_7.txt │ │ │ ├── 167_10.txt │ │ │ ├── 168_8.txt │ │ │ ├── 169_7.txt │ │ │ ├── 16_8.txt │ │ │ ├── 170_7.txt │ │ │ ├── 171_7.txt │ │ │ ├── 172_7.txt │ │ │ ├── 173_7.txt │ │ │ ├── 174_7.txt │ │ │ ├── 175_8.txt │ │ │ ├── 176_9.txt │ │ │ ├── 177_8.txt │ │ │ ├── 178_10.txt │ │ │ ├── 179_10.txt │ │ │ ├── 17_8.txt │ │ │ ├── 180_10.txt │ │ │ ├── 181_10.txt │ │ │ ├── 182_10.txt │ │ │ ├── 183_10.txt │ │ │ ├── 184_9.txt │ │ │ ├── 185_10.txt │ │ │ ├── 186_9.txt │ │ │ ├── 187_10.txt │ │ │ ├── 188_10.txt │ │ │ ├── 189_9.txt │ │ │ ├── 18_8.txt │ │ │ ├── 190_9.txt │ │ │ ├── 191_9.txt │ │ │ ├── 192_10.txt │ │ │ ├── 193_9.txt │ │ │ ├── 194_7.txt │ │ │ ├── 195_10.txt │ │ │ ├── 196_9.txt │ │ │ ├── 197_10.txt │ │ │ ├── 198_7.txt │ │ │ ├── 199_8.txt │ │ │ ├── 19_10.txt │ │ │ ├── 1_10.txt │ │ │ ├── 200_8.txt │ │ │ ├── 201_9.txt │ │ │ ├── 202_9.txt │ │ │ ├── 203_10.txt │ │ │ ├── 204_9.txt │ │ │ ├── 205_10.txt │ │ │ ├── 206_10.txt │ │ │ ├── 207_9.txt │ │ │ ├── 208_10.txt │ │ │ ├── 209_10.txt │ │ │ ├── 20_9.txt │ │ │ ├── 210_9.txt │ │ │ ├── 211_10.txt │ │ │ ├── 212_7.txt │ │ │ ├── 213_10.txt │ │ │ ├── 214_9.txt │ │ │ ├── 215_8.txt │ │ │ ├── 216_10.txt │ │ │ ├── 217_8.txt │ │ │ ├── 218_10.txt │ │ │ ├── 219_8.txt │ │ │ ├── 21_9.txt │ │ │ ├── 220_10.txt │ │ │ ├── 221_9.txt │ │ │ ├── 222_10.txt │ │ │ ├── 223_10.txt │ │ │ ├── 224_10.txt │ │ │ ├── 225_10.txt │ │ │ ├── 226_9.txt │ │ │ ├── 227_10.txt │ │ │ ├── 228_10.txt │ │ │ ├── 229_10.txt │ │ │ ├── 22_8.txt │ │ │ ├── 230_7.txt │ │ │ ├── 231_8.txt │ │ │ ├── 232_7.txt │ │ │ ├── 233_8.txt │ │ │ ├── 234_7.txt │ │ │ ├── 235_7.txt │ │ │ ├── 236_10.txt │ │ │ ├── 237_8.txt │ │ │ ├── 238_9.txt │ │ │ ├── 239_9.txt │ │ │ ├── 23_10.txt │ │ │ ├── 240_9.txt │ │ │ ├── 241_7.txt │ │ │ ├── 242_10.txt │ │ │ ├── 243_9.txt │ │ │ ├── 244_9.txt │ │ │ ├── 245_8.txt │ │ │ ├── 246_10.txt │ │ │ ├── 247_8.txt │ │ │ ├── 248_7.txt │ │ │ ├── 249_7.txt │ │ │ ├── 24_10.txt │ │ │ ├── 25_10.txt │ │ │ ├── 26_10.txt │ │ │ ├── 27_9.txt │ │ │ ├── 28_9.txt │ │ │ ├── 29_10.txt │ │ │ ├── 2_7.txt │ │ │ ├── 30_9.txt │ │ │ ├── 31_10.txt │ │ │ ├── 32_10.txt │ │ │ ├── 33_7.txt │ │ │ ├── 34_8.txt │ │ │ ├── 35_9.txt │ │ │ ├── 36_8.txt │ │ │ ├── 37_9.txt │ │ │ ├── 38_8.txt │ │ │ ├── 39_9.txt │ │ │ ├── 3_7.txt │ │ │ ├── 40_8.txt │ │ │ ├── 41_9.txt │ │ │ ├── 42_10.txt │ │ │ ├── 43_10.txt │ │ │ ├── 44_8.txt │ │ │ ├── 45_9.txt │ │ │ ├── 46_10.txt │ │ │ ├── 47_10.txt │ │ │ ├── 48_9.txt │ │ │ ├── 49_10.txt │ │ │ ├── 4_10.txt │ │ │ ├── 50_10.txt │ │ │ ├── 51_10.txt │ │ │ ├── 52_10.txt │ │ │ ├── 53_7.txt │ │ │ ├── 54_10.txt │ │ │ ├── 55_10.txt │ │ │ ├── 56_10.txt │ │ │ ├── 57_10.txt │ │ │ ├── 58_8.txt │ │ │ ├── 59_10.txt │ │ │ ├── 5_7.txt │ │ │ ├── 60_8.txt │ │ │ ├── 61_9.txt │ │ │ ├── 62_8.txt │ │ │ ├── 63_10.txt │ │ │ ├── 64_10.txt │ │ │ ├── 65_7.txt │ │ │ ├── 66_10.txt │ │ │ ├── 67_10.txt │ │ │ ├── 68_9.txt │ │ │ ├── 69_10.txt │ │ │ ├── 6_7.txt │ │ │ ├── 70_8.txt │ │ │ ├── 71_9.txt │ │ │ ├── 72_8.txt │ │ │ ├── 73_10.txt │ │ │ ├── 74_10.txt │ │ │ ├── 75_10.txt │ │ │ ├── 76_8.txt │ │ │ ├── 77_10.txt │ │ │ ├── 78_8.txt │ │ │ ├── 79_8.txt │ │ │ ├── 7_9.txt │ │ │ ├── 80_7.txt │ │ │ ├── 81_9.txt │ │ │ ├── 82_10.txt │ │ │ ├── 83_10.txt │ │ │ ├── 84_10.txt │ │ │ ├── 85_10.txt │ │ │ ├── 86_10.txt │ │ │ ├── 87_10.txt │ │ │ ├── 88_10.txt │ │ │ ├── 89_10.txt │ │ │ ├── 8_9.txt │ │ │ ├── 90_9.txt │ │ │ ├── 91_10.txt │ │ │ ├── 92_8.txt │ │ │ ├── 93_9.txt │ │ │ ├── 94_10.txt │ │ │ ├── 95_10.txt │ │ │ ├── 96_10.txt │ │ │ ├── 97_7.txt │ │ │ ├── 98_9.txt │ │ │ ├── 99_10.txt │ │ │ └── 9_7.txt │ │ └── tom │ │ │ ├── .DS_Store │ │ │ ├── 0_10.txt │ │ │ ├── 1_9.txt │ │ │ ├── 2_4.txt │ │ │ ├── 3_7.txt │ │ │ ├── 4_2.txt │ │ │ ├── 5_1.txt │ │ │ ├── 6_7.txt │ │ │ └── 7_4.txt │ └── train │ │ ├── .DS_Store │ │ ├── neg │ │ ├── 0_3.txt │ │ ├── 100_3.txt │ │ ├── 101_1.txt │ │ ├── 102_1.txt │ │ ├── 103_1.txt │ │ ├── 104_3.txt │ │ ├── 105_2.txt │ │ ├── 106_2.txt │ │ ├── 107_2.txt │ │ ├── 108_1.txt │ │ ├── 109_2.txt │ │ ├── 10_2.txt │ │ ├── 110_1.txt │ │ ├── 111_4.txt │ │ ├── 112_1.txt │ │ ├── 113_4.txt │ │ ├── 114_4.txt │ │ ├── 115_2.txt │ │ ├── 116_1.txt │ │ ├── 117_3.txt │ │ ├── 118_2.txt │ │ ├── 119_4.txt │ │ ├── 11_3.txt │ │ ├── 120_1.txt │ │ ├── 121_4.txt │ │ ├── 12250_2.txt │ │ ├── 12251_3.txt │ │ ├── 12252_1.txt │ │ ├── 12253_2.txt │ │ ├── 12254_2.txt │ │ ├── 12255_3.txt │ │ ├── 12256_4.txt │ │ ├── 12257_3.txt │ │ ├── 12258_1.txt │ │ ├── 12259_1.txt │ │ ├── 12260_2.txt │ │ ├── 12261_4.txt │ │ ├── 12262_3.txt │ │ ├── 12263_4.txt │ │ ├── 12264_1.txt │ │ ├── 12265_1.txt │ │ ├── 12266_4.txt │ │ ├── 12267_4.txt │ │ ├── 12268_1.txt │ │ ├── 12269_2.txt │ │ ├── 12270_4.txt │ │ ├── 12271_1.txt │ │ ├── 12272_1.txt │ │ ├── 12273_2.txt │ │ ├── 12274_3.txt │ │ ├── 12275_2.txt │ │ ├── 12276_2.txt │ │ ├── 12277_3.txt │ │ ├── 12278_1.txt │ │ ├── 12279_1.txt │ │ ├── 12280_1.txt │ │ ├── 12281_2.txt │ │ ├── 12282_1.txt │ │ ├── 12283_2.txt │ │ ├── 12284_4.txt │ │ ├── 12285_4.txt │ │ ├── 12286_3.txt │ │ ├── 12287_3.txt │ │ ├── 12288_4.txt │ │ ├── 12289_1.txt │ │ ├── 12290_1.txt │ │ ├── 12291_2.txt │ │ ├── 12292_1.txt │ │ ├── 12293_3.txt │ │ ├── 12294_2.txt │ │ ├── 12295_3.txt │ │ ├── 12296_3.txt │ │ ├── 12297_1.txt │ │ ├── 12298_4.txt │ │ ├── 12299_1.txt │ │ ├── 122_1.txt │ │ ├── 12300_4.txt │ │ ├── 12301_4.txt │ │ ├── 12302_4.txt │ │ ├── 12303_1.txt │ │ ├── 12304_3.txt │ │ ├── 12305_2.txt │ │ ├── 12306_2.txt │ │ ├── 12307_3.txt │ │ ├── 12308_3.txt │ │ ├── 12309_3.txt │ │ ├── 12310_2.txt │ │ ├── 12311_1.txt │ │ ├── 12312_4.txt │ │ ├── 12313_1.txt │ │ ├── 12314_3.txt │ │ ├── 12315_2.txt │ │ ├── 12316_4.txt │ │ ├── 12317_1.txt │ │ ├── 12318_1.txt │ │ ├── 12319_1.txt │ │ ├── 12320_1.txt │ │ ├── 12321_4.txt │ │ ├── 12322_4.txt │ │ ├── 12323_4.txt │ │ ├── 12324_3.txt │ │ ├── 12325_3.txt │ │ ├── 12326_1.txt │ │ ├── 12327_1.txt │ │ ├── 12328_1.txt │ │ ├── 12329_1.txt │ │ ├── 12330_4.txt │ │ ├── 12331_2.txt │ │ ├── 12332_3.txt │ │ ├── 12333_1.txt │ │ ├── 12334_4.txt │ │ ├── 12335_3.txt │ │ ├── 12336_3.txt │ │ ├── 12337_1.txt │ │ ├── 12338_1.txt │ │ ├── 12339_4.txt │ │ ├── 12340_4.txt │ │ ├── 12341_4.txt │ │ ├── 12342_1.txt │ │ ├── 12343_2.txt │ │ ├── 12344_3.txt │ │ ├── 12345_3.txt │ │ ├── 12346_1.txt │ │ ├── 12347_1.txt │ │ ├── 12348_4.txt │ │ ├── 12349_4.txt │ │ ├── 12350_4.txt │ │ ├── 12351_4.txt │ │ ├── 12352_1.txt │ │ ├── 12353_1.txt │ │ ├── 12354_2.txt │ │ ├── 12355_2.txt │ │ ├── 12356_1.txt │ │ ├── 12357_1.txt │ │ ├── 12358_1.txt │ │ ├── 12359_1.txt │ │ ├── 12360_4.txt │ │ ├── 12361_4.txt │ │ ├── 12362_1.txt │ │ ├── 12363_1.txt │ │ ├── 12364_1.txt │ │ ├── 12365_1.txt │ │ ├── 12366_1.txt │ │ ├── 12367_2.txt │ │ ├── 12368_3.txt │ │ ├── 12369_1.txt │ │ ├── 12370_4.txt │ │ ├── 12371_1.txt │ │ ├── 12372_3.txt │ │ ├── 12373_2.txt │ │ ├── 12374_1.txt │ │ ├── 12375_4.txt │ │ ├── 12376_1.txt │ │ ├── 12377_1.txt │ │ ├── 12378_1.txt │ │ ├── 12379_2.txt │ │ ├── 12380_1.txt │ │ ├── 12381_1.txt │ │ ├── 12382_1.txt │ │ ├── 12383_2.txt │ │ ├── 12384_1.txt │ │ ├── 12385_1.txt │ │ ├── 12386_1.txt │ │ ├── 12387_4.txt │ │ ├── 12388_4.txt │ │ ├── 12389_1.txt │ │ ├── 12390_4.txt │ │ ├── 12391_4.txt │ │ ├── 12392_4.txt │ │ ├── 12393_4.txt │ │ ├── 12394_4.txt │ │ ├── 12395_4.txt │ │ ├── 12396_3.txt │ │ ├── 12397_4.txt │ │ ├── 12398_2.txt │ │ ├── 12399_3.txt │ │ ├── 123_1.txt │ │ ├── 12400_4.txt │ │ ├── 12401_4.txt │ │ ├── 12402_2.txt │ │ ├── 12403_4.txt │ │ ├── 12404_1.txt │ │ ├── 12405_3.txt │ │ ├── 12406_2.txt │ │ ├── 12407_1.txt │ │ ├── 12408_2.txt │ │ ├── 12409_1.txt │ │ ├── 12410_1.txt │ │ ├── 12411_4.txt │ │ ├── 12412_3.txt │ │ ├── 12413_3.txt │ │ ├── 12414_3.txt │ │ ├── 12415_4.txt │ │ ├── 12416_3.txt │ │ ├── 12417_1.txt │ │ ├── 12418_4.txt │ │ ├── 12419_1.txt │ │ ├── 12420_3.txt │ │ ├── 12421_4.txt │ │ ├── 12422_1.txt │ │ ├── 12423_2.txt │ │ ├── 12424_1.txt │ │ ├── 12425_2.txt │ │ ├── 12426_1.txt │ │ ├── 12427_1.txt │ │ ├── 12428_2.txt │ │ ├── 12429_1.txt │ │ ├── 12430_1.txt │ │ ├── 12431_1.txt │ │ ├── 12432_1.txt │ │ ├── 12433_3.txt │ │ ├── 12434_4.txt │ │ ├── 12435_3.txt │ │ ├── 12436_3.txt │ │ ├── 12437_1.txt │ │ ├── 12438_1.txt │ │ ├── 12439_1.txt │ │ ├── 12440_1.txt │ │ ├── 12441_4.txt │ │ ├── 12442_2.txt │ │ ├── 12443_1.txt │ │ ├── 12444_3.txt │ │ ├── 12445_4.txt │ │ ├── 12446_3.txt │ │ ├── 12447_4.txt │ │ ├── 12448_4.txt │ │ ├── 12449_3.txt │ │ ├── 12450_1.txt │ │ ├── 12451_2.txt │ │ ├── 12452_1.txt │ │ ├── 12453_1.txt │ │ ├── 12454_3.txt │ │ ├── 12455_4.txt │ │ ├── 12456_3.txt │ │ ├── 12457_4.txt │ │ ├── 12458_2.txt │ │ ├── 12459_1.txt │ │ ├── 12460_1.txt │ │ ├── 12461_1.txt │ │ ├── 12462_2.txt │ │ ├── 12463_4.txt │ │ ├── 12464_2.txt │ │ ├── 12465_2.txt │ │ ├── 12466_1.txt │ │ ├── 12467_1.txt │ │ ├── 12468_1.txt │ │ ├── 12469_1.txt │ │ ├── 12470_1.txt │ │ ├── 12471_1.txt │ │ ├── 12472_2.txt │ │ ├── 12473_1.txt │ │ ├── 12474_2.txt │ │ ├── 12475_1.txt │ │ ├── 12476_3.txt │ │ ├── 12477_1.txt │ │ ├── 12478_1.txt │ │ ├── 12479_1.txt │ │ ├── 12480_3.txt │ │ ├── 12481_1.txt │ │ ├── 12482_4.txt │ │ ├── 12483_4.txt │ │ ├── 12484_4.txt │ │ ├── 12485_1.txt │ │ ├── 12486_2.txt │ │ ├── 12487_3.txt │ │ ├── 12488_1.txt │ │ ├── 12489_1.txt │ │ ├── 12490_1.txt │ │ ├── 12491_2.txt │ │ ├── 12492_4.txt │ │ ├── 12493_1.txt │ │ ├── 12494_1.txt │ │ ├── 12495_1.txt │ │ ├── 12496_1.txt │ │ ├── 12497_4.txt │ │ ├── 12498_2.txt │ │ ├── 12499_2.txt │ │ ├── 124_2.txt │ │ ├── 125_1.txt │ │ ├── 126_1.txt │ │ ├── 127_4.txt │ │ ├── 128_4.txt │ │ ├── 129_3.txt │ │ ├── 12_1.txt │ │ ├── 130_1.txt │ │ ├── 131_4.txt │ │ ├── 132_3.txt │ │ ├── 133_2.txt │ │ ├── 134_2.txt │ │ ├── 135_4.txt │ │ ├── 136_4.txt │ │ ├── 137_4.txt │ │ ├── 138_4.txt │ │ ├── 139_4.txt │ │ ├── 13_2.txt │ │ ├── 140_2.txt │ │ ├── 141_3.txt │ │ ├── 142_3.txt │ │ ├── 143_2.txt │ │ ├── 144_2.txt │ │ ├── 145_2.txt │ │ ├── 146_2.txt │ │ ├── 147_4.txt │ │ ├── 148_2.txt │ │ ├── 149_1.txt │ │ ├── 14_2.txt │ │ ├── 150_1.txt │ │ ├── 151_1.txt │ │ ├── 152_4.txt │ │ ├── 153_1.txt │ │ ├── 154_3.txt │ │ ├── 155_3.txt │ │ ├── 156_1.txt │ │ ├── 157_1.txt │ │ ├── 158_3.txt │ │ ├── 159_4.txt │ │ ├── 15_1.txt │ │ ├── 160_2.txt │ │ ├── 161_2.txt │ │ ├── 162_4.txt │ │ ├── 163_4.txt │ │ ├── 164_3.txt │ │ ├── 165_4.txt │ │ ├── 166_1.txt │ │ ├── 167_1.txt │ │ ├── 168_1.txt │ │ ├── 169_1.txt │ │ ├── 16_3.txt │ │ ├── 170_1.txt │ │ ├── 171_1.txt │ │ ├── 172_1.txt │ │ ├── 173_3.txt │ │ ├── 174_3.txt │ │ ├── 175_1.txt │ │ ├── 176_4.txt │ │ ├── 177_1.txt │ │ ├── 178_3.txt │ │ ├── 179_3.txt │ │ ├── 17_3.txt │ │ ├── 180_4.txt │ │ ├── 181_2.txt │ │ ├── 182_1.txt │ │ ├── 183_3.txt │ │ ├── 184_2.txt │ │ ├── 185_4.txt │ │ ├── 186_1.txt │ │ ├── 187_2.txt │ │ ├── 188_1.txt │ │ ├── 189_1.txt │ │ ├── 18_3.txt │ │ ├── 190_1.txt │ │ ├── 191_3.txt │ │ ├── 192_2.txt │ │ ├── 193_1.txt │ │ ├── 194_1.txt │ │ ├── 195_4.txt │ │ ├── 196_3.txt │ │ ├── 197_3.txt │ │ ├── 198_2.txt │ │ ├── 199_1.txt │ │ ├── 19_4.txt │ │ ├── 1_1.txt │ │ ├── 200_1.txt │ │ ├── 201_4.txt │ │ ├── 202_2.txt │ │ ├── 203_1.txt │ │ ├── 204_4.txt │ │ ├── 205_4.txt │ │ ├── 206_2.txt │ │ ├── 207_1.txt │ │ ├── 208_1.txt │ │ ├── 209_1.txt │ │ ├── 20_1.txt │ │ ├── 210_4.txt │ │ ├── 211_4.txt │ │ ├── 212_4.txt │ │ ├── 213_4.txt │ │ ├── 214_4.txt │ │ ├── 215_4.txt │ │ ├── 216_4.txt │ │ ├── 217_3.txt │ │ ├── 218_4.txt │ │ ├── 219_2.txt │ │ ├── 21_4.txt │ │ ├── 220_4.txt │ │ ├── 221_4.txt │ │ ├── 222_1.txt │ │ ├── 223_1.txt │ │ ├── 224_4.txt │ │ ├── 225_2.txt │ │ ├── 226_4.txt │ │ ├── 227_1.txt │ │ ├── 228_1.txt │ │ ├── 229_1.txt │ │ ├── 22_1.txt │ │ ├── 230_2.txt │ │ ├── 231_1.txt │ │ ├── 232_1.txt │ │ ├── 233_1.txt │ │ ├── 234_1.txt │ │ ├── 235_1.txt │ │ ├── 236_1.txt │ │ ├── 237_1.txt │ │ ├── 238_4.txt │ │ ├── 239_2.txt │ │ ├── 23_3.txt │ │ ├── 240_1.txt │ │ ├── 241_1.txt │ │ ├── 242_1.txt │ │ ├── 243_3.txt │ │ ├── 244_4.txt │ │ ├── 245_1.txt │ │ ├── 246_3.txt │ │ ├── 247_3.txt │ │ ├── 248_4.txt │ │ ├── 249_3.txt │ │ ├── 24_1.txt │ │ ├── 25_1.txt │ │ ├── 26_3.txt │ │ ├── 27_1.txt │ │ ├── 28_2.txt │ │ ├── 29_4.txt │ │ ├── 2_1.txt │ │ ├── 30_1.txt │ │ ├── 31_1.txt │ │ ├── 32_3.txt │ │ ├── 33_3.txt │ │ ├── 34_1.txt │ │ ├── 35_3.txt │ │ ├── 36_4.txt │ │ ├── 37_3.txt │ │ ├── 38_2.txt │ │ ├── 39_2.txt │ │ ├── 3_4.txt │ │ ├── 40_3.txt │ │ ├── 41_1.txt │ │ ├── 42_3.txt │ │ ├── 43_4.txt │ │ ├── 44_2.txt │ │ ├── 45_2.txt │ │ ├── 46_4.txt │ │ ├── 47_2.txt │ │ ├── 48_4.txt │ │ ├── 49_4.txt │ │ ├── 4_4.txt │ │ ├── 50_4.txt │ │ ├── 51_1.txt │ │ ├── 52_1.txt │ │ ├── 53_3.txt │ │ ├── 54_1.txt │ │ ├── 55_1.txt │ │ ├── 56_3.txt │ │ ├── 57_4.txt │ │ ├── 58_3.txt │ │ ├── 59_3.txt │ │ ├── 5_3.txt │ │ ├── 60_4.txt │ │ ├── 61_3.txt │ │ ├── 62_2.txt │ │ ├── 63_1.txt │ │ ├── 64_1.txt │ │ ├── 65_4.txt │ │ ├── 66_4.txt │ │ ├── 67_2.txt │ │ ├── 68_2.txt │ │ ├── 69_4.txt │ │ ├── 6_1.txt │ │ ├── 70_2.txt │ │ ├── 71_1.txt │ │ ├── 72_4.txt │ │ ├── 73_1.txt │ │ ├── 74_3.txt │ │ ├── 75_1.txt │ │ ├── 76_3.txt │ │ ├── 77_4.txt │ │ ├── 78_4.txt │ │ ├── 79_4.txt │ │ ├── 7_3.txt │ │ ├── 80_3.txt │ │ ├── 81_1.txt │ │ ├── 82_1.txt │ │ ├── 83_3.txt │ │ ├── 84_3.txt │ │ ├── 85_2.txt │ │ ├── 86_4.txt │ │ ├── 87_4.txt │ │ ├── 88_2.txt │ │ ├── 89_2.txt │ │ ├── 8_4.txt │ │ ├── 90_4.txt │ │ ├── 91_1.txt │ │ ├── 92_3.txt │ │ ├── 93_1.txt │ │ ├── 94_1.txt │ │ ├── 95_3.txt │ │ ├── 96_1.txt │ │ ├── 97_1.txt │ │ ├── 98_1.txt │ │ ├── 99_1.txt │ │ └── 9_1.txt │ │ ├── pos │ │ ├── 0_9.txt │ │ ├── 100_7.txt │ │ ├── 101_8.txt │ │ ├── 102_10.txt │ │ ├── 103_7.txt │ │ ├── 104_10.txt │ │ ├── 105_7.txt │ │ ├── 106_10.txt │ │ ├── 107_10.txt │ │ ├── 108_10.txt │ │ ├── 109_10.txt │ │ ├── 10_9.txt │ │ ├── 110_10.txt │ │ ├── 111_10.txt │ │ ├── 112_10.txt │ │ ├── 113_10.txt │ │ ├── 114_10.txt │ │ ├── 115_10.txt │ │ ├── 116_10.txt │ │ ├── 117_10.txt │ │ ├── 118_8.txt │ │ ├── 119_10.txt │ │ ├── 11_9.txt │ │ ├── 120_8.txt │ │ ├── 121_10.txt │ │ ├── 12250_10.txt │ │ ├── 12251_9.txt │ │ ├── 12252_10.txt │ │ ├── 12253_9.txt │ │ ├── 12254_10.txt │ │ ├── 12255_10.txt │ │ ├── 12256_9.txt │ │ ├── 12257_8.txt │ │ ├── 12258_10.txt │ │ ├── 12259_7.txt │ │ ├── 12260_10.txt │ │ ├── 12261_10.txt │ │ ├── 12262_7.txt │ │ ├── 12263_10.txt │ │ ├── 12264_9.txt │ │ ├── 12265_10.txt │ │ ├── 12266_9.txt │ │ ├── 12267_8.txt │ │ ├── 12268_7.txt │ │ ├── 12269_8.txt │ │ ├── 12270_10.txt │ │ ├── 12271_7.txt │ │ ├── 12272_7.txt │ │ ├── 12273_10.txt │ │ ├── 12274_10.txt │ │ ├── 12275_9.txt │ │ ├── 12276_7.txt │ │ ├── 12277_10.txt │ │ ├── 12278_10.txt │ │ ├── 12279_9.txt │ │ ├── 12280_9.txt │ │ ├── 12281_9.txt │ │ ├── 12282_8.txt │ │ ├── 12283_8.txt │ │ ├── 12284_7.txt │ │ ├── 12285_10.txt │ │ ├── 12286_7.txt │ │ ├── 12287_10.txt │ │ ├── 12288_9.txt │ │ ├── 12289_9.txt │ │ ├── 12290_10.txt │ │ ├── 12291_10.txt │ │ ├── 12292_10.txt │ │ ├── 12293_10.txt │ │ ├── 12294_8.txt │ │ ├── 12295_9.txt │ │ ├── 12296_8.txt │ │ ├── 12297_7.txt │ │ ├── 12298_8.txt │ │ ├── 12299_7.txt │ │ ├── 122_9.txt │ │ ├── 12300_10.txt │ │ ├── 12301_8.txt │ │ ├── 12302_7.txt │ │ ├── 12303_9.txt │ │ ├── 12304_10.txt │ │ ├── 12305_8.txt │ │ ├── 12306_9.txt │ │ ├── 12307_10.txt │ │ ├── 12308_10.txt │ │ ├── 12309_10.txt │ │ ├── 12310_10.txt │ │ ├── 12311_9.txt │ │ ├── 12312_10.txt │ │ ├── 12313_10.txt │ │ ├── 12314_10.txt │ │ ├── 12315_9.txt │ │ ├── 12316_10.txt │ │ ├── 12317_10.txt │ │ ├── 12318_9.txt │ │ ├── 12319_8.txt │ │ ├── 12320_8.txt │ │ ├── 12321_10.txt │ │ ├── 12322_10.txt │ │ ├── 12323_10.txt │ │ ├── 12324_10.txt │ │ ├── 12325_9.txt │ │ ├── 12326_10.txt │ │ ├── 12327_9.txt │ │ ├── 12328_10.txt │ │ ├── 12329_10.txt │ │ ├── 12330_7.txt │ │ ├── 12331_8.txt │ │ ├── 12332_8.txt │ │ ├── 12333_9.txt │ │ ├── 12334_7.txt │ │ ├── 12335_9.txt │ │ ├── 12336_9.txt │ │ ├── 12337_7.txt │ │ ├── 12338_10.txt │ │ ├── 12339_10.txt │ │ ├── 12340_8.txt │ │ ├── 12341_7.txt │ │ ├── 12342_8.txt │ │ ├── 12343_7.txt │ │ ├── 12344_8.txt │ │ ├── 12345_10.txt │ │ ├── 12346_10.txt │ │ ├── 12347_9.txt │ │ ├── 12348_9.txt │ │ ├── 12349_10.txt │ │ ├── 12350_9.txt │ │ ├── 12351_8.txt │ │ ├── 12352_8.txt │ │ ├── 12353_9.txt │ │ ├── 12354_10.txt │ │ ├── 12355_10.txt │ │ ├── 12356_8.txt │ │ ├── 12357_7.txt │ │ ├── 12358_7.txt │ │ ├── 12359_8.txt │ │ ├── 12360_10.txt │ │ ├── 12361_7.txt │ │ ├── 12362_8.txt │ │ ├── 12363_9.txt │ │ ├── 12364_7.txt │ │ ├── 12365_7.txt │ │ ├── 12366_10.txt │ │ ├── 12367_9.txt │ │ ├── 12368_8.txt │ │ ├── 12369_7.txt │ │ ├── 12370_8.txt │ │ ├── 12371_8.txt │ │ ├── 12372_7.txt │ │ ├── 12373_7.txt │ │ ├── 12374_7.txt │ │ ├── 12375_7.txt │ │ ├── 12376_7.txt │ │ ├── 12377_10.txt │ │ ├── 12378_8.txt │ │ ├── 12379_8.txt │ │ ├── 12380_7.txt │ │ ├── 12381_8.txt │ │ ├── 12382_8.txt │ │ ├── 12383_7.txt │ │ ├── 12384_8.txt │ │ ├── 12385_7.txt │ │ ├── 12386_8.txt │ │ ├── 12387_10.txt │ │ ├── 12388_8.txt │ │ ├── 12389_10.txt │ │ ├── 12390_8.txt │ │ ├── 12391_9.txt │ │ ├── 12392_9.txt │ │ ├── 12393_8.txt │ │ ├── 12394_10.txt │ │ ├── 12395_8.txt │ │ ├── 12396_7.txt │ │ ├── 12397_8.txt │ │ ├── 12398_8.txt │ │ ├── 12399_9.txt │ │ ├── 123_10.txt │ │ ├── 12400_8.txt │ │ ├── 12401_8.txt │ │ ├── 12402_7.txt │ │ ├── 12403_8.txt │ │ ├── 12404_9.txt │ │ ├── 12405_10.txt │ │ ├── 12406_8.txt │ │ ├── 12407_7.txt │ │ ├── 12408_7.txt │ │ ├── 12409_7.txt │ │ ├── 12410_8.txt │ │ ├── 12411_7.txt │ │ ├── 12412_9.txt │ │ ├── 12413_9.txt │ │ ├── 12414_10.txt │ │ ├── 12415_8.txt │ │ ├── 12416_10.txt │ │ ├── 12417_10.txt │ │ ├── 12418_10.txt │ │ ├── 12419_10.txt │ │ ├── 12420_9.txt │ │ ├── 12421_10.txt │ │ ├── 12422_8.txt │ │ ├── 12423_10.txt │ │ ├── 12424_9.txt │ │ ├── 12425_7.txt │ │ ├── 12426_7.txt │ │ ├── 12427_7.txt │ │ ├── 12428_8.txt │ │ ├── 12429_7.txt │ │ ├── 12430_7.txt │ │ ├── 12431_8.txt │ │ ├── 12432_8.txt │ │ ├── 12433_8.txt │ │ ├── 12434_10.txt │ │ ├── 12435_8.txt │ │ ├── 12436_7.txt │ │ ├── 12437_7.txt │ │ ├── 12438_8.txt │ │ ├── 12439_8.txt │ │ ├── 12440_7.txt │ │ ├── 12441_9.txt │ │ ├── 12442_8.txt │ │ ├── 12443_9.txt │ │ ├── 12444_10.txt │ │ ├── 12445_9.txt │ │ ├── 12446_8.txt │ │ ├── 12447_8.txt │ │ ├── 12448_10.txt │ │ ├── 12449_8.txt │ │ ├── 12450_7.txt │ │ ├── 12451_10.txt │ │ ├── 12452_8.txt │ │ ├── 12453_7.txt │ │ ├── 12454_7.txt │ │ ├── 12455_9.txt │ │ ├── 12456_10.txt │ │ ├── 12457_8.txt │ │ ├── 12458_7.txt │ │ ├── 12459_10.txt │ │ ├── 12460_7.txt │ │ ├── 12461_9.txt │ │ ├── 12462_7.txt │ │ ├── 12463_8.txt │ │ ├── 12464_10.txt │ │ ├── 12465_9.txt │ │ ├── 12466_7.txt │ │ ├── 12467_7.txt │ │ ├── 12468_7.txt │ │ ├── 12469_10.txt │ │ ├── 12470_10.txt │ │ ├── 12471_7.txt │ │ ├── 12472_10.txt │ │ ├── 12473_10.txt │ │ ├── 12474_9.txt │ │ ├── 12475_10.txt │ │ ├── 12476_10.txt │ │ ├── 12477_10.txt │ │ ├── 12478_9.txt │ │ ├── 12479_10.txt │ │ ├── 12480_10.txt │ │ ├── 12481_8.txt │ │ ├── 12482_8.txt │ │ ├── 12483_9.txt │ │ ├── 12484_8.txt │ │ ├── 12485_8.txt │ │ ├── 12486_7.txt │ │ ├── 12487_10.txt │ │ ├── 12488_8.txt │ │ ├── 12489_10.txt │ │ ├── 12490_8.txt │ │ ├── 12491_8.txt │ │ ├── 12492_7.txt │ │ ├── 12493_8.txt │ │ ├── 12494_8.txt │ │ ├── 12495_7.txt │ │ ├── 12496_8.txt │ │ ├── 12497_10.txt │ │ ├── 12498_10.txt │ │ ├── 12499_7.txt │ │ ├── 124_10.txt │ │ ├── 125_7.txt │ │ ├── 126_10.txt │ │ ├── 127_7.txt │ │ ├── 128_7.txt │ │ ├── 129_9.txt │ │ ├── 12_9.txt │ │ ├── 130_9.txt │ │ ├── 131_10.txt │ │ ├── 132_9.txt │ │ ├── 133_10.txt │ │ ├── 134_10.txt │ │ ├── 135_7.txt │ │ ├── 136_10.txt │ │ ├── 137_7.txt │ │ ├── 138_7.txt │ │ ├── 139_10.txt │ │ ├── 13_7.txt │ │ ├── 140_8.txt │ │ ├── 141_9.txt │ │ ├── 142_8.txt │ │ ├── 143_7.txt │ │ ├── 144_8.txt │ │ ├── 145_10.txt │ │ ├── 146_10.txt │ │ ├── 147_9.txt │ │ ├── 148_9.txt │ │ ├── 149_10.txt │ │ ├── 14_10.txt │ │ ├── 150_8.txt │ │ ├── 151_10.txt │ │ ├── 152_9.txt │ │ ├── 153_10.txt │ │ ├── 154_8.txt │ │ ├── 155_10.txt │ │ ├── 156_8.txt │ │ ├── 157_9.txt │ │ ├── 158_10.txt │ │ ├── 159_10.txt │ │ ├── 15_7.txt │ │ ├── 160_9.txt │ │ ├── 161_8.txt │ │ ├── 162_8.txt │ │ ├── 163_10.txt │ │ ├── 164_10.txt │ │ ├── 165_7.txt │ │ ├── 166_7.txt │ │ ├── 167_7.txt │ │ ├── 168_9.txt │ │ ├── 169_8.txt │ │ ├── 16_7.txt │ │ ├── 170_10.txt │ │ ├── 171_8.txt │ │ ├── 172_10.txt │ │ ├── 173_7.txt │ │ ├── 174_7.txt │ │ ├── 175_7.txt │ │ ├── 176_7.txt │ │ ├── 177_9.txt │ │ ├── 178_7.txt │ │ ├── 179_8.txt │ │ ├── 17_9.txt │ │ ├── 180_9.txt │ │ ├── 181_10.txt │ │ ├── 182_10.txt │ │ ├── 183_8.txt │ │ ├── 184_8.txt │ │ ├── 185_9.txt │ │ ├── 186_8.txt │ │ ├── 187_8.txt │ │ ├── 188_7.txt │ │ ├── 189_9.txt │ │ ├── 18_7.txt │ │ ├── 190_10.txt │ │ ├── 191_9.txt │ │ ├── 192_9.txt │ │ ├── 193_7.txt │ │ ├── 194_8.txt │ │ ├── 195_8.txt │ │ ├── 196_9.txt │ │ ├── 197_9.txt │ │ ├── 198_8.txt │ │ ├── 199_10.txt │ │ ├── 19_10.txt │ │ ├── 1_7.txt │ │ ├── 200_10.txt │ │ ├── 201_10.txt │ │ ├── 202_10.txt │ │ ├── 203_7.txt │ │ ├── 204_10.txt │ │ ├── 205_8.txt │ │ ├── 206_10.txt │ │ ├── 207_8.txt │ │ ├── 208_9.txt │ │ ├── 209_8.txt │ │ ├── 20_9.txt │ │ ├── 210_10.txt │ │ ├── 211_9.txt │ │ ├── 212_9.txt │ │ ├── 213_9.txt │ │ ├── 214_7.txt │ │ ├── 215_8.txt │ │ ├── 216_8.txt │ │ ├── 217_8.txt │ │ ├── 218_9.txt │ │ ├── 219_8.txt │ │ ├── 21_7.txt │ │ ├── 220_10.txt │ │ ├── 221_9.txt │ │ ├── 222_10.txt │ │ ├── 223_9.txt │ │ ├── 224_10.txt │ │ ├── 225_9.txt │ │ ├── 226_10.txt │ │ ├── 227_10.txt │ │ ├── 228_7.txt │ │ ├── 229_10.txt │ │ ├── 22_8.txt │ │ ├── 230_9.txt │ │ ├── 231_10.txt │ │ ├── 232_10.txt │ │ ├── 233_7.txt │ │ ├── 234_10.txt │ │ ├── 235_10.txt │ │ ├── 236_9.txt │ │ ├── 237_10.txt │ │ ├── 238_10.txt │ │ ├── 239_7.txt │ │ ├── 23_7.txt │ │ ├── 240_10.txt │ │ ├── 241_8.txt │ │ ├── 242_8.txt │ │ ├── 243_10.txt │ │ ├── 244_10.txt │ │ ├── 245_9.txt │ │ ├── 246_7.txt │ │ ├── 247_10.txt │ │ ├── 248_10.txt │ │ ├── 249_10.txt │ │ ├── 24_8.txt │ │ ├── 25_7.txt │ │ ├── 26_9.txt │ │ ├── 27_10.txt │ │ ├── 28_10.txt │ │ ├── 29_10.txt │ │ ├── 2_9.txt │ │ ├── 30_7.txt │ │ ├── 31_8.txt │ │ ├── 32_10.txt │ │ ├── 33_7.txt │ │ ├── 34_8.txt │ │ ├── 35_8.txt │ │ ├── 36_10.txt │ │ ├── 37_9.txt │ │ ├── 38_10.txt │ │ ├── 39_9.txt │ │ ├── 3_10.txt │ │ ├── 40_8.txt │ │ ├── 41_9.txt │ │ ├── 42_10.txt │ │ ├── 43_10.txt │ │ ├── 44_8.txt │ │ ├── 45_10.txt │ │ ├── 46_9.txt │ │ ├── 47_8.txt │ │ ├── 48_7.txt │ │ ├── 49_10.txt │ │ ├── 4_8.txt │ │ ├── 50_10.txt │ │ ├── 51_10.txt │ │ ├── 52_10.txt │ │ ├── 53_10.txt │ │ ├── 54_10.txt │ │ ├── 55_9.txt │ │ ├── 56_10.txt │ │ ├── 57_10.txt │ │ ├── 58_9.txt │ │ ├── 59_7.txt │ │ ├── 5_10.txt │ │ ├── 60_8.txt │ │ ├── 61_10.txt │ │ ├── 62_10.txt │ │ ├── 63_10.txt │ │ ├── 64_7.txt │ │ ├── 65_10.txt │ │ ├── 66_8.txt │ │ ├── 67_10.txt │ │ ├── 68_10.txt │ │ ├── 69_10.txt │ │ ├── 6_10.txt │ │ ├── 70_9.txt │ │ ├── 71_10.txt │ │ ├── 72_7.txt │ │ ├── 73_7.txt │ │ ├── 74_8.txt │ │ ├── 75_8.txt │ │ ├── 76_7.txt │ │ ├── 77_7.txt │ │ ├── 78_10.txt │ │ ├── 79_10.txt │ │ ├── 7_7.txt │ │ ├── 80_9.txt │ │ ├── 81_10.txt │ │ ├── 82_8.txt │ │ ├── 83_10.txt │ │ ├── 84_10.txt │ │ ├── 85_10.txt │ │ ├── 86_10.txt │ │ ├── 87_10.txt │ │ ├── 88_9.txt │ │ ├── 89_7.txt │ │ ├── 8_7.txt │ │ ├── 90_7.txt │ │ ├── 91_8.txt │ │ ├── 92_9.txt │ │ ├── 93_10.txt │ │ ├── 94_10.txt │ │ ├── 95_10.txt │ │ ├── 96_10.txt │ │ ├── 97_9.txt │ │ ├── 98_10.txt │ │ ├── 99_8.txt │ │ └── 9_7.txt │ │ └── unsup │ │ ├── 0_0.txt │ │ ├── 100_0.txt │ │ ├── 101_0.txt │ │ ├── 102_0.txt │ │ ├── 103_0.txt │ │ ├── 104_0.txt │ │ ├── 105_0.txt │ │ ├── 106_0.txt │ │ ├── 107_0.txt │ │ ├── 108_0.txt │ │ ├── 109_0.txt │ │ ├── 10_0.txt │ │ ├── 110_0.txt │ │ ├── 111_0.txt │ │ ├── 112_0.txt │ │ ├── 113_0.txt │ │ ├── 114_0.txt │ │ ├── 115_0.txt │ │ ├── 116_0.txt │ │ ├── 117_0.txt │ │ ├── 118_0.txt │ │ ├── 119_0.txt │ │ ├── 11_0.txt │ │ ├── 120_0.txt │ │ ├── 121_0.txt │ │ ├── 122_0.txt │ │ ├── 123_0.txt │ │ ├── 124_0.txt │ │ ├── 125_0.txt │ │ ├── 126_0.txt │ │ ├── 127_0.txt │ │ ├── 128_0.txt │ │ ├── 129_0.txt │ │ ├── 12_0.txt │ │ ├── 130_0.txt │ │ ├── 131_0.txt │ │ ├── 132_0.txt │ │ ├── 133_0.txt │ │ ├── 134_0.txt │ │ ├── 135_0.txt │ │ ├── 136_0.txt │ │ ├── 137_0.txt │ │ ├── 138_0.txt │ │ ├── 139_0.txt │ │ ├── 13_0.txt │ │ ├── 140_0.txt │ │ ├── 141_0.txt │ │ ├── 142_0.txt │ │ ├── 143_0.txt │ │ ├── 144_0.txt │ │ ├── 145_0.txt │ │ ├── 146_0.txt │ │ ├── 147_0.txt │ │ ├── 148_0.txt │ │ ├── 149_0.txt │ │ ├── 14_0.txt │ │ ├── 150_0.txt │ │ ├── 151_0.txt │ │ ├── 152_0.txt │ │ ├── 153_0.txt │ │ ├── 154_0.txt │ │ ├── 155_0.txt │ │ ├── 156_0.txt │ │ ├── 157_0.txt │ │ ├── 158_0.txt │ │ ├── 159_0.txt │ │ ├── 15_0.txt │ │ ├── 160_0.txt │ │ ├── 161_0.txt │ │ ├── 162_0.txt │ │ ├── 163_0.txt │ │ ├── 164_0.txt │ │ ├── 165_0.txt │ │ ├── 166_0.txt │ │ ├── 167_0.txt │ │ ├── 168_0.txt │ │ ├── 169_0.txt │ │ ├── 16_0.txt │ │ ├── 170_0.txt │ │ ├── 171_0.txt │ │ ├── 172_0.txt │ │ ├── 173_0.txt │ │ ├── 174_0.txt │ │ ├── 175_0.txt │ │ ├── 176_0.txt │ │ ├── 177_0.txt │ │ ├── 178_0.txt │ │ ├── 179_0.txt │ │ ├── 17_0.txt │ │ ├── 180_0.txt │ │ ├── 181_0.txt │ │ ├── 182_0.txt │ │ ├── 183_0.txt │ │ ├── 184_0.txt │ │ ├── 185_0.txt │ │ ├── 186_0.txt │ │ ├── 187_0.txt │ │ ├── 188_0.txt │ │ ├── 189_0.txt │ │ ├── 18_0.txt │ │ ├── 190_0.txt │ │ ├── 191_0.txt │ │ ├── 192_0.txt │ │ ├── 193_0.txt │ │ ├── 194_0.txt │ │ ├── 195_0.txt │ │ ├── 196_0.txt │ │ ├── 197_0.txt │ │ ├── 198_0.txt │ │ ├── 199_0.txt │ │ ├── 19_0.txt │ │ ├── 1_0.txt │ │ ├── 200_0.txt │ │ ├── 201_0.txt │ │ ├── 202_0.txt │ │ ├── 203_0.txt │ │ ├── 204_0.txt │ │ ├── 205_0.txt │ │ ├── 206_0.txt │ │ ├── 207_0.txt │ │ ├── 208_0.txt │ │ ├── 209_0.txt │ │ ├── 20_0.txt │ │ ├── 210_0.txt │ │ ├── 211_0.txt │ │ ├── 212_0.txt │ │ ├── 213_0.txt │ │ ├── 214_0.txt │ │ ├── 215_0.txt │ │ ├── 216_0.txt │ │ ├── 217_0.txt │ │ ├── 218_0.txt │ │ ├── 219_0.txt │ │ ├── 21_0.txt │ │ ├── 220_0.txt │ │ ├── 221_0.txt │ │ ├── 222_0.txt │ │ ├── 223_0.txt │ │ ├── 224_0.txt │ │ ├── 225_0.txt │ │ ├── 226_0.txt │ │ ├── 227_0.txt │ │ ├── 228_0.txt │ │ ├── 229_0.txt │ │ ├── 22_0.txt │ │ ├── 230_0.txt │ │ ├── 231_0.txt │ │ ├── 232_0.txt │ │ ├── 233_0.txt │ │ ├── 234_0.txt │ │ ├── 235_0.txt │ │ ├── 236_0.txt │ │ ├── 237_0.txt │ │ ├── 238_0.txt │ │ ├── 239_0.txt │ │ ├── 23_0.txt │ │ ├── 240_0.txt │ │ ├── 241_0.txt │ │ ├── 242_0.txt │ │ ├── 243_0.txt │ │ ├── 244_0.txt │ │ ├── 245_0.txt │ │ ├── 246_0.txt │ │ ├── 247_0.txt │ │ ├── 248_0.txt │ │ ├── 249_0.txt │ │ ├── 24_0.txt │ │ ├── 250_0.txt │ │ ├── 251_0.txt │ │ ├── 252_0.txt │ │ ├── 253_0.txt │ │ ├── 254_0.txt │ │ ├── 255_0.txt │ │ ├── 256_0.txt │ │ ├── 257_0.txt │ │ ├── 258_0.txt │ │ ├── 259_0.txt │ │ ├── 25_0.txt │ │ ├── 260_0.txt │ │ ├── 261_0.txt │ │ ├── 262_0.txt │ │ ├── 263_0.txt │ │ ├── 264_0.txt │ │ ├── 265_0.txt │ │ ├── 266_0.txt │ │ ├── 267_0.txt │ │ ├── 268_0.txt │ │ ├── 269_0.txt │ │ ├── 26_0.txt │ │ ├── 270_0.txt │ │ ├── 271_0.txt │ │ ├── 272_0.txt │ │ ├── 273_0.txt │ │ ├── 274_0.txt │ │ ├── 275_0.txt │ │ ├── 276_0.txt │ │ ├── 277_0.txt │ │ ├── 278_0.txt │ │ ├── 279_0.txt │ │ ├── 27_0.txt │ │ ├── 280_0.txt │ │ ├── 281_0.txt │ │ ├── 282_0.txt │ │ ├── 283_0.txt │ │ ├── 284_0.txt │ │ ├── 285_0.txt │ │ ├── 286_0.txt │ │ ├── 287_0.txt │ │ ├── 288_0.txt │ │ ├── 289_0.txt │ │ ├── 28_0.txt │ │ ├── 290_0.txt │ │ ├── 291_0.txt │ │ ├── 292_0.txt │ │ ├── 293_0.txt │ │ ├── 294_0.txt │ │ ├── 295_0.txt │ │ ├── 296_0.txt │ │ ├── 297_0.txt │ │ ├── 298_0.txt │ │ ├── 299_0.txt │ │ ├── 29_0.txt │ │ ├── 2_0.txt │ │ ├── 300_0.txt │ │ ├── 301_0.txt │ │ ├── 302_0.txt │ │ ├── 303_0.txt │ │ ├── 304_0.txt │ │ ├── 305_0.txt │ │ ├── 306_0.txt │ │ ├── 307_0.txt │ │ ├── 308_0.txt │ │ ├── 309_0.txt │ │ ├── 30_0.txt │ │ ├── 310_0.txt │ │ ├── 311_0.txt │ │ ├── 312_0.txt │ │ ├── 313_0.txt │ │ ├── 314_0.txt │ │ ├── 315_0.txt │ │ ├── 316_0.txt │ │ ├── 317_0.txt │ │ ├── 318_0.txt │ │ ├── 319_0.txt │ │ ├── 31_0.txt │ │ ├── 320_0.txt │ │ ├── 321_0.txt │ │ ├── 322_0.txt │ │ ├── 323_0.txt │ │ ├── 324_0.txt │ │ ├── 325_0.txt │ │ ├── 326_0.txt │ │ ├── 327_0.txt │ │ ├── 328_0.txt │ │ ├── 329_0.txt │ │ ├── 32_0.txt │ │ ├── 330_0.txt │ │ ├── 331_0.txt │ │ ├── 332_0.txt │ │ ├── 333_0.txt │ │ ├── 334_0.txt │ │ ├── 335_0.txt │ │ ├── 336_0.txt │ │ ├── 337_0.txt │ │ ├── 338_0.txt │ │ ├── 339_0.txt │ │ ├── 33_0.txt │ │ ├── 340_0.txt │ │ ├── 341_0.txt │ │ ├── 342_0.txt │ │ ├── 343_0.txt │ │ ├── 344_0.txt │ │ ├── 345_0.txt │ │ ├── 346_0.txt │ │ ├── 347_0.txt │ │ ├── 348_0.txt │ │ ├── 349_0.txt │ │ ├── 34_0.txt │ │ ├── 350_0.txt │ │ ├── 351_0.txt │ │ ├── 352_0.txt │ │ ├── 353_0.txt │ │ ├── 354_0.txt │ │ ├── 355_0.txt │ │ ├── 356_0.txt │ │ ├── 357_0.txt │ │ ├── 358_0.txt │ │ ├── 359_0.txt │ │ ├── 35_0.txt │ │ ├── 360_0.txt │ │ ├── 361_0.txt │ │ ├── 362_0.txt │ │ ├── 363_0.txt │ │ ├── 364_0.txt │ │ ├── 365_0.txt │ │ ├── 366_0.txt │ │ ├── 367_0.txt │ │ ├── 368_0.txt │ │ ├── 369_0.txt │ │ ├── 36_0.txt │ │ ├── 370_0.txt │ │ ├── 371_0.txt │ │ ├── 372_0.txt │ │ ├── 373_0.txt │ │ ├── 374_0.txt │ │ ├── 375_0.txt │ │ ├── 376_0.txt │ │ ├── 377_0.txt │ │ ├── 378_0.txt │ │ ├── 379_0.txt │ │ ├── 37_0.txt │ │ ├── 380_0.txt │ │ ├── 381_0.txt │ │ ├── 382_0.txt │ │ ├── 383_0.txt │ │ ├── 384_0.txt │ │ ├── 385_0.txt │ │ ├── 386_0.txt │ │ ├── 387_0.txt │ │ ├── 388_0.txt │ │ ├── 389_0.txt │ │ ├── 38_0.txt │ │ ├── 390_0.txt │ │ ├── 391_0.txt │ │ ├── 392_0.txt │ │ ├── 393_0.txt │ │ ├── 394_0.txt │ │ ├── 395_0.txt │ │ ├── 396_0.txt │ │ ├── 397_0.txt │ │ ├── 398_0.txt │ │ ├── 399_0.txt │ │ ├── 39_0.txt │ │ ├── 3_0.txt │ │ ├── 400_0.txt │ │ ├── 401_0.txt │ │ ├── 402_0.txt │ │ ├── 403_0.txt │ │ ├── 404_0.txt │ │ ├── 405_0.txt │ │ ├── 406_0.txt │ │ ├── 407_0.txt │ │ ├── 408_0.txt │ │ ├── 409_0.txt │ │ ├── 40_0.txt │ │ ├── 410_0.txt │ │ ├── 411_0.txt │ │ ├── 412_0.txt │ │ ├── 413_0.txt │ │ ├── 414_0.txt │ │ ├── 415_0.txt │ │ ├── 416_0.txt │ │ ├── 417_0.txt │ │ ├── 418_0.txt │ │ ├── 419_0.txt │ │ ├── 41_0.txt │ │ ├── 420_0.txt │ │ ├── 421_0.txt │ │ ├── 422_0.txt │ │ ├── 423_0.txt │ │ ├── 424_0.txt │ │ ├── 425_0.txt │ │ ├── 426_0.txt │ │ ├── 427_0.txt │ │ ├── 428_0.txt │ │ ├── 429_0.txt │ │ ├── 42_0.txt │ │ ├── 430_0.txt │ │ ├── 431_0.txt │ │ ├── 432_0.txt │ │ ├── 433_0.txt │ │ ├── 434_0.txt │ │ ├── 435_0.txt │ │ ├── 436_0.txt │ │ ├── 437_0.txt │ │ ├── 438_0.txt │ │ ├── 439_0.txt │ │ ├── 43_0.txt │ │ ├── 440_0.txt │ │ ├── 441_0.txt │ │ ├── 442_0.txt │ │ ├── 443_0.txt │ │ ├── 444_0.txt │ │ ├── 445_0.txt │ │ ├── 446_0.txt │ │ ├── 447_0.txt │ │ ├── 448_0.txt │ │ ├── 449_0.txt │ │ ├── 44_0.txt │ │ ├── 450_0.txt │ │ ├── 451_0.txt │ │ ├── 452_0.txt │ │ ├── 453_0.txt │ │ ├── 454_0.txt │ │ ├── 455_0.txt │ │ ├── 456_0.txt │ │ ├── 457_0.txt │ │ ├── 458_0.txt │ │ ├── 459_0.txt │ │ ├── 45_0.txt │ │ ├── 460_0.txt │ │ ├── 461_0.txt │ │ ├── 462_0.txt │ │ ├── 463_0.txt │ │ ├── 464_0.txt │ │ ├── 465_0.txt │ │ ├── 466_0.txt │ │ ├── 467_0.txt │ │ ├── 468_0.txt │ │ ├── 469_0.txt │ │ ├── 46_0.txt │ │ ├── 470_0.txt │ │ ├── 471_0.txt │ │ ├── 472_0.txt │ │ ├── 473_0.txt │ │ ├── 474_0.txt │ │ ├── 475_0.txt │ │ ├── 476_0.txt │ │ ├── 477_0.txt │ │ ├── 478_0.txt │ │ ├── 479_0.txt │ │ ├── 47_0.txt │ │ ├── 480_0.txt │ │ ├── 481_0.txt │ │ ├── 482_0.txt │ │ ├── 483_0.txt │ │ ├── 484_0.txt │ │ ├── 485_0.txt │ │ ├── 486_0.txt │ │ ├── 487_0.txt │ │ ├── 488_0.txt │ │ ├── 489_0.txt │ │ ├── 48_0.txt │ │ ├── 490_0.txt │ │ ├── 491_0.txt │ │ ├── 492_0.txt │ │ ├── 493_0.txt │ │ ├── 494_0.txt │ │ ├── 495_0.txt │ │ ├── 496_0.txt │ │ ├── 497_0.txt │ │ ├── 498_0.txt │ │ ├── 499_0.txt │ │ ├── 49_0.txt │ │ ├── 4_0.txt │ │ ├── 50_0.txt │ │ ├── 51_0.txt │ │ ├── 52_0.txt │ │ ├── 53_0.txt │ │ ├── 54_0.txt │ │ ├── 55_0.txt │ │ ├── 56_0.txt │ │ ├── 57_0.txt │ │ ├── 58_0.txt │ │ ├── 59_0.txt │ │ ├── 5_0.txt │ │ ├── 60_0.txt │ │ ├── 61_0.txt │ │ ├── 62_0.txt │ │ ├── 63_0.txt │ │ ├── 64_0.txt │ │ ├── 65_0.txt │ │ ├── 66_0.txt │ │ ├── 67_0.txt │ │ ├── 68_0.txt │ │ ├── 69_0.txt │ │ ├── 6_0.txt │ │ ├── 70_0.txt │ │ ├── 71_0.txt │ │ ├── 72_0.txt │ │ ├── 73_0.txt │ │ ├── 74_0.txt │ │ ├── 75_0.txt │ │ ├── 76_0.txt │ │ ├── 77_0.txt │ │ ├── 78_0.txt │ │ ├── 79_0.txt │ │ ├── 7_0.txt │ │ ├── 80_0.txt │ │ ├── 81_0.txt │ │ ├── 82_0.txt │ │ ├── 83_0.txt │ │ ├── 84_0.txt │ │ ├── 85_0.txt │ │ ├── 86_0.txt │ │ ├── 87_0.txt │ │ ├── 88_0.txt │ │ ├── 89_0.txt │ │ ├── 8_0.txt │ │ ├── 90_0.txt │ │ ├── 91_0.txt │ │ ├── 92_0.txt │ │ ├── 93_0.txt │ │ ├── 94_0.txt │ │ ├── 95_0.txt │ │ ├── 96_0.txt │ │ ├── 97_0.txt │ │ ├── 98_0.txt │ │ ├── 99_0.txt │ │ └── 9_0.txt ├── wnds_chapter_8_program.R └── wnds_chapter_8_program.py ├── WNDS_Chapter_9 ├── .DS_Store ├── ALL_POTUS │ ├── BushG.txt │ ├── BushGW.txt │ ├── Carter.txt │ ├── Clinton.txt │ ├── Ford.txt │ ├── Johnson.txt │ ├── Kennedy.txt │ ├── Nixon.txt │ ├── Obama.txt │ └── Reagan.txt ├── POTUS │ ├── .DS_Store │ ├── D_O_Carter_1978.txt │ ├── D_O_Carter_1979.txt │ ├── D_O_Carter_1980.txt │ ├── D_O_Clinton_1993.txt │ ├── D_O_Clinton_1994.txt │ ├── D_O_Clinton_1995.txt │ ├── D_O_Clinton_1996.txt │ ├── D_O_Clinton_1997.txt │ ├── D_O_Clinton_1998.txt │ ├── D_O_Clinton_1999.txt │ ├── D_O_Clinton_2000.txt │ ├── D_O_Johnson_1964.txt │ ├── D_O_Johnson_1965.txt │ ├── D_O_Johnson_1966.txt │ ├── D_O_Johnson_1967.txt │ ├── D_O_Johnson_1968.txt │ ├── D_O_Kennedy_1961.txt │ ├── D_O_Kennedy_1962.txt │ ├── D_O_Kennedy_1963.txt │ ├── D_O_Obama_2009.txt │ ├── D_O_Obama_2010.txt │ ├── D_O_Obama_2011.txt │ ├── D_O_Obama_2012.txt │ ├── D_O_Obama_2013.txt │ ├── D_O_Obama_2014.txt │ ├── R_O_BushGW_2001.txt │ ├── R_O_BushGW_2002.txt │ ├── R_O_BushGW_2003.txt │ ├── R_O_BushGW_2004.txt │ ├── R_O_BushGW_2005.txt │ ├── R_O_BushGW_2006.txt │ ├── R_O_BushGW_2007.txt │ ├── R_O_BushGW_2008.txt │ ├── R_O_BushG_1989.txt │ ├── R_O_BushG_1990.txt │ ├── R_O_BushG_1991.txt │ ├── R_O_BushG_1992.txt │ ├── R_O_Ford_1975.txt │ ├── R_O_Ford_1976.txt │ ├── R_O_Nixon_1970.txt │ ├── R_O_Nixon_1971.txt │ ├── R_O_Nixon_1972.txt │ ├── R_O_Nixon_1973.txt │ ├── R_O_Nixon_1974.txt │ ├── R_O_Reagan_1981.txt │ ├── R_O_Reagan_1982.txt │ ├── R_O_Reagan_1983.txt │ ├── R_O_Reagan_1984.txt │ ├── R_O_Reagan_1985.txt │ ├── R_O_Reagan_1986.txt │ ├── R_O_Reagan_1987.txt │ └── R_O_Reagan_1988.txt ├── POTUS_mds.csv ├── POTUS_top_words_clustering.csv ├── wnds_chapter_9a.py ├── wnds_chapter_9b.R └── wnds_chapter_9c.R └── wnds_overview.xlsx /README.md: -------------------------------------------------------------------------------- 1 | # wnds 2 | Web and Network Data Science 3 | -------------------------------------------------------------------------------- /WNDS_Appendix_C/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/.DS_Store -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/BushG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/BushG.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/BushGW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/BushGW.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/Carter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/Carter.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/Clinton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/Clinton.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/Ford.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/Ford.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/Johnson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/Johnson.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/Kennedy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/Kennedy.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/Nixon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/Nixon.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/Obama.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/Obama.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/ALL_POTUS/Reagan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/ALL_POTUS/Reagan.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/.DS_Store -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Carter_1978.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Carter_1978.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Carter_1979.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Carter_1979.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Carter_1980.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Carter_1980.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Clinton_1993.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Clinton_1993.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Clinton_1994.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Clinton_1994.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Clinton_1995.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Clinton_1995.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Clinton_1996.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Clinton_1996.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Clinton_1997.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Clinton_1997.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Clinton_1998.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Clinton_1998.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Clinton_1999.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Clinton_1999.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Clinton_2000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Clinton_2000.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Johnson_1964.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Johnson_1964.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Johnson_1965.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Johnson_1965.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Johnson_1966.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Johnson_1966.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Johnson_1967.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Johnson_1967.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Johnson_1968.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Johnson_1968.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Kennedy_1961.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Kennedy_1961.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Kennedy_1962.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Kennedy_1962.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Kennedy_1963.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Kennedy_1963.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Obama_2009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Obama_2009.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Obama_2010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Obama_2010.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Obama_2011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Obama_2011.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Obama_2012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Obama_2012.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Obama_2013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Obama_2013.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/D_O_Obama_2014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/D_O_Obama_2014.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushGW_2001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushGW_2001.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushGW_2002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushGW_2002.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushGW_2003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushGW_2003.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushGW_2004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushGW_2004.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushGW_2005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushGW_2005.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushGW_2006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushGW_2006.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushGW_2007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushGW_2007.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushGW_2008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushGW_2008.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushG_1989.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushG_1989.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushG_1990.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushG_1990.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushG_1991.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushG_1991.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_BushG_1992.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_BushG_1992.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Ford_1975.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Ford_1975.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Ford_1976.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Ford_1976.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Nixon_1970.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Nixon_1970.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Nixon_1971.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Nixon_1971.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Nixon_1972.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Nixon_1972.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Nixon_1973.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Nixon_1973.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Nixon_1974.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Nixon_1974.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Reagan_1981.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Reagan_1981.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Reagan_1982.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Reagan_1982.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Reagan_1983.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Reagan_1983.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Reagan_1984.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Reagan_1984.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Reagan_1985.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Reagan_1985.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Reagan_1986.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Reagan_1986.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Reagan_1987.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Reagan_1987.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS/R_O_Reagan_1988.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS/R_O_Reagan_1988.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/POTUS_COMPLETE/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/POTUS_COMPLETE/.DS_Store -------------------------------------------------------------------------------- /WNDS_Appendix_C/email_or_spam.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/email_or_spam.csv -------------------------------------------------------------------------------- /WNDS_Appendix_C/enron_email_links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/enron_email_links.txt -------------------------------------------------------------------------------- /WNDS_Appendix_C/microsoft_attribute_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/microsoft_attribute_data.csv -------------------------------------------------------------------------------- /WNDS_Appendix_C/microsoft_test_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/microsoft_test_data.csv -------------------------------------------------------------------------------- /WNDS_Appendix_C/microsoft_training_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/microsoft_training_data.csv -------------------------------------------------------------------------------- /WNDS_Appendix_C/toutbay_begins.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/toutbay_begins.csv -------------------------------------------------------------------------------- /WNDS_Appendix_C/wiki_edges.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_C/wiki_edges.txt -------------------------------------------------------------------------------- /WNDS_Appendix_D/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_D/.DS_Store -------------------------------------------------------------------------------- /WNDS_Appendix_D/R_utility_program_3.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_D/R_utility_program_3.R -------------------------------------------------------------------------------- /WNDS_Appendix_D/R_utility_program_5.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_D/R_utility_program_5.R -------------------------------------------------------------------------------- /WNDS_Appendix_D/python_utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Appendix_D/python_utilities.py -------------------------------------------------------------------------------- /WNDS_Chapter_1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_1/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_1/.Rapp.history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_1/.Rapp.history -------------------------------------------------------------------------------- /WNDS_Chapter_1/browser_usage_2008_2014.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_1/browser_usage_2008_2014.csv -------------------------------------------------------------------------------- /WNDS_Chapter_1/wnds_chapter_1.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_1/wnds_chapter_1.R -------------------------------------------------------------------------------- /WNDS_Chapter_1/wnds_chapter_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_1/wnds_chapter_1.py -------------------------------------------------------------------------------- /WNDS_Chapter_10/.Rapp.history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_10/.Rapp.history -------------------------------------------------------------------------------- /WNDS_Chapter_10/microsoft_attribute_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_10/microsoft_attribute_data.csv -------------------------------------------------------------------------------- /WNDS_Chapter_10/microsoft_test_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_10/microsoft_test_data.csv -------------------------------------------------------------------------------- /WNDS_Chapter_10/microsoft_training_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_10/microsoft_training_data.csv -------------------------------------------------------------------------------- /WNDS_Chapter_10/wnds_chapter_10.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_10/wnds_chapter_10.R -------------------------------------------------------------------------------- /WNDS_Chapter_11/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial01.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial01.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial02.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial02.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial03.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial03.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial04.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial04.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial05.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial05.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial06.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial06.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial07.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial07.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial08.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial08.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial09.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial09.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial10.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial11.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial12.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial13.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial14.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial15.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial16.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial17.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial18.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial19.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/NetLogo_results/trial20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/NetLogo_results/trial20.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/virus_results.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/virus_results.csv -------------------------------------------------------------------------------- /WNDS_Chapter_11/wnds_chapter_11.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/wnds_chapter_11.R -------------------------------------------------------------------------------- /WNDS_Chapter_11/wnds_chapter_11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_11/wnds_chapter_11.py -------------------------------------------------------------------------------- /WNDS_Chapter_2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_2/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_2/.Rapp.history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_2/.Rapp.history -------------------------------------------------------------------------------- /WNDS_Chapter_2/toutbay_begins.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_2/toutbay_begins.csv -------------------------------------------------------------------------------- /WNDS_Chapter_2/wnds_chapter_2.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_2/wnds_chapter_2.R -------------------------------------------------------------------------------- /WNDS_Chapter_3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_3/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_3/.Rapp.history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_3/.Rapp.history -------------------------------------------------------------------------------- /WNDS_Chapter_3/wnds_chapter_3a.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_3/wnds_chapter_3a.R -------------------------------------------------------------------------------- /WNDS_Chapter_3/wnds_chapter_3a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_3/wnds_chapter_3a.py -------------------------------------------------------------------------------- /WNDS_Chapter_3/wnds_chapter_3b/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_3/wnds_chapter_3b/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_3/wnds_chapter_3b/scrapy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_3/wnds_chapter_3b/scrapy.cfg -------------------------------------------------------------------------------- /WNDS_Chapter_3/wnds_chapter_3b/scrapy_application/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WNDS_Chapter_3/wnds_chapter_3c/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_3/wnds_chapter_3c/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_3/wnds_chapter_3c/scrapy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_3/wnds_chapter_3c/scrapy.cfg -------------------------------------------------------------------------------- /WNDS_Chapter_3/wnds_chapter_3c/scrapy_application/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WNDS_Chapter_4/.Rapp.history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_4/.Rapp.history -------------------------------------------------------------------------------- /WNDS_Chapter_4/wnds_chapter_4.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_4/wnds_chapter_4.R -------------------------------------------------------------------------------- /WNDS_Chapter_5/wnds_chapter_5.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_5/wnds_chapter_5.R -------------------------------------------------------------------------------- /WNDS_Chapter_6/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_6/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_6/.Rapp.history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_6/.Rapp.history -------------------------------------------------------------------------------- /WNDS_Chapter_6/enron_email_links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_6/enron_email_links.txt -------------------------------------------------------------------------------- /WNDS_Chapter_6/wnds_chapter6b.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_6/wnds_chapter6b.R -------------------------------------------------------------------------------- /WNDS_Chapter_6/wnds_chapter_6a.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_6/wnds_chapter_6a.R -------------------------------------------------------------------------------- /WNDS_Chapter_6/wnds_chapter_6a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_6/wnds_chapter_6a.py -------------------------------------------------------------------------------- /WNDS_Chapter_7/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_7/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_7/.Rapp.history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_7/.Rapp.history -------------------------------------------------------------------------------- /WNDS_Chapter_7/wiki_edges.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_7/wiki_edges.txt -------------------------------------------------------------------------------- /WNDS_Chapter_7/wnds_chapter_7a.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_7/wnds_chapter_7a.R -------------------------------------------------------------------------------- /WNDS_Chapter_7/wnds_chapter_7b.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_7/wnds_chapter_7b.R -------------------------------------------------------------------------------- /WNDS_Chapter_8/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_8/Hu_Liu_negative_word_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/Hu_Liu_negative_word_list.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/Hu_Liu_positive_word_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/Hu_Liu_positive_word_list.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/R_utility_program_3.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/R_utility_program_3.R -------------------------------------------------------------------------------- /WNDS_Chapter_8/R_utility_program_5.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/R_utility_program_5.R -------------------------------------------------------------------------------- /WNDS_Chapter_8/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WNDS_Chapter_8/python_utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/python_utilities.py -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/0_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/0_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/100_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/100_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/101_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/101_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/102_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/102_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/103_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/103_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/104_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/104_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/105_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/105_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/106_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/106_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/107_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/107_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/108_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/108_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/109_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/109_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/10_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/10_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/110_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/110_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/111_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/111_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/112_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/112_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/113_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/113_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/114_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/114_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/115_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/115_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/116_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/116_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/117_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/117_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/118_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/118_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/119_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/119_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/11_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/11_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/120_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/120_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/121_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/121_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/12250_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/12250_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/12251_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/12251_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/12252_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/12252_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/12253_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/12253_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/12254_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/12254_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/122_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/122_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/123_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/123_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/124_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/124_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/125_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/125_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/126_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/126_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/127_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/127_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/128_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/128_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/129_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/129_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/12_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/12_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/130_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/130_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/131_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/131_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/132_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/132_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/133_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/133_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/134_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/134_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/135_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/135_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/136_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/136_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/137_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/137_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/138_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/138_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/139_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/139_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/13_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/13_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/140_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/140_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/141_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/141_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/142_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/142_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/143_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/143_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/144_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/144_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/145_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/145_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/146_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/146_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/147_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/147_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/148_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/148_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/149_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/149_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/14_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/14_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/150_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/150_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/151_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/151_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/152_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/152_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/153_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/153_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/154_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/154_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/155_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/155_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/156_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/156_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/157_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/157_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/158_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/158_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/159_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/159_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/15_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/15_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/160_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/160_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/161_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/161_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/162_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/162_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/163_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/163_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/164_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/164_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/165_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/165_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/166_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/166_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/167_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/167_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/168_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/168_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/169_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/169_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/16_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/16_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/170_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/170_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/171_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/171_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/172_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/172_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/173_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/173_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/174_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/174_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/175_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/175_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/176_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/176_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/177_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/177_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/178_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/178_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/179_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/179_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/17_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/17_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/180_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/180_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/181_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/181_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/182_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/182_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/183_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/183_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/184_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/184_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/185_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/185_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/186_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/186_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/187_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/187_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/188_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/188_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/189_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/189_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/18_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/18_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/190_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/190_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/191_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/191_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/192_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/192_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/193_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/193_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/194_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/194_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/195_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/195_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/196_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/196_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/197_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/197_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/198_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/198_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/199_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/199_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/19_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/19_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/1_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/1_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/200_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/200_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/201_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/201_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/202_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/202_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/203_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/203_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/204_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/204_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/205_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/205_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/206_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/206_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/207_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/207_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/208_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/208_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/209_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/209_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/20_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/20_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/210_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/210_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/211_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/211_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/212_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/212_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/213_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/213_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/214_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/214_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/215_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/215_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/216_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/216_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/217_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/217_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/218_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/218_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/219_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/219_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/21_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/21_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/220_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/220_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/221_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/221_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/222_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/222_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/223_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/223_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/224_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/224_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/225_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/225_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/226_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/226_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/227_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/227_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/228_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/228_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/229_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/229_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/22_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/22_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/230_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/230_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/231_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/231_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/232_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/232_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/233_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/233_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/234_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/234_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/235_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/235_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/236_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/236_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/237_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/237_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/238_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/238_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/239_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/239_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/23_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/23_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/240_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/240_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/241_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/241_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/242_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/242_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/243_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/243_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/244_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/244_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/245_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/245_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/246_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/246_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/247_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/247_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/248_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/248_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/249_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/249_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/24_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/24_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/25_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/25_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/26_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/26_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/27_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/27_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/28_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/28_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/29_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/29_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/2_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/2_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/30_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/30_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/31_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/31_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/32_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/32_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/33_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/33_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/34_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/34_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/35_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/35_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/36_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/36_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/37_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/37_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/38_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/38_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/39_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/39_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/3_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/3_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/40_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/40_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/41_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/41_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/42_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/42_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/43_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/43_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/44_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/44_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/45_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/45_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/46_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/46_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/47_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/47_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/48_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/48_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/49_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/49_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/4_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/4_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/50_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/50_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/51_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/51_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/52_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/52_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/53_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/53_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/54_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/54_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/55_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/55_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/56_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/56_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/57_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/57_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/58_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/58_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/59_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/59_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/5_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/5_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/60_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/60_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/61_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/61_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/62_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/62_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/63_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/63_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/64_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/64_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/65_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/65_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/66_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/66_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/67_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/67_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/68_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/68_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/69_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/69_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/6_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/6_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/70_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/70_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/71_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/71_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/72_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/72_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/73_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/73_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/74_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/74_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/75_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/75_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/76_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/76_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/77_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/77_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/78_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/78_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/79_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/79_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/7_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/7_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/80_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/80_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/81_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/81_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/82_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/82_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/83_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/83_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/84_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/84_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/85_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/85_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/86_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/86_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/87_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/87_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/88_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/88_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/89_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/89_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/8_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/8_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/90_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/90_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/91_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/91_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/92_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/92_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/93_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/93_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/94_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/94_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/95_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/95_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/96_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/96_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/97_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/97_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/98_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/98_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/99_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/99_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/neg/9_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/neg/9_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/0_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/0_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/101_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/101_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/102_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/102_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/105_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/105_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/106_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/106_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/109_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/109_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/10_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/10_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/113_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/113_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/115_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/115_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/119_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/119_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/11_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/11_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/120_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/120_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/121_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/121_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/122_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/122_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/125_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/125_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/129_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/129_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/12_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/12_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/130_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/130_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/131_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/131_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/132_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/132_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/133_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/133_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/134_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/134_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/135_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/135_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/136_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/136_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/137_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/137_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/138_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/138_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/139_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/139_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/13_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/13_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/140_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/140_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/141_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/141_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/142_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/142_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/143_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/143_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/144_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/144_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/145_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/145_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/146_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/146_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/148_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/148_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/149_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/149_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/14_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/14_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/150_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/150_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/151_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/151_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/153_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/153_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/154_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/154_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/155_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/155_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/156_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/156_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/158_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/158_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/15_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/15_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/161_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/161_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/162_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/162_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/163_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/163_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/164_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/164_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/165_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/165_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/166_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/166_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/168_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/168_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/169_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/169_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/16_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/16_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/170_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/170_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/171_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/171_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/172_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/172_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/173_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/173_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/174_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/174_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/175_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/175_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/176_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/176_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/177_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/177_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/17_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/17_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/184_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/184_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/186_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/186_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/189_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/189_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/18_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/18_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/190_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/190_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/191_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/191_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/193_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/193_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/194_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/194_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/196_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/196_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/198_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/198_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/199_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/199_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/19_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/19_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/1_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/1_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/200_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/200_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/201_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/201_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/202_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/202_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/204_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/204_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/207_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/207_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/20_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/20_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/210_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/210_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/212_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/212_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/214_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/214_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/215_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/215_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/217_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/217_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/219_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/219_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/21_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/21_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/221_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/221_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/226_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/226_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/22_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/22_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/230_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/230_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/231_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/231_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/232_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/232_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/233_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/233_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/234_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/234_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/235_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/235_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/237_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/237_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/238_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/238_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/239_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/239_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/23_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/23_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/240_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/240_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/241_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/241_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/243_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/243_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/244_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/244_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/245_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/245_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/247_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/247_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/248_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/248_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/249_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/249_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/24_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/24_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/25_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/25_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/26_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/26_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/27_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/27_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/28_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/28_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/29_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/29_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/2_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/2_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/30_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/30_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/31_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/31_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/32_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/32_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/33_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/33_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/34_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/34_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/35_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/35_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/36_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/36_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/37_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/37_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/38_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/38_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/39_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/39_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/3_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/3_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/40_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/40_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/41_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/41_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/42_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/42_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/43_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/43_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/44_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/44_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/45_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/45_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/46_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/46_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/47_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/47_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/48_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/48_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/49_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/49_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/4_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/4_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/50_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/50_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/51_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/51_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/52_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/52_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/53_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/53_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/54_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/54_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/55_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/55_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/56_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/56_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/57_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/57_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/58_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/58_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/59_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/59_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/5_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/5_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/60_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/60_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/61_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/61_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/62_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/62_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/63_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/63_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/64_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/64_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/65_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/65_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/66_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/66_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/67_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/67_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/68_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/68_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/69_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/69_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/6_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/6_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/70_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/70_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/71_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/71_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/72_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/72_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/73_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/73_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/74_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/74_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/75_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/75_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/76_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/76_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/77_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/77_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/78_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/78_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/79_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/79_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/7_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/7_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/80_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/80_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/81_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/81_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/82_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/82_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/83_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/83_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/84_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/84_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/85_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/85_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/86_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/86_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/87_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/87_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/88_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/88_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/89_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/89_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/8_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/8_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/90_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/90_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/91_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/91_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/92_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/92_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/93_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/93_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/94_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/94_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/95_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/95_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/96_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/96_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/97_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/97_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/98_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/98_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/99_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/99_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/pos/9_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/pos/9_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/tom/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/tom/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/tom/0_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/tom/0_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/tom/1_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/tom/1_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/tom/2_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/tom/2_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/tom/3_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/tom/3_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/tom/4_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/tom/4_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/tom/5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/tom/5_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/tom/6_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/tom/6_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/test/tom/7_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/test/tom/7_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/0_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/0_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/10_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/10_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/11_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/11_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/12_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/12_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/13_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/13_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/14_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/14_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/15_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/15_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/16_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/16_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/17_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/17_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/18_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/18_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/19_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/19_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/1_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/20_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/20_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/21_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/21_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/22_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/22_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/23_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/23_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/24_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/24_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/25_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/25_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/26_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/26_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/27_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/27_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/28_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/28_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/29_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/29_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/2_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/30_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/30_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/31_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/31_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/32_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/32_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/33_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/33_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/34_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/34_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/35_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/35_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/36_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/36_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/37_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/37_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/38_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/38_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/39_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/39_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/3_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/3_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/40_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/40_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/41_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/41_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/42_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/42_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/43_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/43_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/44_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/44_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/45_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/45_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/46_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/46_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/47_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/47_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/48_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/48_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/49_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/49_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/4_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/4_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/50_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/50_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/51_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/51_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/52_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/52_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/53_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/53_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/54_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/54_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/55_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/55_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/56_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/56_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/57_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/57_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/58_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/58_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/59_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/59_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/5_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/5_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/60_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/60_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/61_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/61_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/62_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/62_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/63_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/63_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/64_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/64_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/65_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/65_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/66_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/66_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/67_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/67_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/68_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/68_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/69_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/69_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/6_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/6_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/70_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/70_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/71_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/71_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/72_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/72_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/73_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/73_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/74_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/74_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/75_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/75_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/76_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/76_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/77_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/77_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/78_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/78_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/79_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/79_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/7_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/7_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/80_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/80_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/81_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/81_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/82_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/82_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/83_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/83_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/84_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/84_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/85_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/85_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/86_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/86_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/87_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/87_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/88_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/88_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/89_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/89_2.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/8_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/8_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/90_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/90_4.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/91_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/91_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/92_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/92_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/93_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/93_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/94_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/94_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/95_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/95_3.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/96_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/96_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/97_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/97_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/98_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/98_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/99_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/99_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/neg/9_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/neg/9_1.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/0_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/0_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/10_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/10_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/11_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/11_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/12_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/12_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/13_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/13_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/15_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/15_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/16_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/16_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/17_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/17_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/18_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/18_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/1_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/1_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/20_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/20_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/21_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/21_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/22_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/22_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/23_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/23_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/24_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/24_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/25_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/25_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/26_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/26_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/2_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/2_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/30_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/30_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/31_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/31_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/33_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/33_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/34_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/34_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/35_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/35_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/37_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/37_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/39_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/39_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/3_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/3_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/40_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/40_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/41_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/41_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/44_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/44_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/46_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/46_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/47_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/47_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/48_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/48_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/4_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/4_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/55_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/55_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/58_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/58_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/59_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/59_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/5_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/5_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/60_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/60_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/64_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/64_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/66_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/66_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/6_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/6_10.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/70_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/70_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/72_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/72_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/73_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/73_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/74_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/74_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/75_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/75_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/76_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/76_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/77_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/77_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/7_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/7_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/80_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/80_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/82_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/82_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/88_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/88_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/89_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/89_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/8_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/8_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/90_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/90_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/91_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/91_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/92_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/92_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/97_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/97_9.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/99_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/99_8.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/reviews/train/pos/9_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/reviews/train/pos/9_7.txt -------------------------------------------------------------------------------- /WNDS_Chapter_8/wnds_chapter_8_program.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/wnds_chapter_8_program.R -------------------------------------------------------------------------------- /WNDS_Chapter_8/wnds_chapter_8_program.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_8/wnds_chapter_8_program.py -------------------------------------------------------------------------------- /WNDS_Chapter_9/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/BushG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/BushG.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/BushGW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/BushGW.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/Carter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/Carter.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/Clinton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/Clinton.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/Ford.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/Ford.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/Johnson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/Johnson.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/Kennedy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/Kennedy.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/Nixon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/Nixon.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/Obama.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/Obama.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/ALL_POTUS/Reagan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/ALL_POTUS/Reagan.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/.DS_Store -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Carter_1978.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Carter_1978.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Carter_1979.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Carter_1979.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Carter_1980.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Carter_1980.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Clinton_1993.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Clinton_1993.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Clinton_1994.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Clinton_1994.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Clinton_1995.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Clinton_1995.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Clinton_1996.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Clinton_1996.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Clinton_1997.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Clinton_1997.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Clinton_1998.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Clinton_1998.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Clinton_1999.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Clinton_1999.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Clinton_2000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Clinton_2000.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Johnson_1964.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Johnson_1964.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Johnson_1965.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Johnson_1965.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Johnson_1966.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Johnson_1966.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Johnson_1967.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Johnson_1967.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Johnson_1968.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Johnson_1968.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Kennedy_1961.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Kennedy_1961.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Kennedy_1962.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Kennedy_1962.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Kennedy_1963.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Kennedy_1963.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Obama_2009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Obama_2009.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Obama_2010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Obama_2010.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Obama_2011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Obama_2011.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Obama_2012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Obama_2012.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Obama_2013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Obama_2013.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/D_O_Obama_2014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/D_O_Obama_2014.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushGW_2001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushGW_2001.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushGW_2002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushGW_2002.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushGW_2003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushGW_2003.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushGW_2004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushGW_2004.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushGW_2005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushGW_2005.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushGW_2006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushGW_2006.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushGW_2007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushGW_2007.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushGW_2008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushGW_2008.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushG_1989.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushG_1989.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushG_1990.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushG_1990.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushG_1991.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushG_1991.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_BushG_1992.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_BushG_1992.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Ford_1975.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Ford_1975.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Ford_1976.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Ford_1976.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Nixon_1970.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Nixon_1970.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Nixon_1971.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Nixon_1971.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Nixon_1972.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Nixon_1972.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Nixon_1973.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Nixon_1973.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Nixon_1974.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Nixon_1974.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Reagan_1981.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Reagan_1981.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Reagan_1982.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Reagan_1982.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Reagan_1983.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Reagan_1983.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Reagan_1984.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Reagan_1984.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Reagan_1985.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Reagan_1985.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Reagan_1986.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Reagan_1986.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Reagan_1987.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Reagan_1987.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS/R_O_Reagan_1988.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS/R_O_Reagan_1988.txt -------------------------------------------------------------------------------- /WNDS_Chapter_9/POTUS_mds.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/POTUS_mds.csv -------------------------------------------------------------------------------- /WNDS_Chapter_9/wnds_chapter_9a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/wnds_chapter_9a.py -------------------------------------------------------------------------------- /WNDS_Chapter_9/wnds_chapter_9b.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/wnds_chapter_9b.R -------------------------------------------------------------------------------- /WNDS_Chapter_9/wnds_chapter_9c.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/WNDS_Chapter_9/wnds_chapter_9c.R -------------------------------------------------------------------------------- /wnds_overview.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtpa/wnds/HEAD/wnds_overview.xlsx --------------------------------------------------------------------------------