├── Chinese_quatrains └── Chinese_quatrains_5.txt ├── Obama_political_speeches └── Obama_speech.txt ├── PTT_charactors ├── demo.src.dict ├── demo.tgt.dict ├── src-test.txt ├── src-train.txt ├── src-val.txt ├── tgt-train.txt └── tgt-val.txt ├── PTT_data_filter.txt ├── PTT_words ├── demo.src.dict ├── demo.tgt.dict ├── src-test.txt ├── src-train.txt ├── src-val.txt ├── tgt-train.txt └── tgt-val.txt ├── PTT八卦板推文.txt ├── README.md ├── data_preprocessing.py └── news corpus ├── PTT ├── AKB48 │ ├── 4-17 │ │ └── M.1492618822.A.433 │ ├── 4-20 │ │ └── M.1492618822.A.433 │ ├── 4-30 │ │ └── M.1493741282.A.D47 │ ├── 5-01 │ │ └── M.1493741282.A.D47 │ ├── 5-03 │ │ └── M.1493741282.A.D47 │ ├── 7-07 │ │ ├── M.1492618822.A.433 │ │ └── M.1493741282.A.D47 │ └── 12-13 │ │ ├── M.1492618822.A.433 │ │ └── M.1493741282.A.D47 ├── AllTogether │ ├── 4-20 │ │ └── M.1480266079.A.DB5 │ └── 6-16 │ │ └── M.1480266079.A.DB5 ├── Aviation │ ├── 4-19 │ │ └── M.1435932923.A.B35 │ ├── 4-20 │ │ └── M.1435932923.A.B35 │ ├── 7-03 │ │ └── M.1435932923.A.B35 │ ├── 8-23 │ │ └── M.1435932923.A.B35 │ └── 11-03 │ │ └── M.1435932923.A.B35 ├── BTS │ ├── 4-22 │ │ └── M.1493567660.A.FA9 │ ├── 4-30 │ │ └── M.1493567660.A.FA9 │ ├── 5-02 │ │ └── M.1493567660.A.FA9 │ ├── 6-24 │ │ └── M.1493567660.A.FA9 │ └── 12-19 │ │ └── M.1493567660.A.FA9 ├── BabyMother │ ├── 3-29 │ │ └── M.1490765073.A.E7A │ ├── 4-20 │ │ └── M.1490765073.A.E7A │ ├── 5-30 │ │ └── M.1490765073.A.E7A │ ├── 7-22 │ │ └── M.1490765073.A.E7A │ ├── 10-18 │ │ └── M.1490765073.A.E7A │ └── 11-02 │ │ └── M.1490765073.A.E7A ├── BabyProducts │ ├── 1-03 │ │ └── M.1483408916.A.BE4 │ ├── 1-04 │ │ └── M.1483408916.A.BE4 │ ├── 4-20 │ │ └── M.1483408916.A.BE4 │ └── 10-07 │ │ └── M.1483408916.A.BE4 ├── Baseball │ ├── 2-13 │ │ └── M.1492664546.A.DEC │ ├── 4-04 │ │ └── M.1492664546.A.DEC │ ├── 4-05 │ │ └── M.1492664546.A.DEC │ ├── 4-20 │ │ └── M.1492664546.A.DEC │ └── 9-09 │ │ └── M.1492664546.A.DEC ├── Beauty │ ├── 4-19 │ │ └── M.1476111251.A.C20 │ └── 4-20 │ │ └── M.1476111251.A.C20 ├── BeautySalon │ ├── 1-23 │ │ └── M.1462858440.A.1EC │ ├── 2-08 │ │ └── M.1462858440.A.1EC │ └── 4-20 │ │ └── M.1462858440.A.1EC ├── BlackDesert │ ├── 2-10 │ │ └── M.1486711110.A.34F │ ├── 2-12 │ │ ├── M.1486711110.A.34F │ │ └── M.1493569270.A.D5E │ ├── 2-15 │ │ ├── M.1486711110.A.34F │ │ └── M.1493569270.A.D5E │ ├── 2-19 │ │ ├── M.1486711110.A.34F │ │ └── M.1493569270.A.D5E │ ├── 4-20 │ │ └── M.1486711110.A.34F │ ├── 5-01 │ │ └── M.1493569270.A.D5E │ └── 5-02 │ │ └── M.1493569270.A.D5E ├── BlizzHeroes │ ├── 4-01 │ │ └── M.1491473966.A.5E1 │ ├── 4-06 │ │ └── M.1491473966.A.5E1 │ ├── 5-02 │ │ └── M.1491473966.A.5E1 │ ├── 5-03 │ │ └── M.1491473966.A.5E1 │ └── 12-08 │ │ └── M.1491473966.A.5E1 ├── Boy-Girl │ ├── 4-20 │ │ └── M.1491075965.A.363 │ ├── 5-11 │ │ └── M.1491075965.A.363 │ └── 6-14 │ │ └── M.1491075965.A.363 ├── BuyTogether │ └── 3-27 │ │ └── M.1490580988.A.2AB ├── CATCH │ ├── 4-29 │ │ └── M.1460034498.A.F41 │ ├── 4-30 │ │ └── M.1460034498.A.F41 │ ├── 5-01 │ │ └── M.1460034498.A.F41 │ ├── 5-02 │ │ └── M.1460034498.A.F41 │ ├── 5-03 │ │ └── M.1460034498.A.F41 │ ├── 5-15 │ │ └── M.1460034498.A.F41 │ ├── 6-08 │ │ └── M.1460034498.A.F41 │ ├── 8-16 │ │ └── M.1460034498.A.F41 │ └── 8-18 │ │ └── M.1460034498.A.F41 ├── CFantasy │ ├── 1-01 │ │ └── M.1487515151.A.615 │ ├── 1-03 │ │ └── M.1487515151.A.615 │ ├── 2-19 │ │ └── M.1487515151.A.615 │ ├── 4-19 │ │ └── M.1487515151.A.615 │ ├── 4-20 │ │ └── M.1487515151.A.615 │ ├── 5-24 │ │ └── M.1487515151.A.615 │ └── 6-10 │ │ └── M.1487515151.A.615 ├── CVS │ ├── 4-19 │ │ └── M.1480180288.A.1F1 │ ├── 4-20 │ │ └── M.1480180288.A.1F1 │ └── 7-15 │ │ └── M.1480180288.A.1F1 ├── C_Chat │ ├── 1-01 │ │ └── M.1492354582.A.3DA │ ├── 4-16 │ │ └── M.1492354582.A.3DA │ └── 4-20 │ │ └── M.1492354582.A.3DA ├── CarShop │ ├── 4-20 │ │ └── M.1488708401.A.C00 │ ├── 5-03 │ │ └── M.1488708401.A.C00 │ ├── 7-21 │ │ └── M.1488708401.A.C00 │ ├── 7-23 │ │ └── M.1488708401.A.C00 │ ├── 11-15 │ │ └── M.1488708401.A.C00 │ └── 12-01 │ │ └── M.1488708401.A.C00 ├── ChangHua │ ├── 3-27 │ │ └── M.1490593504.A.FB3 │ ├── 5-03 │ │ └── M.1490593504.A.FB3 │ └── 11-22 │ │ └── M.1490593504.A.FB3 ├── China-Drama │ ├── 1-22 │ │ └── M.1492580480.A.032 │ ├── 3-01 │ │ └── M.1492580480.A.032 │ ├── 4-19 │ │ └── M.1492580480.A.032 │ ├── 4-20 │ │ └── M.1492580480.A.032 │ └── 9-08 │ │ └── M.1492580480.A.032 ├── ClashRoyale │ ├── 3-19 │ │ └── M.1458138800.A.55C │ ├── 3-23 │ │ └── M.1458138800.A.55C │ ├── 4-19 │ │ └── M.1458138800.A.55C │ ├── 4-20 │ │ └── M.1458138800.A.55C │ ├── 5-01 │ │ └── M.1458138800.A.55C │ ├── 5-02 │ │ └── M.1458138800.A.55C │ └── 5-03 │ │ └── M.1458138800.A.55C ├── DC_SALE │ ├── 4-20 │ │ └── M.1482725987.A.10E │ ├── 5-03 │ │ └── M.1482725987.A.10E │ ├── 6-06 │ │ └── M.1482725987.A.10E │ ├── 8-07 │ │ └── M.1482725987.A.10E │ ├── 8-14 │ │ └── M.1482725987.A.10E │ └── 12-26 │ │ └── M.1482725987.A.10E ├── DSLR │ ├── 4-19 │ │ └── M.1439953467.A.083 │ ├── 4-20 │ │ └── M.1439953467.A.083 │ ├── 5-02 │ │ └── M.1439953467.A.083 │ ├── 6-02 │ │ └── M.1439953467.A.083 │ ├── 6-16 │ │ └── M.1439953467.A.083 │ └── 9-19 │ │ └── M.1439953467.A.083 ├── E-appliance │ ├── 6-02 │ │ └── M.1484646214.A.C3D │ └── 9-11 │ │ └── M.1484646214.A.C3D ├── EAseries │ ├── 4-07 │ │ └── M.1482764862.A.5D6 │ ├── 4-19 │ │ └── M.1482764862.A.5D6 │ ├── 4-20 │ │ └── M.1482764862.A.5D6 │ ├── 5-02 │ │ └── M.1482764862.A.5D6 │ ├── 5-03 │ │ └── M.1482764862.A.5D6 │ ├── 10-23 │ │ └── M.1482764862.A.5D6 │ └── 12-26 │ │ └── M.1482764862.A.5D6 ├── Elephants │ ├── 2-21 │ │ └── M.1489928450.A.94A │ ├── 3-19 │ │ └── M.1489928450.A.94A │ ├── 4-01 │ │ └── M.1489928450.A.94A │ └── 4-20 │ │ └── M.1489928450.A.94A ├── Examination │ ├── 2-06 │ │ ├── M.1492522038.A.982 │ │ └── M.1493291411.A.4AB │ ├── 3-29 │ │ └── M.1492522038.A.982 │ ├── 4-19 │ │ └── M.1492522038.A.982 │ ├── 4-20 │ │ └── M.1492522038.A.982 │ ├── 5-02 │ │ └── M.1493291411.A.4AB │ └── 5-03 │ │ └── M.1493291411.A.4AB ├── FITNESS │ ├── 1-07 │ │ └── M.1436367884.A.698 │ ├── 1-16 │ │ └── M.1436367884.A.698 │ ├── 4-20 │ │ └── M.1436367884.A.698 │ ├── 4-30 │ │ └── M.1436367884.A.698 │ ├── 5-01 │ │ └── M.1436367884.A.698 │ ├── 5-02 │ │ └── M.1436367884.A.698 │ └── 7-18 │ │ └── M.1436367884.A.698 ├── Finance │ ├── 4-17 │ │ └── M.1489255572.A.E35 │ ├── 4-18 │ │ └── M.1489255572.A.E35 │ ├── 4-19 │ │ └── M.1489255572.A.E35 │ ├── 4-20 │ │ └── M.1489255572.A.E35 │ ├── 5-01 │ │ └── M.1489255572.A.E35 │ ├── 5-02 │ │ └── M.1489255572.A.E35 │ ├── 5-03 │ │ └── M.1489255572.A.E35 │ └── 5-13 │ │ └── M.1489255572.A.E35 ├── Food │ ├── 4-20 │ │ └── M.1128132666.A.0FD │ ├── 5-02 │ │ └── M.1128132666.A.0FD │ ├── 5-03 │ │ └── M.1128132666.A.0FD │ ├── 9-28 │ │ └── M.1128132666.A.0FD │ ├── 10-01 │ │ └── M.1128132666.A.0FD │ ├── 11-18 │ │ └── M.1128132666.A.0FD │ └── 12-16 │ │ └── M.1128132666.A.0FD ├── ForeignEX │ ├── 4-18 │ │ └── M.1442925788.A.731 │ ├── 4-19 │ │ └── M.1442925788.A.731 │ ├── 4-20 │ │ └── M.1442925788.A.731 │ ├── 7-17 │ │ └── M.1442925788.A.731 │ └── 11-05 │ │ └── M.1442925788.A.731 ├── GBF │ ├── 3-05 │ │ ├── M.1491034410.A.ED6 │ │ └── M.1493583612.A.B84 │ ├── 3-25 │ │ ├── M.1491034410.A.ED6 │ │ └── M.1493583612.A.B84 │ ├── 4-01 │ │ └── M.1491034410.A.ED6 │ ├── 4-20 │ │ └── M.1491034410.A.ED6 │ ├── 5-01 │ │ └── M.1493583612.A.B84 │ └── 5-02 │ │ └── M.1493583612.A.B84 ├── Gamesale │ ├── 2-17 │ │ └── M.1492662047.A.1B9 │ ├── 4-20 │ │ ├── M.1492662047.A.1B9 │ │ └── M.1493612756.A.8EF │ ├── 5-01 │ │ └── M.1493612756.A.8EF │ ├── 5-03 │ │ └── M.1493612756.A.8EF │ ├── 8-16 │ │ ├── M.1492662047.A.1B9 │ │ └── M.1493612756.A.8EF │ └── 12-13 │ │ ├── M.1492662047.A.1B9 │ │ └── M.1493612756.A.8EF ├── GetMarry │ ├── 4-01 │ │ └── M.1491041750.A.6FB │ ├── 4-20 │ │ └── M.1491041750.A.6FB │ ├── 9-22 │ │ └── M.1493617561.A.8DC │ └── 11-28 │ │ └── M.1491041750.A.6FB ├── GirlsFront │ ├── 2-21 │ │ ├── M.1492271829.A.E8D │ │ └── M.1493615548.A.70B │ ├── 2-27 │ │ ├── M.1492271829.A.E8D │ │ └── M.1493615548.A.70B │ ├── 4-03 │ │ └── M.1492271829.A.E8D │ ├── 4-15 │ │ └── M.1492271829.A.E8D │ ├── 4-19 │ │ └── M.1492271829.A.E8D │ ├── 4-20 │ │ └── M.1492271829.A.E8D │ ├── 4-28 │ │ └── M.1493615548.A.70B │ └── 5-02 │ │ └── M.1493615548.A.70B ├── Gov_owned │ ├── 3-31 │ │ └── M.1488556862.A.E99 │ ├── 4-01 │ │ └── M.1488556862.A.E99 │ ├── 5-01 │ │ └── M.1488556862.A.E99 │ ├── 5-02 │ │ └── M.1488556862.A.E99 │ └── 5-03 │ │ └── M.1488556862.A.E99 ├── Guardians │ ├── 3-10 │ │ ├── M.1490354401.A.F35 │ │ └── M.1493594254.A.85F │ ├── 3-11 │ │ ├── M.1490354401.A.F35 │ │ └── M.1493594254.A.85F │ ├── 3-24 │ │ └── M.1490354401.A.F35 │ ├── 4-19 │ │ └── M.1490354401.A.F35 │ ├── 4-20 │ │ └── M.1490354401.A.F35 │ ├── 5-01 │ │ └── M.1493594254.A.85F │ ├── 5-03 │ │ └── M.1493594254.A.85F │ ├── 7-21 │ │ ├── M.1490354401.A.F35 │ │ └── M.1493594254.A.85F │ └── 9-03 │ │ ├── M.1490354401.A.F35 │ │ └── M.1493594254.A.85F ├── HardwareSale │ ├── 3-01 │ │ └── M.1488304070.A.5C4 │ ├── 4-04 │ │ └── M.1488304070.A.5C4 │ └── 9-07 │ │ └── M.1488304070.A.5C4 ├── HatePolitics │ ├── 3-01 │ │ ├── M.1492064532.A.40E │ │ └── M.1493649828.A.927 │ ├── 4-13 │ │ ├── M.1492064532.A.40E │ │ └── M.1493649828.A.927 │ ├── 4-20 │ │ └── M.1492064532.A.40E │ └── 5-03 │ │ └── M.1493649828.A.927 ├── Headphone │ ├── 3-10 │ │ ├── M.1491151702.A.9E1 │ │ └── M.1493661900.A.BE1 │ ├── 4-03 │ │ └── M.1493661900.A.BE1 │ ├── 4-20 │ │ └── M.1491151702.A.9E1 │ ├── 5-02 │ │ └── M.1493661900.A.BE1 │ └── 5-03 │ │ └── M.1493661900.A.BE1 ├── Hearthstone │ ├── 1-13 │ │ └── M.1492272432.A.B1E │ ├── 2-17 │ │ └── M.1492272432.A.B1E │ ├── 4-20 │ │ └── M.1492272432.A.B1E │ ├── 5-13 │ │ └── M.1492272432.A.B1E │ └── 11-16 │ │ └── M.1492272432.A.B1E ├── HelpBuy │ ├── 2-01 │ │ └── M.1492237273.A.D41 │ ├── 2-02 │ │ └── M.1492237273.A.D41 │ ├── 3-14 │ │ └── M.1492237273.A.D41 │ ├── 4-15 │ │ └── M.1492237273.A.D41 │ ├── 4-20 │ │ └── M.1492237273.A.D41 │ └── 9-23 │ │ └── M.1492237273.A.D41 ├── Hsinchu │ ├── 2-01 │ │ └── M.1394414177.A.289 │ ├── 3-10 │ │ └── M.1394414177.A.289 │ ├── 4-19 │ │ └── M.1394414177.A.289 │ ├── 4-20 │ │ └── M.1394414177.A.289 │ ├── 5-02 │ │ └── M.1394414177.A.289 │ ├── 5-03 │ │ └── M.1394414177.A.289 │ └── 12-03 │ │ └── M.1394414177.A.289 ├── IdolMaster │ ├── 5-01 │ │ └── M.1493598868.A.6A4 │ ├── 5-02 │ │ └── M.1493598868.A.6A4 │ └── 9-15 │ │ └── M.1493598868.A.6A4 ├── Japan_Travel │ ├── 4-01 │ │ └── M.1492654249.A.D36 │ ├── 4-02 │ │ └── M.1492654249.A.D36 │ └── 4-20 │ │ └── M.1492654249.A.D36 ├── Japandrama │ ├── 4-19 │ │ └── M.1492585478.A.5A6 │ └── 4-20 │ │ └── M.1492585478.A.5A6 ├── KR_Entertain │ ├── 1-01 │ │ └── M.1489941572.A.A40 │ ├── 2-01 │ │ └── M.1489941572.A.A40 │ ├── 4-18 │ │ └── M.1489941572.A.A40 │ ├── 4-19 │ │ └── M.1489941572.A.A40 │ ├── 4-20 │ │ └── M.1489941572.A.A40 │ └── 8-21 │ │ └── M.1489941572.A.A40 ├── KanColle │ ├── 1-19 │ │ └── M.1490922605.A.108 │ ├── 3-31 │ │ └── M.1490922605.A.108 │ ├── 4-19 │ │ └── M.1490922605.A.108 │ ├── 4-20 │ │ └── M.1490922605.A.108 │ ├── 10-01 │ │ └── M.1490922605.A.108 │ └── 12-10 │ │ └── M.1490922605.A.108 ├── Kaohsiung │ └── 4-20 │ │ └── M.1475332141.A.398 ├── Key_Mou_Pad │ ├── 2-03 │ │ └── M.1479447545.A.DED │ ├── 2-10 │ │ └── M.1479447545.A.DED │ ├── 4-20 │ │ └── M.1479447545.A.DED │ ├── 4-24 │ │ └── M.1479447545.A.DED │ ├── 5-02 │ │ └── M.1479447545.A.DED │ ├── 5-03 │ │ └── M.1479447545.A.DED │ └── 11-18 │ │ └── M.1479447545.A.DED ├── KoreaDrama │ ├── 4-01 │ │ └── M.1491151614.A.FF8 │ ├── 4-03 │ │ └── M.1491151614.A.FF8 │ ├── 4-19 │ │ └── M.1491151614.A.FF8 │ ├── 4-20 │ │ └── M.1491151614.A.FF8 │ ├── 8-31 │ │ └── M.1491151614.A.FF8 │ ├── 10-06 │ │ └── M.1491151614.A.FF8 │ └── 10-15 │ │ └── M.1491151614.A.FF8 ├── KoreaStar │ ├── 2-22 │ │ └── M.1491031475.A.58F │ ├── 3-07 │ │ └── M.1491031475.A.58F │ ├── 4-01 │ │ └── M.1491031475.A.58F │ ├── 4-20 │ │ └── M.1491031475.A.58F │ └── 10-16 │ │ └── M.1491031475.A.58F ├── KoreanPop │ ├── 2-02 │ │ └── M.1481473028.A.EE3 │ ├── 4-20 │ │ └── M.1481473028.A.EE3 │ └── 12-12 │ │ └── M.1481473028.A.EE3 ├── Lifeismoney │ ├── 4-19 │ │ └── M.1458397283.A.129 │ └── 4-20 │ │ └── M.1458397283.A.129 ├── Lions │ ├── 2-21 │ │ └── M.1490079565.A.444 │ ├── 3-21 │ │ └── M.1490079565.A.444 │ ├── 4-20 │ │ └── M.1490079565.A.444 │ ├── 5-02 │ │ └── M.1490079565.A.444 │ └── 5-03 │ │ └── M.1490079565.A.444 ├── LoL │ ├── 1-01 │ │ └── M.1492662695.A.0A6 │ ├── 4-02 │ │ └── M.1492662695.A.0A6 │ ├── 4-06 │ │ └── M.1492662695.A.0A6 │ └── 4-20 │ │ └── M.1492662695.A.0A6 ├── MLB │ ├── 2-09 │ │ └── M.1490898473.A.3A5 │ ├── 3-31 │ │ └── M.1490898473.A.3A5 │ ├── 4-17 │ │ └── M.1490898473.A.3A5 │ ├── 4-18 │ │ └── M.1490898473.A.3A5 │ ├── 4-19 │ │ └── M.1490898473.A.3A5 │ ├── 4-20 │ │ └── M.1490898473.A.3A5 │ └── 9-06 │ │ └── M.1490898473.A.3A5 ├── MRT │ ├── 2-11 │ │ └── M.1346258532.A.DEC │ ├── 5-02 │ │ └── M.1346258532.A.DEC │ ├── 5-03 │ │ └── M.1346258532.A.DEC │ └── 8-30 │ │ └── M.1346258532.A.DEC ├── MacShop │ ├── 1-18 │ │ └── M.1462074353.A.FFC │ ├── 2-02 │ │ └── M.1462074353.A.FFC │ ├── 3-26 │ │ └── M.1462074353.A.FFC │ ├── 4-20 │ │ └── M.1462074353.A.FFC │ └── 5-01 │ │ └── M.1462074353.A.FFC ├── MakeUp │ ├── 4-05 │ │ └── M.1491404018.A.A6B │ └── 4-20 │ │ └── M.1491404018.A.A6B ├── MayDay │ ├── 4-13 │ │ └── M.1492015211.A.C56 │ ├── 4-18 │ │ └── M.1492015211.A.C56 │ ├── 4-19 │ │ └── M.1492015211.A.C56 │ ├── 4-20 │ │ └── M.1492015211.A.C56 │ ├── 4-22 │ │ └── M.1493568014.A.E77 │ ├── 5-01 │ │ └── M.1493568014.A.E77 │ └── 8-02 │ │ └── M.1492015211.A.C56 ├── Militarylife │ ├── 1-24 │ │ └── M.1490788590.A.4EE │ ├── 3-23 │ │ └── M.1490788590.A.4EE │ ├── 3-29 │ │ └── M.1490788590.A.4EE │ └── 4-20 │ │ └── M.1490788590.A.4EE ├── MobileComm │ ├── 4-04 │ │ └── M.1491304881.A.DA0 │ ├── 4-20 │ │ └── M.1491304881.A.DA0 │ ├── 11-14 │ │ └── M.1491304881.A.DA0 │ └── 12-26 │ │ └── M.1491304881.A.DA0 ├── MobilePay │ ├── 4-29 │ │ └── M.1493688815.A.8CF │ ├── 5-01 │ │ └── M.1493688815.A.8CF │ ├── 5-02 │ │ └── M.1493688815.A.8CF │ └── 5-03 │ │ └── M.1493688815.A.8CF ├── Monkeys │ ├── 3-22 │ │ └── M.1492095286.A.1DD │ ├── 4-11 │ │ └── M.1492095286.A.1DD │ ├── 4-13 │ │ └── M.1492095286.A.1DD │ ├── 4-17 │ │ └── M.1492095286.A.1DD │ ├── 4-19 │ │ └── M.1492095286.A.1DD │ ├── 4-20 │ │ └── M.1492095286.A.1DD │ └── 10-01 │ │ └── M.1492095286.A.1DD ├── MuscleBeach │ ├── 4-20 │ │ └── M.1477580070.A.2D8 │ ├── 5-03 │ │ └── M.1477580070.A.2D8 │ ├── 6-21 │ │ └── M.1477580070.A.2D8 │ ├── 10-02 │ │ └── M.1477580070.A.2D8 │ └── 10-27 │ │ └── M.1477580070.A.2D8 ├── NBA │ ├── 2-03 │ │ └── M.1492524072.A.71F │ ├── 4-18 │ │ └── M.1492524072.A.71F │ ├── 4-20 │ │ └── M.1492524072.A.71F │ └── 11-07 │ │ └── M.1492524072.A.71F ├── NBA_Film │ ├── 1-25 │ │ └── M.1486879685.A.159 │ ├── 2-12 │ │ └── M.1486879685.A.159 │ └── 4-20 │ │ └── M.1486879685.A.159 ├── NSwitch │ ├── 3-14 │ │ └── M.1488282495.A.9C1 │ ├── 4-19 │ │ └── M.1488282495.A.9C1 │ ├── 4-20 │ │ └── M.1488282495.A.9C1 │ ├── 5-01 │ │ └── M.1488282495.A.9C1 │ └── 5-02 │ │ └── M.1488282495.A.9C1 ├── ONE_PIECE │ ├── 3-13 │ │ └── M.1492585408.A.A4C │ ├── 3-27 │ │ └── M.1492585408.A.A4C │ ├── 4-19 │ │ └── M.1492585408.A.A4C │ └── 4-20 │ │ └── M.1492585408.A.A4C ├── Onmyoji │ ├── 1-25 │ │ └── M.1491027026.A.982 │ ├── 2-04 │ │ └── M.1491027026.A.982 │ ├── 4-20 │ │ └── M.1491027026.A.982 │ ├── 5-01 │ │ └── M.1491027026.A.982 │ ├── 5-02 │ │ └── M.1491027026.A.982 │ └── 5-03 │ │ └── M.1491027026.A.982 ├── Option │ ├── 4-11 │ │ └── M.1492636329.A.6F1 │ ├── 4-19 │ │ └── M.1492636329.A.6F1 │ ├── 4-20 │ │ └── M.1492636329.A.6F1 │ └── 5-10 │ │ └── M.1492636329.A.6F1 ├── OverWatch │ ├── 4-01 │ │ └── M.1492426232.A.0AE │ ├── 4-20 │ │ └── M.1492426232.A.0AE │ ├── 5-02 │ │ └── M.1493711447.A.A80 │ └── 11-26 │ │ └── M.1492426232.A.0AE ├── PC_Shopping │ ├── 2-08 │ │ └── M.1492435928.A.E3E │ ├── 3-13 │ │ └── M.1492435928.A.E3E │ ├── 4-20 │ │ └── M.1492435928.A.E3E │ └── 12-09 │ │ └── M.1492435928.A.E3E ├── Palmar_Drama │ ├── 4-20 │ │ └── M.1273912858.A.6A8 │ ├── 5-01 │ │ └── M.1273912858.A.6A8 │ ├── 5-02 │ │ └── M.1273912858.A.6A8 │ ├── 5-15 │ │ └── M.1273912858.A.6A8 │ ├── 7-12 │ │ └── M.1273912858.A.6A8 │ └── 11-18 │ │ └── M.1273912858.A.6A8 ├── PathofExile │ ├── 4-18 │ │ └── M.1491581303.A.BBD │ ├── 4-19 │ │ └── M.1491581303.A.BBD │ ├── 4-20 │ │ └── M.1491581303.A.BBD │ ├── 8-30 │ │ └── M.1491581303.A.BBD │ ├── 9-03 │ │ └── M.1491581303.A.BBD │ └── 9-20 │ │ └── M.1491581303.A.BBD ├── PlayStation │ ├── 2-12 │ │ └── M.1490333745.A.16F │ ├── 3-24 │ │ └── M.1490333745.A.16F │ ├── 4-20 │ │ └── M.1490333745.A.16F │ ├── 11-18 │ │ └── M.1490333745.A.16F │ └── 12-07 │ │ └── M.1490333745.A.16F ├── PokemonGO │ ├── 2-17 │ │ └── M.1492510137.A.7AD │ ├── 4-13 │ │ └── M.1492510137.A.7AD │ ├── 4-19 │ │ └── M.1492510137.A.7AD │ ├── 4-20 │ │ └── M.1492510137.A.7AD │ ├── 4-30 │ │ └── M.1493729755.A.A08 │ ├── 5-01 │ │ └── M.1493729755.A.A08 │ ├── 5-02 │ │ └── M.1493729755.A.A08 │ └── 11-15 │ │ ├── M.1492510137.A.7AD │ │ └── M.1493729755.A.A08 ├── PublicServan │ ├── 3-30 │ │ └── M.1490830008.A.BD1 │ ├── 4-12 │ │ └── M.1490830008.A.BD1 │ ├── 4-20 │ │ └── M.1490830008.A.BD1 │ └── 11-09 │ │ └── M.1490830008.A.BD1 ├── PuzzleDragon │ ├── 4-18 │ │ └── M.1492621345.A.9C2 │ ├── 4-19 │ │ └── M.1492621345.A.9C2 │ └── 4-20 │ │ └── M.1492621345.A.9C2 ├── RO │ ├── 2-26 │ │ └── M.1466564154.A.0DA │ ├── 4-12 │ │ └── M.1466564154.A.0DA │ ├── 4-18 │ │ └── M.1466564154.A.0DA │ ├── 4-20 │ │ └── M.1466564154.A.0DA │ ├── 6-22 │ │ └── M.1466564154.A.0DA │ └── 10-06 │ │ └── M.1466564154.A.0DA ├── SENIORHIGH │ ├── 1-09 │ │ └── M.1493095808.A.0FF │ ├── 1-25 │ │ ├── M.1452323199.A.4C0 │ │ └── M.1493095808.A.0FF │ ├── 4-20 │ │ └── M.1452323199.A.4C0 │ ├── 5-02 │ │ └── M.1493095808.A.0FF │ ├── 5-03 │ │ └── M.1493095808.A.0FF │ ├── 11-13 │ │ ├── M.1452323199.A.4C0 │ │ └── M.1493095808.A.0FF │ └── 12-02 │ │ ├── M.1452323199.A.4C0 │ │ └── M.1493095808.A.0FF ├── SNSD │ ├── 3-01 │ │ └── M.1492600192.A.AAB │ ├── 4-01 │ │ └── M.1492600192.A.AAB │ ├── 4-07 │ │ └── M.1492600192.A.AAB │ ├── 4-19 │ │ └── M.1492600192.A.AAB │ └── 4-20 │ │ └── M.1492600192.A.AAB ├── Salary │ ├── 3-05 │ │ └── M.1487655168.A.02D │ ├── 4-20 │ │ └── M.1487655168.A.02D │ ├── 5-01 │ │ └── M.1487655168.A.02D │ └── 6-02 │ │ └── M.1487655168.A.02D ├── Soft_Job │ ├── 1-01 │ │ └── M.1459784168.A.0C8 │ ├── 1-19 │ │ └── M.1459784168.A.0C8 │ ├── 4-04 │ │ └── M.1459784168.A.0C8 │ ├── 4-19 │ │ └── M.1459784168.A.0C8 │ ├── 4-20 │ │ └── M.1459784168.A.0C8 │ └── 5-02 │ │ └── M.1459784168.A.0C8 ├── Steam │ ├── 4-02 │ │ └── M.1492424049.A.DE1 │ └── 5-30 │ │ └── M.1492424049.A.DE1 ├── Stock │ ├── 4-20 │ │ └── M.1492668290.A.223 │ └── 12-18 │ │ └── M.1492668290.A.223 ├── StupidClown │ └── 4-20 │ │ └── M.1491314748.A.68E ├── Suckcomic │ ├── 3-22 │ │ └── M.1353685977.A.57A │ ├── 4-02 │ │ └── M.1353685977.A.57A │ ├── 4-19 │ │ └── M.1353685977.A.57A │ ├── 5-01 │ │ └── M.1353685977.A.57A │ ├── 5-02 │ │ └── M.1353685977.A.57A │ ├── 5-03 │ │ └── M.1353685977.A.57A │ ├── 9-02 │ │ └── M.1353685977.A.57A │ ├── 9-08 │ │ └── M.1353685977.A.57A │ └── 11-23 │ │ └── M.1353685977.A.57A ├── TWICE │ ├── 2-19 │ │ └── M.1492655372.A.7EA │ ├── 2-20 │ │ └── M.1492655372.A.7EA │ ├── 4-17 │ │ └── M.1492655372.A.7EA │ ├── 4-18 │ │ └── M.1492655372.A.7EA │ ├── 4-19 │ │ └── M.1492655372.A.7EA │ └── 4-20 │ │ └── M.1492655372.A.7EA ├── TW_Entertain │ ├── 1-22 │ │ └── M.1492357735.A.BF8 │ ├── 3-19 │ │ └── M.1492357735.A.BF8 │ ├── 3-31 │ │ └── M.1492357735.A.BF8 │ ├── 4-16 │ │ └── M.1492357735.A.BF8 │ ├── 4-19 │ │ └── M.1492357735.A.BF8 │ └── 4-20 │ │ └── M.1492357735.A.BF8 ├── TaichungBun │ ├── 4-10 │ │ └── M.1492619548.A.7CD │ ├── 4-20 │ │ └── M.1492619548.A.7CD │ └── 8-03 │ │ └── M.1492619548.A.7CD ├── Tainan │ ├── 4-20 │ │ └── M.1426220990.A.1EB │ ├── 5-31 │ │ └── M.1426220990.A.1EB │ ├── 7-26 │ │ └── M.1426220990.A.1EB │ └── 7-27 │ │ └── M.1426220990.A.1EB ├── TaiwanDrama │ ├── 1-15 │ │ └── M.1476093675.A.6E0 │ ├── 2-03 │ │ └── M.1476093675.A.6E0 │ ├── 4-19 │ │ └── M.1476093675.A.6E0 │ ├── 4-20 │ │ └── M.1476093675.A.6E0 │ ├── 6-30 │ │ └── M.1476093675.A.6E0 │ ├── 8-20 │ │ └── M.1476093675.A.6E0 │ └── 10-10 │ │ └── M.1476093675.A.6E0 ├── Teacher │ ├── 2-02 │ │ └── M.1487078582.A.D3A │ ├── 2-14 │ │ └── M.1487078582.A.D3A │ ├── 4-20 │ │ └── M.1487078582.A.D3A │ └── 8-01 │ │ └── M.1487078582.A.D3A ├── Tech_Job │ ├── 3-01 │ │ └── M.1425268790.A.15E │ ├── 4-20 │ │ └── M.1425268790.A.15E │ ├── 5-26 │ │ └── M.1425268790.A.15E │ ├── 9-07 │ │ └── M.1425268790.A.15E │ └── 10-14 │ │ └── M.1425268790.A.15E ├── Tennis │ ├── 2-08 │ │ └── M.1492181948.A.BAF │ ├── 4-19 │ │ └── M.1492181948.A.BAF │ └── 4-20 │ │ └── M.1492181948.A.BAF ├── ToS │ ├── 2-28 │ │ └── M.1492355920.A.9A8 │ ├── 3-29 │ │ └── M.1492355920.A.9A8 │ ├── 4-02 │ │ └── M.1492355920.A.9A8 │ ├── 4-19 │ │ └── M.1492355920.A.9A8 │ └── 4-20 │ │ └── M.1492355920.A.9A8 ├── TypeMoon │ ├── 3-12 │ │ └── M.1484470186.A.9AE │ ├── 4-02 │ │ └── M.1484470186.A.9AE │ ├── 4-19 │ │ └── M.1484470186.A.9AE │ └── 4-20 │ │ └── M.1484470186.A.9AE ├── WOW │ ├── 4-16 │ │ └── M.1491136689.A.3F3 │ ├── 4-17 │ │ └── M.1491136689.A.3F3 │ ├── 4-20 │ │ └── M.1491136689.A.3F3 │ └── 9-12 │ │ └── M.1491136689.A.3F3 ├── Wanted │ ├── 1-24 │ │ └── M.1486150124.A.65D │ ├── 2-04 │ │ └── M.1486150124.A.65D │ ├── 4-20 │ │ └── M.1486150124.A.65D │ ├── 5-03 │ │ └── M.1486150124.A.65D │ └── 12-13 │ │ └── M.1486150124.A.65D ├── WomenTalk │ ├── 3-24 │ │ └── M.1492102473.A.4D4 │ ├── 4-06 │ │ └── M.1492102473.A.4D4 │ ├── 4-14 │ │ └── M.1492102473.A.4D4 │ └── 4-20 │ │ └── M.1492102473.A.4D4 ├── YUGIOH │ ├── 1-16 │ │ └── M.1491029593.A.35E │ ├── 1-31 │ │ └── M.1491029593.A.35E │ ├── 4-18 │ │ └── M.1491029593.A.35E │ ├── 4-19 │ │ └── M.1491029593.A.35E │ ├── 4-20 │ │ └── M.1491029593.A.35E │ ├── 5-01 │ │ └── M.1491029593.A.35E │ ├── 5-02 │ │ └── M.1491029593.A.35E │ ├── 5-03 │ │ └── M.1491029593.A.35E │ ├── 9-17 │ │ └── M.1491029593.A.35E │ └── 11-15 │ │ └── M.1491029593.A.35E ├── YuanChuang │ ├── 1-01 │ │ ├── M.1492094093.A.E48 │ │ └── M.1493389058.A.E9A │ ├── 4-05 │ │ ├── M.1492094093.A.E48 │ │ └── M.1493389058.A.E9A │ ├── 4-13 │ │ └── M.1492094093.A.E48 │ ├── 4-19 │ │ └── M.1492094093.A.E48 │ ├── 4-20 │ │ └── M.1492094093.A.E48 │ └── 12-05 │ │ ├── M.1492094093.A.E48 │ │ └── M.1493389058.A.E9A ├── Zastrology │ ├── 1-20 │ │ └── M.1331655724.A.70A │ ├── 3-14 │ │ └── M.1331655724.A.70A │ ├── 4-20 │ │ └── M.1331655724.A.70A │ ├── 5-02 │ │ └── M.1331655724.A.70A │ ├── 7-13 │ │ └── M.1331655724.A.70A │ └── 11-13 │ │ └── M.1331655724.A.70A ├── basketballTW │ ├── 4-19 │ │ └── M.1491059841.A.057 │ ├── 4-20 │ │ └── M.1491059841.A.057 │ ├── 5-02 │ │ └── M.1443069056.A.0DD │ ├── 5-03 │ │ └── M.1443069056.A.0DD │ └── 9-24 │ │ └── M.1443069056.A.0DD ├── battlegirlhs │ ├── 1-13 │ │ └── M.1493719910.A.9D6 │ ├── 3-16 │ │ └── M.1493719910.A.9D6 │ ├── 4-30 │ │ └── M.1493719910.A.9D6 │ ├── 5-01 │ │ └── M.1493719910.A.9D6 │ ├── 5-02 │ │ └── M.1493719910.A.9D6 │ └── 5-03 │ │ └── M.1493719910.A.9D6 ├── bicycle │ ├── 5-01 │ │ └── M.1478745857.A.227 │ ├── 5-02 │ │ └── M.1478745857.A.227 │ └── 5-03 │ │ └── M.1478745857.A.227 ├── biker │ ├── 4-20 │ │ └── M.1433266447.A.5A8 │ ├── 5-02 │ │ └── M.1433266447.A.5A8 │ ├── 5-03 │ │ └── M.1433266447.A.5A8 │ └── 7-01 │ │ └── M.1433266447.A.5A8 ├── car │ ├── 2-03 │ │ └── M.1486056644.A.12F │ ├── 4-09 │ │ └── M.1486056644.A.12F │ └── 4-20 │ │ └── M.1486056644.A.12F ├── cat │ ├── 1-09 │ │ └── M.1483972870.A.9F9 │ ├── 4-20 │ │ └── M.1483972870.A.9F9 │ ├── 5-02 │ │ └── M.1483972870.A.9F9 │ ├── 5-03 │ │ └── M.1483972870.A.9F9 │ └── 7-18 │ │ └── M.1483972870.A.9F9 ├── cookclub │ ├── 4-19 │ │ └── M.1435773546.A.BAB │ ├── 4-20 │ │ └── M.1435773546.A.BAB │ ├── 5-02 │ │ └── M.1435773546.A.BAB │ ├── 5-03 │ │ └── M.1435773546.A.BAB │ ├── 7-02 │ │ └── M.1435773546.A.BAB │ ├── 9-10 │ │ └── M.1435773546.A.BAB │ ├── 11-30 │ │ └── M.1435773546.A.BAB │ └── 12-04 │ │ └── M.1435773546.A.BAB ├── creditcard │ ├── 3-05 │ │ └── M.1490861837.A.0CD │ ├── 3-09 │ │ └── M.1490861837.A.0CD │ ├── 3-30 │ │ └── M.1490861837.A.0CD │ └── 4-20 │ │ └── M.1490861837.A.0CD ├── e-shopping │ ├── 1-10 │ │ └── M.1491155125.A.EFD │ ├── 4-03 │ │ └── M.1491155125.A.EFD │ ├── 4-20 │ │ └── M.1491155125.A.EFD │ └── 8-23 │ │ └── M.1491155125.A.EFD ├── forsale │ ├── 1-01 │ │ └── M.1490161741.A.6B9 │ ├── 3-22 │ │ └── M.1490161741.A.6B9 │ ├── 4-20 │ │ └── M.1490161741.A.6B9 │ ├── 5-03 │ │ └── M.1490161741.A.6B9 │ ├── 9-13 │ │ └── M.1490161741.A.6B9 │ ├── 10-14 │ │ └── M.1490161741.A.6B9 │ └── 12-31 │ │ └── M.1490161741.A.6B9 ├── gay │ ├── 1-31 │ │ └── M.1492615997.A.DC6 │ ├── 4-01 │ │ └── M.1492615997.A.DC6 │ ├── 4-19 │ │ └── M.1492615997.A.DC6 │ ├── 4-20 │ │ └── M.1492615997.A.DC6 │ └── 9-01 │ │ └── M.1492615997.A.DC6 ├── give │ ├── 1-02 │ │ └── M.1492744099.A.288 │ ├── 1-26 │ │ ├── M.1491613927.A.4E1 │ │ └── M.1492744099.A.288 │ ├── 2-12 │ │ └── M.1492744099.A.288 │ ├── 4-20 │ │ └── M.1491613927.A.4E1 │ ├── 5-02 │ │ └── M.1492744099.A.288 │ └── 5-03 │ │ └── M.1492744099.A.288 ├── graduate │ ├── 2-13 │ │ └── M.1277267262.A.004 │ ├── 4-19 │ │ └── M.1277267262.A.004 │ ├── 6-23 │ │ └── M.1277267262.A.004 │ └── 10-01 │ │ └── M.1277267262.A.004 ├── home-sale │ ├── 1-06 │ │ └── M.1492662445.A.CB2 │ ├── 4-03 │ │ └── M.1492662445.A.CB2 │ ├── 4-19 │ │ └── M.1492662445.A.CB2 │ └── 4-20 │ │ └── M.1492662445.A.CB2 ├── iPhone │ ├── 4-19 │ │ └── M.1418138597.A.8A4 │ └── 4-20 │ │ └── M.1418138597.A.8A4 ├── job │ ├── 1-14 │ │ └── M.1461327139.A.602 │ ├── 2-08 │ │ └── M.1461327139.A.602 │ ├── 4-20 │ │ └── M.1461327139.A.602 │ ├── 4-22 │ │ └── M.1461327139.A.602 │ ├── 5-02 │ │ └── M.1461327139.A.602 │ ├── 5-03 │ │ └── M.1461327139.A.602 │ └── 12-16 │ │ └── M.1461327139.A.602 ├── joke │ └── 4-20 │ │ └── M.1462524770.A.161 ├── lesbian │ ├── 3-28 │ │ └── M.1492616698.A.307 │ ├── 4-19 │ │ └── M.1492616698.A.307 │ ├── 4-20 │ │ └── M.1492616698.A.307 │ ├── 4-27 │ │ └── M.1493558340.A.699 │ ├── 5-02 │ │ └── M.1493558340.A.699 │ ├── 5-03 │ │ └── M.1493558340.A.699 │ └── 10-10 │ │ ├── M.1492616698.A.307 │ │ └── M.1493558340.A.699 ├── marriage │ ├── 3-01 │ │ └── M.1488343310.A.F3F │ ├── 4-01 │ │ └── M.1488343310.A.F3F │ ├── 4-20 │ │ └── M.1488343310.A.F3F │ └── 6-13 │ │ └── M.1488343310.A.F3F ├── marvel │ ├── 3-04 │ │ └── M.1491316853.A.BBF │ ├── 4-01 │ │ └── M.1491316853.A.BBF │ ├── 4-04 │ │ └── M.1491316853.A.BBF │ └── 4-20 │ │ └── M.1491316853.A.BBF ├── medstudent │ ├── 5-02 │ │ └── M.1433589008.A.9B0 │ ├── 5-15 │ │ └── M.1433589008.A.9B0 │ ├── 5-25 │ │ └── M.1433589008.A.9B0 │ └── 6-06 │ │ └── M.1433589008.A.9B0 ├── mobilesales │ ├── 2-25 │ │ └── M.1489592899.A.538 │ ├── 3-14 │ │ └── M.1489592899.A.538 │ ├── 3-15 │ │ └── M.1489592899.A.538 │ ├── 4-20 │ │ └── M.1489592899.A.538 │ ├── 5-03 │ │ └── M.1489592899.A.538 │ └── 12-12 │ │ └── M.1489592899.A.538 ├── movie │ ├── 4-19 │ │ └── M.1468848054.A.77E │ ├── 4-20 │ │ └── M.1468848054.A.77E │ └── 7-18 │ │ └── M.1468848054.A.77E ├── nb-shopping │ ├── 1-22 │ │ ├── M.1408886749.A.38D │ │ └── M.1493042520.A.5FF │ ├── 4-20 │ │ └── M.1408886749.A.38D │ ├── 5-02 │ │ └── M.1493042520.A.5FF │ ├── 5-03 │ │ └── M.1493042520.A.5FF │ ├── 7-22 │ │ ├── M.1408886749.A.38D │ │ └── M.1493042520.A.5FF │ └── 8-24 │ │ ├── M.1408886749.A.38D │ │ └── M.1493042520.A.5FF ├── part-time │ ├── 3-24 │ │ └── M.1491704145.A.4D1 │ ├── 3-29 │ │ └── M.1491704145.A.4D1 │ ├── 4-09 │ │ └── M.1491704145.A.4D1 │ ├── 4-20 │ │ └── M.1491704145.A.4D1 │ └── 5-03 │ │ └── M.1491704145.A.4D1 ├── points │ ├── 3-27 │ │ └── M.1491755130.A.0F9 │ ├── 4-03 │ │ └── M.1491755130.A.0F9 │ ├── 4-09 │ │ └── M.1491755130.A.0F9 │ ├── 4-20 │ │ └── M.1491755130.A.0F9 │ └── 5-02 │ │ └── M.1491755130.A.0F9 ├── studyabroad │ ├── 4-19 │ │ └── M.1486132804.A.15A │ ├── 4-20 │ │ └── M.1486132804.A.15A │ ├── 4-23 │ │ └── M.1486132804.A.15A │ ├── 9-05 │ │ └── M.1486132804.A.15A │ └── 11-27 │ │ └── M.1486132804.A.15A └── studyteacher │ ├── 4-14 │ └── M.1492171414.A.E48 │ ├── 4-19 │ └── M.1492171414.A.E48 │ ├── 4-20 │ └── M.1492171414.A.E48 │ ├── 4-26 │ └── M.1492171414.A.E48 │ ├── 5-02 │ └── M.1492171414.A.E48 │ ├── 6-24 │ └── M.1492171414.A.E48 │ └── 8-17 │ └── M.1492171414.A.E48 ├── apple ├── gettoday │ ├── 10-5-2017.0.txt │ ├── 10-5-2017.1.txt │ ├── 10-5-2017.2.txt │ ├── 10-5-2017.3.txt │ ├── 10-5-2017.4.txt │ ├── 10-5-2017.5.txt │ ├── 10-5-2017.6.txt │ ├── 10-5-2017.7.txt │ ├── 10-5-2017.8.txt │ ├── 10-5-2017.9.txt │ ├── 11-5-2017.0.txt │ ├── 11-5-2017.1.txt │ ├── 11-5-2017.2.txt │ ├── 11-5-2017.3.txt │ ├── 11-5-2017.4.txt │ ├── 11-5-2017.5.txt │ ├── 11-5-2017.6.txt │ ├── 11-5-2017.7.txt │ ├── 11-5-2017.8.txt │ ├── 11-5-2017.9.txt │ ├── 12-5-2017.0.txt │ ├── 12-5-2017.1.txt │ ├── 12-5-2017.2.txt │ ├── 12-5-2017.3.txt │ ├── 12-5-2017.4.txt │ ├── 12-5-2017.5.txt │ ├── 12-5-2017.6.txt │ ├── 12-5-2017.7.txt │ ├── 12-5-2017.8.txt │ ├── 12-5-2017.9.txt │ ├── 13-5-2017.0.txt │ ├── 13-5-2017.1.txt │ ├── 13-5-2017.2.txt │ ├── 13-5-2017.3.txt │ ├── 13-5-2017.4.txt │ ├── 13-5-2017.5.txt │ ├── 13-5-2017.6.txt │ ├── 13-5-2017.7.txt │ ├── 13-5-2017.8.txt │ ├── 13-5-2017.9.txt │ ├── 14-5-2017.0.txt │ ├── 14-5-2017.1.txt │ ├── 14-5-2017.2.txt │ ├── 14-5-2017.3.txt │ ├── 14-5-2017.4.txt │ ├── 14-5-2017.5.txt │ ├── 14-5-2017.6.txt │ ├── 14-5-2017.7.txt │ ├── 14-5-2017.8.txt │ ├── 14-5-2017.9.txt │ ├── 15-5-2017.0.txt │ ├── 15-5-2017.1.txt │ ├── 15-5-2017.3.txt │ ├── 15-5-2017.4.txt │ ├── 15-5-2017.5.txt │ ├── 15-5-2017.7.txt │ ├── 15-5-2017.8.txt │ ├── 15-5-2017.9.txt │ ├── 16-5-2017.0.txt │ ├── 16-5-2017.1.txt │ ├── 16-5-2017.2.txt │ ├── 16-5-2017.3.txt │ ├── 16-5-2017.4.txt │ ├── 16-5-2017.5.txt │ ├── 16-5-2017.6.txt │ ├── 16-5-2017.7.txt │ ├── 16-5-2017.8.txt │ ├── 16-5-2017.9.txt │ ├── 17-5-2017.0.txt │ ├── 17-5-2017.1.txt │ ├── 17-5-2017.2.txt │ ├── 17-5-2017.3.txt │ ├── 17-5-2017.4.txt │ ├── 17-5-2017.5.txt │ ├── 17-5-2017.6.txt │ ├── 17-5-2017.7.txt │ ├── 17-5-2017.8.txt │ ├── 17-5-2017.9.txt │ ├── 4-5-2017.0.txt │ ├── 4-5-2017.1.txt │ ├── 4-5-2017.2.txt │ ├── 4-5-2017.3.txt │ ├── 4-5-2017.4.txt │ ├── 4-5-2017.5.txt │ ├── 4-5-2017.6.txt │ ├── 4-5-2017.7.txt │ ├── 4-5-2017.8.txt │ ├── 5-5-2017.0.txt │ ├── 5-5-2017.1.txt │ ├── 5-5-2017.2.txt │ ├── 5-5-2017.3.txt │ ├── 5-5-2017.4.txt │ ├── 5-5-2017.5.txt │ ├── 5-5-2017.6.txt │ ├── 5-5-2017.7.txt │ ├── 5-5-2017.8.txt │ ├── 5-5-2017.9.txt │ ├── 6-5-2017.0.txt │ ├── 6-5-2017.1.txt │ ├── 6-5-2017.2.txt │ ├── 6-5-2017.3.txt │ ├── 6-5-2017.4.txt │ ├── 6-5-2017.5.txt │ ├── 6-5-2017.6.txt │ ├── 6-5-2017.7.txt │ ├── 6-5-2017.8.txt │ ├── 6-5-2017.9.txt │ ├── 7-5-2017.0.txt │ ├── 7-5-2017.1.txt │ ├── 7-5-2017.3.txt │ ├── 7-5-2017.5.txt │ ├── 7-5-2017.6.txt │ ├── 7-5-2017.7.txt │ ├── 7-5-2017.9.txt │ ├── 8-5-2017.0.txt │ ├── 8-5-2017.1.txt │ ├── 8-5-2017.2.txt │ ├── 8-5-2017.3.txt │ ├── 8-5-2017.4.txt │ ├── 8-5-2017.5.txt │ ├── 8-5-2017.6.txt │ ├── 8-5-2017.7.txt │ ├── 8-5-2017.8.txt │ ├── 8-5-2017.9.txt │ ├── 9-5-2017.0.txt │ ├── 9-5-2017.1.txt │ ├── 9-5-2017.2.txt │ ├── 9-5-2017.3.txt │ ├── 9-5-2017.4.txt │ ├── 9-5-2017.5.txt │ ├── 9-5-2017.6.txt │ ├── 9-5-2017.7.txt │ ├── 9-5-2017.8.txt │ └── 9-5-2017.9.txt ├── hotdaily │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 4.txt │ ├── 5.txt │ ├── 6.txt │ ├── 7.txt │ ├── 8.txt │ └── 9.txt └── todayapple │ ├── 0.txt │ ├── 01.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 11.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 5.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── chinatimes ├── gettoday │ ├── 10-5-2017.0.txt │ ├── 10-5-2017.1.txt │ ├── 10-5-2017.10.txt │ ├── 10-5-2017.11.txt │ ├── 10-5-2017.12.txt │ ├── 10-5-2017.13.txt │ ├── 10-5-2017.15.txt │ ├── 10-5-2017.16.txt │ ├── 10-5-2017.2.txt │ ├── 10-5-2017.3.txt │ ├── 10-5-2017.4.txt │ ├── 10-5-2017.5.txt │ ├── 10-5-2017.6.txt │ ├── 10-5-2017.7.txt │ ├── 10-5-2017.8.txt │ ├── 10-5-2017.9.txt │ ├── 11-5-2017.0.txt │ ├── 11-5-2017.1.txt │ ├── 11-5-2017.10.txt │ ├── 11-5-2017.11.txt │ ├── 11-5-2017.12.txt │ ├── 11-5-2017.13.txt │ ├── 11-5-2017.2.txt │ ├── 11-5-2017.3.txt │ ├── 11-5-2017.4.txt │ ├── 11-5-2017.5.txt │ ├── 11-5-2017.6.txt │ ├── 11-5-2017.7.txt │ ├── 11-5-2017.8.txt │ ├── 11-5-2017.9.txt │ ├── 12-5-2017.0.txt │ ├── 12-5-2017.1.txt │ ├── 12-5-2017.10.txt │ ├── 12-5-2017.11.txt │ ├── 12-5-2017.12.txt │ ├── 12-5-2017.14.txt │ ├── 12-5-2017.16.txt │ ├── 12-5-2017.2.txt │ ├── 12-5-2017.3.txt │ ├── 12-5-2017.4.txt │ ├── 12-5-2017.5.txt │ ├── 12-5-2017.6.txt │ ├── 12-5-2017.7.txt │ ├── 12-5-2017.8.txt │ ├── 12-5-2017.9.txt │ ├── 13-5-2017.0.txt │ ├── 13-5-2017.1.txt │ ├── 13-5-2017.10.txt │ ├── 13-5-2017.11.txt │ ├── 13-5-2017.12.txt │ ├── 13-5-2017.14.txt │ ├── 13-5-2017.2.txt │ ├── 13-5-2017.3.txt │ ├── 13-5-2017.4.txt │ ├── 13-5-2017.5.txt │ ├── 13-5-2017.6.txt │ ├── 13-5-2017.7.txt │ ├── 13-5-2017.8.txt │ ├── 13-5-2017.9.txt │ ├── 14-5-2017.0.txt │ ├── 14-5-2017.1.txt │ ├── 14-5-2017.10.txt │ ├── 14-5-2017.11.txt │ ├── 14-5-2017.12.txt │ ├── 14-5-2017.16.txt │ ├── 14-5-2017.2.txt │ ├── 14-5-2017.3.txt │ ├── 14-5-2017.4.txt │ ├── 14-5-2017.5.txt │ ├── 14-5-2017.6.txt │ ├── 14-5-2017.7.txt │ ├── 14-5-2017.8.txt │ ├── 14-5-2017.9.txt │ ├── 15-5-2017.0.txt │ ├── 15-5-2017.1.txt │ ├── 15-5-2017.10.txt │ ├── 15-5-2017.11.txt │ ├── 15-5-2017.12.txt │ ├── 15-5-2017.14.txt │ ├── 15-5-2017.15.txt │ ├── 15-5-2017.2.txt │ ├── 15-5-2017.3.txt │ ├── 15-5-2017.4.txt │ ├── 15-5-2017.5.txt │ ├── 15-5-2017.6.txt │ ├── 15-5-2017.7.txt │ ├── 15-5-2017.8.txt │ ├── 15-5-2017.9.txt │ ├── 16-5-2017.0.txt │ ├── 16-5-2017.1.txt │ ├── 16-5-2017.10.txt │ ├── 16-5-2017.11.txt │ ├── 16-5-2017.12.txt │ ├── 16-5-2017.13.txt │ ├── 16-5-2017.14.txt │ ├── 16-5-2017.15.txt │ ├── 16-5-2017.2.txt │ ├── 16-5-2017.3.txt │ ├── 16-5-2017.4.txt │ ├── 16-5-2017.5.txt │ ├── 16-5-2017.6.txt │ ├── 16-5-2017.7.txt │ ├── 16-5-2017.8.txt │ ├── 16-5-2017.9.txt │ ├── 17-5-2017.0.txt │ ├── 17-5-2017.1.txt │ ├── 17-5-2017.10.txt │ ├── 17-5-2017.11.txt │ ├── 17-5-2017.12.txt │ ├── 17-5-2017.13.txt │ ├── 17-5-2017.16.txt │ ├── 17-5-2017.2.txt │ ├── 17-5-2017.3.txt │ ├── 17-5-2017.4.txt │ ├── 17-5-2017.5.txt │ ├── 17-5-2017.6.txt │ ├── 17-5-2017.7.txt │ ├── 17-5-2017.8.txt │ ├── 17-5-2017.9.txt │ ├── 4-5-2017.0.txt │ ├── 4-5-2017.1.txt │ ├── 4-5-2017.10.txt │ ├── 4-5-2017.11.txt │ ├── 4-5-2017.12.txt │ ├── 4-5-2017.13.txt │ ├── 4-5-2017.15.txt │ ├── 4-5-2017.16.txt │ ├── 4-5-2017.2.txt │ ├── 4-5-2017.3.txt │ ├── 4-5-2017.4.txt │ ├── 4-5-2017.5.txt │ ├── 4-5-2017.6.txt │ ├── 4-5-2017.7.txt │ ├── 4-5-2017.8.txt │ ├── 4-5-2017.9.txt │ ├── 5-5-2017.0.txt │ ├── 5-5-2017.1.txt │ ├── 5-5-2017.10.txt │ ├── 5-5-2017.11.txt │ ├── 5-5-2017.12.txt │ ├── 5-5-2017.13.txt │ ├── 5-5-2017.15.txt │ ├── 5-5-2017.2.txt │ ├── 5-5-2017.3.txt │ ├── 5-5-2017.4.txt │ ├── 5-5-2017.5.txt │ ├── 5-5-2017.6.txt │ ├── 5-5-2017.7.txt │ ├── 5-5-2017.8.txt │ ├── 5-5-2017.9.txt │ ├── 6-5-2017.0.txt │ ├── 6-5-2017.1.txt │ ├── 6-5-2017.10.txt │ ├── 6-5-2017.11.txt │ ├── 6-5-2017.12.txt │ ├── 6-5-2017.14.txt │ ├── 6-5-2017.16.txt │ ├── 6-5-2017.2.txt │ ├── 6-5-2017.3.txt │ ├── 6-5-2017.4.txt │ ├── 6-5-2017.5.txt │ ├── 6-5-2017.6.txt │ ├── 6-5-2017.7.txt │ ├── 6-5-2017.8.txt │ ├── 6-5-2017.9.txt │ ├── 7-5-2017.0.txt │ ├── 7-5-2017.1.txt │ ├── 7-5-2017.10.txt │ ├── 7-5-2017.11.txt │ ├── 7-5-2017.12.txt │ ├── 7-5-2017.13.txt │ ├── 7-5-2017.15.txt │ ├── 7-5-2017.2.txt │ ├── 7-5-2017.3.txt │ ├── 7-5-2017.4.txt │ ├── 7-5-2017.5.txt │ ├── 7-5-2017.6.txt │ ├── 7-5-2017.7.txt │ ├── 7-5-2017.8.txt │ ├── 7-5-2017.9.txt │ ├── 8-5-2017.0.txt │ ├── 8-5-2017.1.txt │ ├── 8-5-2017.10.txt │ ├── 8-5-2017.11.txt │ ├── 8-5-2017.12.txt │ ├── 8-5-2017.13.txt │ ├── 8-5-2017.14.txt │ ├── 8-5-2017.15.txt │ ├── 8-5-2017.16.txt │ ├── 8-5-2017.2.txt │ ├── 8-5-2017.3.txt │ ├── 8-5-2017.4.txt │ ├── 8-5-2017.5.txt │ ├── 8-5-2017.6.txt │ ├── 8-5-2017.7.txt │ ├── 8-5-2017.8.txt │ ├── 8-5-2017.9.txt │ ├── 9-5-2017.0.txt │ ├── 9-5-2017.1.txt │ ├── 9-5-2017.10.txt │ ├── 9-5-2017.11.txt │ ├── 9-5-2017.12.txt │ ├── 9-5-2017.14.txt │ ├── 9-5-2017.16.txt │ ├── 9-5-2017.2.txt │ ├── 9-5-2017.3.txt │ ├── 9-5-2017.4.txt │ ├── 9-5-2017.5.txt │ ├── 9-5-2017.6.txt │ ├── 9-5-2017.7.txt │ ├── 9-5-2017.8.txt │ └── 9-5-2017.9.txt ├── others │ ├── 20170503003792-260405.txt │ ├── 20170503003837-260410.txt │ ├── 20170503003886-260410.txt │ ├── 20170503003934-260415.txt │ ├── 20170503003938-260409.txt │ ├── 20170503003965-260410.txt │ ├── 20170503004171-260407.txt │ ├── 20170503004232-260412.txt │ ├── 20170503004234-260408.txt │ ├── 20170503004248-260410.txt │ ├── 20170503004261-260402.txt │ ├── 20170503004284-260407.txt │ ├── 20170503004288-260405.txt │ ├── 20170503004300-260410.txt │ ├── 20170503004325-260405.txt │ ├── 20170503004364-260402.txt │ ├── 20170503004455-260405.txt │ ├── 20170503004459-260408.txt │ ├── 20170503004582-260407.txt │ ├── 20170503004686-260409.txt │ ├── 20170503004696-260408.txt │ ├── 20170503004712-260402.txt │ ├── 20170503004737-260407.txt │ ├── 20170503004773-260402.txt │ ├── 20170503004776-260404.txt │ ├── 20170503004787-260409.txt │ ├── 20170503004790-260408.txt │ ├── 20170503004806-260405.txt │ ├── 20170503004811-260402.txt │ ├── 20170503004813-260407.txt │ ├── 20170503004837-260407.txt │ ├── 20170503004866-260403.txt │ ├── 20170503004903-260404.txt │ ├── 20170503004905-260405.txt │ ├── 20170503004966-260402.txt │ ├── 20170503004983-260408.txt │ └── 20170503005045-260412.txt └── realtime │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 28.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 36.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 44.txt │ ├── 46.txt │ ├── 48.txt │ ├── 5.txt │ ├── 50.txt │ ├── 52.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 6.txt │ ├── 60.txt │ ├── 62.txt │ ├── 63.txt │ ├── 66.txt │ ├── 67.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 72.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 8.txt │ ├── 80.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ └── 9.txt ├── ettoday ├── 0.txt ├── 1.txt ├── 10.txt ├── 100.txt ├── 101.txt ├── 102.txt ├── 103.txt ├── 104.txt ├── 105.txt ├── 106.txt ├── 107.txt ├── 108.txt ├── 109.txt ├── 11.txt ├── 110.txt ├── 111.txt ├── 112.txt ├── 113.txt ├── 114.txt ├── 115.txt ├── 116.txt ├── 117.txt ├── 118.txt ├── 119.txt ├── 12.txt ├── 120.txt ├── 121.txt ├── 122.txt ├── 123.txt ├── 124.txt ├── 125.txt ├── 126.txt ├── 127.txt ├── 128.txt ├── 129.txt ├── 13.txt ├── 130.txt ├── 14.txt ├── 15.txt ├── 16.txt ├── 17.txt ├── 18.txt ├── 19.txt ├── 2.txt ├── 20.txt ├── 21.txt ├── 22.txt ├── 23.txt ├── 24.txt ├── 25.txt ├── 26.txt ├── 27.txt ├── 28.txt ├── 29.txt ├── 3.txt ├── 30.txt ├── 31.txt ├── 32.txt ├── 33.txt ├── 34.txt ├── 35.txt ├── 36.txt ├── 37.txt ├── 38.txt ├── 39.txt ├── 4.txt ├── 40.txt ├── 41.txt ├── 42.txt ├── 43.txt ├── 44.txt ├── 45.txt ├── 46.txt ├── 47.txt ├── 48.txt ├── 49.txt ├── 5.txt ├── 50.txt ├── 51.txt ├── 52.txt ├── 53.txt ├── 54.txt ├── 55.txt ├── 56.txt ├── 57.txt ├── 58.txt ├── 59.txt ├── 6.txt ├── 60.txt ├── 61.txt ├── 62.txt ├── 63.txt ├── 64.txt ├── 65.txt ├── 66.txt ├── 67.txt ├── 68.txt ├── 69.txt ├── 7.txt ├── 70.txt ├── 71.txt ├── 72.txt ├── 73.txt ├── 74.txt ├── 75.txt ├── 76.txt ├── 77.txt ├── 78.txt ├── 79.txt ├── 8.txt ├── 81.txt ├── 82.txt ├── 84.txt ├── 85.txt ├── 86.txt ├── 87.txt ├── 88.txt ├── 89.txt ├── 9.txt ├── 90.txt ├── 92.txt ├── 93.txt ├── 95.txt ├── 97.txt ├── 98.txt ├── 99.txt └── gettoday │ ├── 10-5-2017.0.txt │ ├── 10-5-2017.1.txt │ ├── 10-5-2017.10.txt │ ├── 10-5-2017.2.txt │ ├── 10-5-2017.3.txt │ ├── 10-5-2017.4.txt │ ├── 10-5-2017.5.txt │ ├── 10-5-2017.6.txt │ ├── 10-5-2017.7.txt │ ├── 10-5-2017.8.txt │ ├── 10-5-2017.9.txt │ ├── 11-5-2017.0.txt │ ├── 11-5-2017.1.txt │ ├── 11-5-2017.10.txt │ ├── 11-5-2017.2.txt │ ├── 11-5-2017.3.txt │ ├── 11-5-2017.4.txt │ ├── 11-5-2017.5.txt │ ├── 11-5-2017.6.txt │ ├── 11-5-2017.7.txt │ ├── 11-5-2017.8.txt │ ├── 11-5-2017.9.txt │ ├── 12-5-2017.0.txt │ ├── 12-5-2017.1.txt │ ├── 12-5-2017.10.txt │ ├── 12-5-2017.2.txt │ ├── 12-5-2017.3.txt │ ├── 12-5-2017.4.txt │ ├── 12-5-2017.5.txt │ ├── 12-5-2017.6.txt │ ├── 12-5-2017.7.txt │ ├── 12-5-2017.8.txt │ ├── 12-5-2017.9.txt │ ├── 13-5-2017.0.txt │ ├── 13-5-2017.1.txt │ ├── 13-5-2017.10.txt │ ├── 13-5-2017.2.txt │ ├── 13-5-2017.3.txt │ ├── 13-5-2017.4.txt │ ├── 13-5-2017.5.txt │ ├── 13-5-2017.6.txt │ ├── 13-5-2017.7.txt │ ├── 13-5-2017.8.txt │ ├── 13-5-2017.9.txt │ ├── 14-5-2017.0.txt │ ├── 14-5-2017.1.txt │ ├── 14-5-2017.10.txt │ ├── 14-5-2017.2.txt │ ├── 14-5-2017.3.txt │ ├── 14-5-2017.4.txt │ ├── 14-5-2017.5.txt │ ├── 14-5-2017.6.txt │ ├── 14-5-2017.7.txt │ ├── 14-5-2017.8.txt │ ├── 14-5-2017.9.txt │ ├── 15-5-2017.0.txt │ ├── 15-5-2017.1.txt │ ├── 15-5-2017.10.txt │ ├── 15-5-2017.2.txt │ ├── 15-5-2017.3.txt │ ├── 15-5-2017.4.txt │ ├── 15-5-2017.5.txt │ ├── 15-5-2017.6.txt │ ├── 15-5-2017.7.txt │ ├── 15-5-2017.8.txt │ ├── 15-5-2017.9.txt │ ├── 16-5-2017.0.txt │ ├── 16-5-2017.1.txt │ ├── 16-5-2017.10.txt │ ├── 16-5-2017.2.txt │ ├── 16-5-2017.3.txt │ ├── 16-5-2017.4.txt │ ├── 16-5-2017.5.txt │ ├── 16-5-2017.6.txt │ ├── 16-5-2017.7.txt │ ├── 16-5-2017.8.txt │ ├── 16-5-2017.9.txt │ ├── 17-5-2017.0.txt │ ├── 17-5-2017.1.txt │ ├── 17-5-2017.10.txt │ ├── 17-5-2017.2.txt │ ├── 17-5-2017.3.txt │ ├── 17-5-2017.4.txt │ ├── 17-5-2017.5.txt │ ├── 17-5-2017.6.txt │ ├── 17-5-2017.7.txt │ ├── 17-5-2017.8.txt │ ├── 17-5-2017.9.txt │ ├── 4-5-2017.0.txt │ ├── 4-5-2017.1.txt │ ├── 4-5-2017.10.txt │ ├── 4-5-2017.2.txt │ ├── 4-5-2017.3.txt │ ├── 4-5-2017.4.txt │ ├── 4-5-2017.5.txt │ ├── 4-5-2017.6.txt │ ├── 4-5-2017.7.txt │ ├── 4-5-2017.8.txt │ ├── 4-5-2017.9.txt │ ├── 5-5-2017.0.txt │ ├── 5-5-2017.1.txt │ ├── 5-5-2017.10.txt │ ├── 5-5-2017.2.txt │ ├── 5-5-2017.3.txt │ ├── 5-5-2017.4.txt │ ├── 5-5-2017.5.txt │ ├── 5-5-2017.6.txt │ ├── 5-5-2017.7.txt │ ├── 5-5-2017.8.txt │ ├── 5-5-2017.9.txt │ ├── 6-5-2017.0.txt │ ├── 6-5-2017.1.txt │ ├── 6-5-2017.10.txt │ ├── 6-5-2017.2.txt │ ├── 6-5-2017.3.txt │ ├── 6-5-2017.4.txt │ ├── 6-5-2017.5.txt │ ├── 6-5-2017.6.txt │ ├── 6-5-2017.7.txt │ ├── 6-5-2017.8.txt │ ├── 6-5-2017.9.txt │ ├── 7-5-2017.0.txt │ ├── 7-5-2017.1.txt │ ├── 7-5-2017.10.txt │ ├── 7-5-2017.2.txt │ ├── 7-5-2017.3.txt │ ├── 7-5-2017.4.txt │ ├── 7-5-2017.5.txt │ ├── 7-5-2017.6.txt │ ├── 7-5-2017.7.txt │ ├── 7-5-2017.8.txt │ ├── 7-5-2017.9.txt │ ├── 8-5-2017.0.txt │ ├── 8-5-2017.1.txt │ ├── 8-5-2017.10.txt │ ├── 8-5-2017.2.txt │ ├── 8-5-2017.3.txt │ ├── 8-5-2017.4.txt │ ├── 8-5-2017.5.txt │ ├── 8-5-2017.6.txt │ ├── 8-5-2017.7.txt │ ├── 8-5-2017.8.txt │ ├── 8-5-2017.9.txt │ ├── 9-5-2017.0.txt │ ├── 9-5-2017.1.txt │ ├── 9-5-2017.10.txt │ ├── 9-5-2017.2.txt │ ├── 9-5-2017.3.txt │ ├── 9-5-2017.4.txt │ ├── 9-5-2017.5.txt │ ├── 9-5-2017.6.txt │ ├── 9-5-2017.7.txt │ ├── 9-5-2017.8.txt │ └── 9-5-2017.9.txt ├── nownews ├── gettoday │ ├── 10-5-2017.0.txt │ ├── 10-5-2017.1.txt │ ├── 10-5-2017.10.txt │ ├── 10-5-2017.11.txt │ ├── 10-5-2017.2.txt │ ├── 10-5-2017.3.txt │ ├── 10-5-2017.4.txt │ ├── 10-5-2017.5.txt │ ├── 10-5-2017.6.txt │ ├── 10-5-2017.7.txt │ ├── 10-5-2017.8.txt │ ├── 10-5-2017.9.txt │ ├── 11-5-2017.0.txt │ ├── 11-5-2017.1.txt │ ├── 11-5-2017.10.txt │ ├── 11-5-2017.11.txt │ ├── 11-5-2017.2.txt │ ├── 11-5-2017.3.txt │ ├── 11-5-2017.4.txt │ ├── 11-5-2017.5.txt │ ├── 11-5-2017.6.txt │ ├── 11-5-2017.7.txt │ ├── 11-5-2017.8.txt │ ├── 11-5-2017.9.txt │ ├── 12-5-2017.0.txt │ ├── 12-5-2017.1.txt │ ├── 12-5-2017.10.txt │ ├── 12-5-2017.11.txt │ ├── 12-5-2017.2.txt │ ├── 12-5-2017.3.txt │ ├── 12-5-2017.4.txt │ ├── 12-5-2017.5.txt │ ├── 12-5-2017.6.txt │ ├── 12-5-2017.7.txt │ ├── 12-5-2017.8.txt │ ├── 12-5-2017.9.txt │ ├── 13-5-2017.0.txt │ ├── 13-5-2017.1.txt │ ├── 13-5-2017.10.txt │ ├── 13-5-2017.11.txt │ ├── 13-5-2017.2.txt │ ├── 13-5-2017.3.txt │ ├── 13-5-2017.5.txt │ ├── 13-5-2017.6.txt │ ├── 13-5-2017.7.txt │ ├── 13-5-2017.8.txt │ ├── 13-5-2017.9.txt │ ├── 14-5-2017.0.txt │ ├── 14-5-2017.1.txt │ ├── 14-5-2017.10.txt │ ├── 14-5-2017.11.txt │ ├── 14-5-2017.2.txt │ ├── 14-5-2017.3.txt │ ├── 14-5-2017.4.txt │ ├── 14-5-2017.5.txt │ ├── 14-5-2017.6.txt │ ├── 14-5-2017.7.txt │ ├── 14-5-2017.8.txt │ ├── 14-5-2017.9.txt │ ├── 15-5-2017.0.txt │ ├── 15-5-2017.1.txt │ ├── 15-5-2017.10.txt │ ├── 15-5-2017.11.txt │ ├── 15-5-2017.2.txt │ ├── 15-5-2017.3.txt │ ├── 15-5-2017.4.txt │ ├── 15-5-2017.5.txt │ ├── 15-5-2017.6.txt │ ├── 15-5-2017.7.txt │ ├── 15-5-2017.8.txt │ ├── 15-5-2017.9.txt │ ├── 16-5-2017.0.txt │ ├── 16-5-2017.1.txt │ ├── 16-5-2017.10.txt │ ├── 16-5-2017.11.txt │ ├── 16-5-2017.2.txt │ ├── 16-5-2017.4.txt │ ├── 16-5-2017.5.txt │ ├── 16-5-2017.6.txt │ ├── 16-5-2017.7.txt │ ├── 16-5-2017.8.txt │ ├── 16-5-2017.9.txt │ ├── 17-5-2017.0.txt │ ├── 17-5-2017.1.txt │ ├── 17-5-2017.10.txt │ ├── 17-5-2017.11.txt │ ├── 17-5-2017.2.txt │ ├── 17-5-2017.3.txt │ ├── 17-5-2017.5.txt │ ├── 17-5-2017.6.txt │ ├── 17-5-2017.7.txt │ ├── 17-5-2017.8.txt │ ├── 17-5-2017.9.txt │ ├── 4-5-2017.0.txt │ ├── 4-5-2017.1.txt │ ├── 4-5-2017.10.txt │ ├── 4-5-2017.11.txt │ ├── 4-5-2017.2.txt │ ├── 4-5-2017.3.txt │ ├── 4-5-2017.4.txt │ ├── 4-5-2017.5.txt │ ├── 4-5-2017.6.txt │ ├── 4-5-2017.7.txt │ ├── 4-5-2017.8.txt │ ├── 4-5-2017.9.txt │ ├── 5-5-2017.0.txt │ ├── 5-5-2017.1.txt │ ├── 5-5-2017.10.txt │ ├── 5-5-2017.11.txt │ ├── 5-5-2017.2.txt │ ├── 5-5-2017.3.txt │ ├── 5-5-2017.4.txt │ ├── 5-5-2017.5.txt │ ├── 5-5-2017.6.txt │ ├── 5-5-2017.7.txt │ ├── 5-5-2017.8.txt │ ├── 5-5-2017.9.txt │ ├── 6-5-2017.0.txt │ ├── 6-5-2017.1.txt │ ├── 6-5-2017.10.txt │ ├── 6-5-2017.11.txt │ ├── 6-5-2017.2.txt │ ├── 6-5-2017.3.txt │ ├── 6-5-2017.4.txt │ ├── 6-5-2017.5.txt │ ├── 6-5-2017.6.txt │ ├── 6-5-2017.7.txt │ ├── 6-5-2017.8.txt │ ├── 6-5-2017.9.txt │ ├── 7-5-2017.0.txt │ ├── 7-5-2017.1.txt │ ├── 7-5-2017.10.txt │ ├── 7-5-2017.11.txt │ ├── 7-5-2017.2.txt │ ├── 7-5-2017.3.txt │ ├── 7-5-2017.4.txt │ ├── 7-5-2017.5.txt │ ├── 7-5-2017.6.txt │ ├── 7-5-2017.7.txt │ ├── 7-5-2017.8.txt │ ├── 7-5-2017.9.txt │ ├── 8-5-2017.0.txt │ ├── 8-5-2017.1.txt │ ├── 8-5-2017.10.txt │ ├── 8-5-2017.11.txt │ ├── 8-5-2017.2.txt │ ├── 8-5-2017.3.txt │ ├── 8-5-2017.4.txt │ ├── 8-5-2017.5.txt │ ├── 8-5-2017.6.txt │ ├── 8-5-2017.7.txt │ ├── 8-5-2017.8.txt │ ├── 8-5-2017.9.txt │ ├── 9-5-2017.0.txt │ ├── 9-5-2017.1.txt │ ├── 9-5-2017.10.txt │ ├── 9-5-2017.11.txt │ ├── 9-5-2017.2.txt │ ├── 9-5-2017.3.txt │ ├── 9-5-2017.4.txt │ ├── 9-5-2017.5.txt │ ├── 9-5-2017.6.txt │ ├── 9-5-2017.7.txt │ ├── 9-5-2017.8.txt │ └── 9-5-2017.9.txt └── news │ ├── 0.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 237.txt │ ├── 239.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 268.txt │ ├── 272.txt │ ├── 273.txt │ ├── 275.txt │ ├── 279.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 288.txt │ ├── 289.txt │ ├── 290.txt │ ├── 291.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 3.txt │ ├── 300.txt │ ├── 301.txt │ ├── 302.txt │ ├── 303.txt │ ├── 304.txt │ ├── 305.txt │ ├── 308.txt │ ├── 309.txt │ ├── 310.txt │ ├── 311.txt │ ├── 312.txt │ ├── 313.txt │ ├── 314.txt │ ├── 315.txt │ ├── 316.txt │ ├── 317.txt │ ├── 318.txt │ ├── 319.txt │ ├── 320.txt │ ├── 321.txt │ ├── 322.txt │ ├── 323.txt │ ├── 324.txt │ ├── 325.txt │ ├── 326.txt │ ├── 327.txt │ ├── 328.txt │ ├── 329.txt │ ├── 333.txt │ ├── 334.txt │ ├── 335.txt │ ├── 336.txt │ ├── 34.txt │ ├── 341.txt │ ├── 342.txt │ ├── 345.txt │ ├── 346.txt │ ├── 347.txt │ ├── 349.txt │ ├── 35.txt │ ├── 350.txt │ ├── 351.txt │ ├── 352.txt │ ├── 353.txt │ ├── 357.txt │ ├── 359.txt │ ├── 36.txt │ ├── 361.txt │ ├── 362.txt │ ├── 363.txt │ ├── 364.txt │ ├── 37.txt │ ├── 379.txt │ ├── 386.txt │ ├── 39.txt │ ├── 390.txt │ ├── 392.txt │ ├── 393.txt │ ├── 394.txt │ ├── 395.txt │ ├── 396.txt │ ├── 397.txt │ ├── 4.txt │ ├── 40.txt │ ├── 402.txt │ ├── 404.txt │ ├── 405.txt │ ├── 41.txt │ ├── 410.txt │ ├── 411.txt │ ├── 412.txt │ ├── 413.txt │ ├── 415.txt │ ├── 416.txt │ ├── 417.txt │ ├── 418.txt │ ├── 419.txt │ ├── 42.txt │ ├── 420.txt │ ├── 421.txt │ ├── 422.txt │ ├── 423.txt │ ├── 424.txt │ ├── 425.txt │ ├── 426.txt │ ├── 427.txt │ ├── 43.txt │ ├── 438.txt │ ├── 44.txt │ ├── 440.txt │ ├── 442.txt │ ├── 445.txt │ ├── 447.txt │ ├── 449.txt │ ├── 45.txt │ ├── 450.txt │ ├── 455.txt │ ├── 456.txt │ ├── 458.txt │ ├── 459.txt │ ├── 46.txt │ ├── 460.txt │ ├── 461.txt │ ├── 462.txt │ ├── 463.txt │ ├── 464.txt │ ├── 465.txt │ ├── 466.txt │ ├── 467.txt │ ├── 468.txt │ ├── 469.txt │ ├── 47.txt │ ├── 470.txt │ ├── 472.txt │ ├── 473.txt │ ├── 474.txt │ ├── 475.txt │ ├── 476.txt │ ├── 477.txt │ ├── 478.txt │ ├── 479.txt │ ├── 48.txt │ ├── 480.txt │ ├── 481.txt │ ├── 482.txt │ ├── 483.txt │ ├── 484.txt │ ├── 485.txt │ ├── 486.txt │ ├── 487.txt │ ├── 488.txt │ ├── 49.txt │ ├── 490.txt │ ├── 492.txt │ ├── 493.txt │ ├── 494.txt │ ├── 495.txt │ ├── 496.txt │ ├── 497.txt │ ├── 498.txt │ ├── 499.txt │ ├── 5.txt │ ├── 50.txt │ ├── 500.txt │ ├── 501.txt │ ├── 502.txt │ ├── 503.txt │ ├── 504.txt │ ├── 506.txt │ ├── 507.txt │ ├── 51.txt │ ├── 510.txt │ ├── 511.txt │ ├── 512.txt │ ├── 513.txt │ ├── 514.txt │ ├── 515.txt │ ├── 516.txt │ ├── 517.txt │ ├── 518.txt │ ├── 519.txt │ ├── 52.txt │ ├── 520.txt │ ├── 522.txt │ ├── 523.txt │ ├── 525.txt │ ├── 526.txt │ ├── 527.txt │ ├── 528.txt │ ├── 529.txt │ ├── 53.txt │ ├── 530.txt │ ├── 531.txt │ ├── 532.txt │ ├── 533.txt │ ├── 534.txt │ ├── 535.txt │ ├── 536.txt │ ├── 537.txt │ ├── 538.txt │ ├── 539.txt │ ├── 54.txt │ ├── 541.txt │ ├── 542.txt │ ├── 543.txt │ ├── 545.txt │ ├── 546.txt │ ├── 547.txt │ ├── 549.txt │ ├── 55.txt │ ├── 550.txt │ ├── 551.txt │ ├── 552.txt │ ├── 553.txt │ ├── 554.txt │ ├── 555.txt │ ├── 556.txt │ ├── 557.txt │ ├── 558.txt │ ├── 559.txt │ ├── 56.txt │ ├── 560.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ └── 99.txt └── udn ├── 0.txt ├── 1.txt ├── 10.txt ├── 11.txt ├── 13.txt ├── 14.txt ├── 15.txt ├── 17.txt ├── 18.txt ├── 19.txt ├── 2.txt ├── 20.txt ├── 21.txt ├── 22.txt ├── 23.txt ├── 24.txt ├── 25.txt ├── 3.txt ├── 4.txt ├── 5.txt ├── 6.txt ├── 7.txt ├── 8.txt ├── 9.txt └── gettoday ├── 10-5-2017.0.txt ├── 10-5-2017.3.txt ├── 10-5-2017.4.txt ├── 10-5-2017.5.txt ├── 10-5-2017.6.txt ├── 10-5-2017.7.txt ├── 10-5-2017.8.txt ├── 11-5-2017.0.txt ├── 11-5-2017.2.txt ├── 11-5-2017.3.txt ├── 11-5-2017.4.txt ├── 11-5-2017.5.txt ├── 11-5-2017.6.txt ├── 11-5-2017.7.txt ├── 11-5-2017.8.txt ├── 12-5-2017.0.txt ├── 12-5-2017.1.txt ├── 12-5-2017.4.txt ├── 12-5-2017.6.txt ├── 12-5-2017.7.txt ├── 12-5-2017.8.txt ├── 13-5-2017.0.txt ├── 13-5-2017.1.txt ├── 13-5-2017.2.txt ├── 13-5-2017.3.txt ├── 13-5-2017.4.txt ├── 13-5-2017.5.txt ├── 13-5-2017.6.txt ├── 13-5-2017.7.txt ├── 13-5-2017.8.txt ├── 14-5-2017.0.txt ├── 14-5-2017.1.txt ├── 14-5-2017.2.txt ├── 14-5-2017.3.txt ├── 14-5-2017.4.txt ├── 14-5-2017.5.txt ├── 14-5-2017.6.txt ├── 14-5-2017.8.txt ├── 15-5-2017.0.txt ├── 15-5-2017.1.txt ├── 15-5-2017.3.txt ├── 15-5-2017.4.txt ├── 15-5-2017.6.txt ├── 15-5-2017.7.txt ├── 15-5-2017.8.txt ├── 16-5-2017.1.txt ├── 16-5-2017.2.txt ├── 16-5-2017.4.txt ├── 16-5-2017.5.txt ├── 16-5-2017.6.txt ├── 16-5-2017.8.txt ├── 17-5-2017.0.txt ├── 17-5-2017.1.txt ├── 17-5-2017.2.txt ├── 17-5-2017.3.txt ├── 17-5-2017.4.txt ├── 17-5-2017.5.txt ├── 17-5-2017.6.txt ├── 17-5-2017.7.txt ├── 17-5-2017.8.txt ├── 4-5-2017.1.txt ├── 4-5-2017.2.txt ├── 4-5-2017.3.txt ├── 4-5-2017.5.txt ├── 4-5-2017.6.txt ├── 4-5-2017.7.txt ├── 5-5-2017.0.txt ├── 5-5-2017.1.txt ├── 5-5-2017.2.txt ├── 5-5-2017.3.txt ├── 5-5-2017.4.txt ├── 5-5-2017.5.txt ├── 6-5-2017.0.txt ├── 6-5-2017.1.txt ├── 6-5-2017.2.txt ├── 6-5-2017.3.txt ├── 6-5-2017.4.txt ├── 6-5-2017.5.txt ├── 6-5-2017.6.txt ├── 6-5-2017.7.txt ├── 7-5-2017.0.txt ├── 7-5-2017.2.txt ├── 7-5-2017.3.txt ├── 7-5-2017.4.txt ├── 7-5-2017.5.txt ├── 7-5-2017.6.txt ├── 7-5-2017.7.txt ├── 7-5-2017.8.txt ├── 8-5-2017.0.txt ├── 8-5-2017.2.txt ├── 8-5-2017.3.txt ├── 8-5-2017.4.txt ├── 8-5-2017.5.txt ├── 8-5-2017.6.txt ├── 8-5-2017.7.txt ├── 8-5-2017.8.txt ├── 9-5-2017.0.txt ├── 9-5-2017.1.txt ├── 9-5-2017.2.txt ├── 9-5-2017.3.txt ├── 9-5-2017.4.txt ├── 9-5-2017.5.txt ├── 9-5-2017.6.txt ├── 9-5-2017.7.txt └── 9-5-2017.8.txt /PTT_charactors/demo.src.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_charactors/demo.src.dict -------------------------------------------------------------------------------- /PTT_charactors/demo.tgt.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_charactors/demo.tgt.dict -------------------------------------------------------------------------------- /PTT_charactors/src-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_charactors/src-test.txt -------------------------------------------------------------------------------- /PTT_charactors/src-train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_charactors/src-train.txt -------------------------------------------------------------------------------- /PTT_charactors/src-val.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_charactors/src-val.txt -------------------------------------------------------------------------------- /PTT_charactors/tgt-train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_charactors/tgt-train.txt -------------------------------------------------------------------------------- /PTT_charactors/tgt-val.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_charactors/tgt-val.txt -------------------------------------------------------------------------------- /PTT_data_filter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_data_filter.txt -------------------------------------------------------------------------------- /PTT_words/demo.src.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_words/demo.src.dict -------------------------------------------------------------------------------- /PTT_words/demo.tgt.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_words/demo.tgt.dict -------------------------------------------------------------------------------- /PTT_words/src-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_words/src-test.txt -------------------------------------------------------------------------------- /PTT_words/src-train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_words/src-train.txt -------------------------------------------------------------------------------- /PTT_words/src-val.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_words/src-val.txt -------------------------------------------------------------------------------- /PTT_words/tgt-train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_words/tgt-train.txt -------------------------------------------------------------------------------- /PTT_words/tgt-val.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT_words/tgt-val.txt -------------------------------------------------------------------------------- /PTT八卦板推文.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/PTT八卦板推文.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/README.md -------------------------------------------------------------------------------- /data_preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/data_preprocessing.py -------------------------------------------------------------------------------- /news corpus/PTT/AKB48/ 4-17/M.1492618822.A.433: -------------------------------------------------------------------------------- 1 | : いちゆりや~: 推~ -------------------------------------------------------------------------------- /news corpus/PTT/BabyMother/10-18/M.1490765073.A.E7A: -------------------------------------------------------------------------------- 1 | : 媽加入,站內信aesallen -------------------------------------------------------------------------------- /news corpus/PTT/BabyProducts/ 4-20/M.1483408916.A.BE4: -------------------------------------------------------------------------------- 1 | 商品名稱:保潔墊 標準雙人(150*200)圖片參考: -------------------------------------------------------------------------------- /news corpus/PTT/Baseball/ 9-09/M.1492664546.A.DEC: -------------------------------------------------------------------------------- 1 | ☆ -------------------------------------------------------------------------------- /news corpus/PTT/CFantasy/ 4-20/M.1487515151.A.615: -------------------------------------------------------------------------------- 1 | : 傑洛特不是嘴巴酸歸酸但還是會幫村民或路人嗎: Geralt 有夠窮,遇上肯付錢的就不錯了 -------------------------------------------------------------------------------- /news corpus/PTT/DC_SALE/12-26/M.1482725987.A.10E: -------------------------------------------------------------------------------- 1 | 經檢舉yasin0918 違規文章 -------------------------------------------------------------------------------- /news corpus/PTT/Gamesale/ 8-16/M.1492662047.A.1B9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /news corpus/PTT/Gamesale/ 8-16/M.1493612756.A.8EF: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /news corpus/PTT/Gov_owned/ 5-03/M.1488556862.A.E99: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /news corpus/PTT/Guardians/ 5-03/M.1493594254.A.85F: -------------------------------------------------------------------------------- 1 | : 花賢94猛: 難怪認定新莊是自己的家b! -------------------------------------------------------------------------------- /news corpus/PTT/HatePolitics/ 3-01/M.1493649828.A.927: -------------------------------------------------------------------------------- 1 | 根據板主和議決定先暫停政黑板規3-7 / 4-7 規範,並加重3-2違規罰則直到新板規出來為止 -------------------------------------------------------------------------------- /news corpus/PTT/Hsinchu/ 4-20/M.1394414177.A.289: -------------------------------------------------------------------------------- 1 | 請問在新竹的朋友們,哪裡可以買的到會議定食便當呢? (雞腿便當,不要生魚片或是壽司類)-- -------------------------------------------------------------------------------- /news corpus/PTT/Japandrama/ 4-20/M.1492585478.A.5A6: -------------------------------------------------------------------------------- 1 | 池井戸潤原作ドラマ『アキラとあきら』小泉孝太郎、石丸幹二ら出演決定: 由飾演瀧本美織 XD -------------------------------------------------------------------------------- /news corpus/PTT/KR_Entertain/ 4-18/M.1489941572.A.A40: -------------------------------------------------------------------------------- 1 | : 推 -------------------------------------------------------------------------------- /news corpus/PTT/KoreaStar/ 2-22/M.1491031475.A.58F: -------------------------------------------------------------------------------- 1 | : (づ′・ω・)づ 豪想當窩: 我是整形小天使~ -------------------------------------------------------------------------------- /news corpus/PTT/KoreanPop/ 4-20/M.1481473028.A.EE3: -------------------------------------------------------------------------------- 1 | 韓網新聞: -------------------------------------------------------------------------------- /news corpus/PTT/MLB/ 4-17/M.1490898473.A.3A5: -------------------------------------------------------------------------------- 1 | : 還以為有包爺: 在Part1吧 -------------------------------------------------------------------------------- /news corpus/PTT/MayDay/ 8-02/M.1492015211.A.C56: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /news corpus/PTT/Monkeys/10-01/M.1492095286.A.1DD: -------------------------------------------------------------------------------- 1 | SP@ -------------------------------------------------------------------------------- /news corpus/PTT/NBA_Film/ 1-25/M.1486879685.A.159: -------------------------------------------------------------------------------- 1 | : 有關分身違規,禁言天數計算方法 可見 -------------------------------------------------------------------------------- /news corpus/PTT/Palmar_Drama/11-18/M.1273912858.A.6A8: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /news corpus/PTT/PuzzleDragon/ 4-19/M.1492621345.A.9C2: -------------------------------------------------------------------------------- 1 | : 這標題怎麼有點眼熟: 艾爾沙雙極三 -------------------------------------------------------------------------------- /news corpus/PTT/Suckcomic/ 5-03/M.1353685977.A.57A: -------------------------------------------------------------------------------- 1 | : 在想怎麼樣可以不被腰斬 -------------------------------------------------------------------------------- /news corpus/PTT/TW_Entertain/ 1-22/M.1492357735.A.BF8: -------------------------------------------------------------------------------- 1 | 如果有想介紹給大家的或著我有漏掉的推文一下 -------------------------------------------------------------------------------- /news corpus/PTT/TW_Entertain/ 4-19/M.1492357735.A.BF8: -------------------------------------------------------------------------------- 1 | : 今天看到溫妮臉書回去錄微波偶像 開心~~: 邰哥當教官超好笑: 推 優質節目: 有泱泱 -------------------------------------------------------------------------------- /news corpus/PTT/ToS/ 4-19/M.1492355920.A.9A8: -------------------------------------------------------------------------------- 1 | [實況] 酥鹹死況台 解雙周+虛幻輪迴實況網址: -------------------------------------------------------------------------------- /news corpus/PTT/YuanChuang/12-05/M.1492094093.A.E48: -------------------------------------------------------------------------------- 1 | : 候出來噓過 該不會是分身吧哈哈 -------------------------------------------------------------------------------- /news corpus/PTT/Zastrology/ 4-20/M.1331655724.A.70A: -------------------------------------------------------------------------------- 1 | 氧氣-一週星座運勢2017/4/17-4/23 -------------------------------------------------------------------------------- /news corpus/PTT/basketballTW/ 5-02/M.1443069056.A.0DD: -------------------------------------------------------------------------------- 1 | 阿忠告訴你 他到底是不是故意的: 可以分享這個: 不要在某L嗎 -------------------------------------------------------------------------------- /news corpus/PTT/basketballTW/ 9-24/M.1443069056.A.0DD: -------------------------------------------------------------------------------- 1 | [公告] 台籃板板規 -------------------------------------------------------------------------------- /news corpus/PTT/cookclub/12-04/M.1435773546.A.BAB: -------------------------------------------------------------------------------- 1 | : 辛苦了: 希望能有噓文更詳細的規定 -------------------------------------------------------------------------------- /news corpus/PTT/forsale/ 4-20/M.1490161741.A.6B9: -------------------------------------------------------------------------------- 1 | 商品名稱:全新東亞工作安全鞋 JP26.5(約8號、8號半)購買網址: -------------------------------------------------------------------------------- /news corpus/PTT/forsale/ 5-03/M.1490161741.A.6B9: -------------------------------------------------------------------------------- 1 | 商品名稱:iPad必備BERMUDA 攜帶式藍牙無線鍵盤購買網址: -------------------------------------------------------------------------------- /news corpus/PTT/give/ 4-20/M.1491613927.A.4E1: -------------------------------------------------------------------------------- 1 | 物 品:: 二邊位置差好大啊 -------------------------------------------------------------------------------- /news corpus/PTT/medstudent/ 6-06/M.1433589008.A.9B0: -------------------------------------------------------------------------------- 1 | : 22778自己看吧: 純噓分化住院醫師跟主治醫師 你以為VS就不是勞方?: ㄌˇㄉㄈ -------------------------------------------------------------------------------- /news corpus/PTT/mobilesales/ 2-25/M.1489592899.A.538: -------------------------------------------------------------------------------- 1 | 2017年3月23日,製作圖示表格簡易版: -------------------------------------------------------------------------------- /news corpus/PTT/movie/ 4-20/M.1468848054.A.77E: -------------------------------------------------------------------------------- 1 | : 驗屍官: 屍憶: 大尾鱸鰻2 -------------------------------------------------------------------------------- /news corpus/PTT/part-time/ 5-03/M.1491704145.A.4D1: -------------------------------------------------------------------------------- 1 | : 忘記說 2HR是確定可完成的時間 提早作完通過驗收就可走囉 -------------------------------------------------------------------------------- /news corpus/apple/gettoday/13-5-2017.6.txt: -------------------------------------------------------------------------------- 1 | (新增影片)發稿:11:48更新:17:08 -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/0.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/1.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/10.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/11.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/12.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/13.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/14.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/15.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/16.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/17.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/18.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/19.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/2.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/20.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/21.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/22.txt: -------------------------------------------------------------------------------- 1 | 地點:世貿一館本專欄歡迎自信的妳!報名請附上半身、全身照片以及個人基本資料聯絡方式。 prettygirl@appledaily.com.tw -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/23.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/24.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/25.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/26.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/27.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/28.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/29.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/3.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/4.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/5.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/6.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/7.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/8.txt -------------------------------------------------------------------------------- /news corpus/apple/hotdaily/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/hotdaily/9.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/0.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/01.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /news corpus/apple/todayapple/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/1.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/10.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/100.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/101.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/102.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/102.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/103.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/104.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/105.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/105.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/106.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/106.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/107.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/107.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/108.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/108.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/11.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/112.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/113.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/114.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/114.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/115.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/116.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/116.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/117.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/118.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/118.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/119.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/119.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/12.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/120.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/120.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/121.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/122.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/122.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/123.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/123.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/124.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/124.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/125.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /news corpus/apple/todayapple/126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/126.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/127.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/128.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/129.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /news corpus/apple/todayapple/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/13.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/130.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/131.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/132.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/132.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/133.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/133.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/134.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/134.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/135.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/135.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/136.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/136.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/137.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/137.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/138.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/138.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/139.txt: -------------------------------------------------------------------------------- 1 | 圖片提供:老夫子哈媒體公司 -------------------------------------------------------------------------------- /news corpus/apple/todayapple/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/14.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/140.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/140.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/141.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/141.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/142.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/143.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/143.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/144.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/144.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/145.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/145.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/146.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/146.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/147.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/148.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/148.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/149.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/149.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/15.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/150.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/150.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/151.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/151.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/152.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/152.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/16.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/17.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/18.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/19.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/2.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/20.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/21.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/22.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/23.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/24.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/25.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/26.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/27.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/28.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/29.txt: -------------------------------------------------------------------------------- 1 | ★總點擊數:1856萬次 -------------------------------------------------------------------------------- /news corpus/apple/todayapple/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/3.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/30.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/31.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/32.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/33.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/34.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/35.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/36.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/37.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/38.txt: -------------------------------------------------------------------------------- 1 | 地點:世貿一館本專欄歡迎自信的妳!報名請附上半身、全身照片以及個人基本資料聯絡方式。 prettygirl@appledaily.com.tw -------------------------------------------------------------------------------- /news corpus/apple/todayapple/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/39.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/4.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/40.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/41.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/42.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/43.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/44.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/45.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/46.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/47.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/48.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/5.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/51.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/52.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/53.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/54.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/55.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/56.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/57.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/58.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/59.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/6.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/60.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/61.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/62.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/63.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/64.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/65.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/66.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/67.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/68.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/69.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/7.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/70.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/71.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/72.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/73.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/74.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/75.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/76.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/77.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/78.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/79.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/8.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/80.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/81.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/82.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/83.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/84.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/85.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/86.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/87.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/88.txt: -------------------------------------------------------------------------------- 1 | 台北世大運 -------------------------------------------------------------------------------- /news corpus/apple/todayapple/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/89.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/9.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/90.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/91.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/92.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/93.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/94.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/95.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/96.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/97.txt -------------------------------------------------------------------------------- /news corpus/apple/todayapple/98.txt: -------------------------------------------------------------------------------- 1 | ●中央聯盟 -------------------------------------------------------------------------------- /news corpus/apple/todayapple/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/apple/todayapple/99.txt -------------------------------------------------------------------------------- /news corpus/chinatimes/realtime/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/chinatimes/realtime/0.txt -------------------------------------------------------------------------------- /news corpus/chinatimes/realtime/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/chinatimes/realtime/1.txt -------------------------------------------------------------------------------- /news corpus/chinatimes/realtime/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/chinatimes/realtime/2.txt -------------------------------------------------------------------------------- /news corpus/chinatimes/realtime/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/chinatimes/realtime/3.txt -------------------------------------------------------------------------------- /news corpus/chinatimes/realtime/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/chinatimes/realtime/4.txt -------------------------------------------------------------------------------- /news corpus/chinatimes/realtime/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/chinatimes/realtime/5.txt -------------------------------------------------------------------------------- /news corpus/chinatimes/realtime/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/chinatimes/realtime/6.txt -------------------------------------------------------------------------------- /news corpus/chinatimes/realtime/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/chinatimes/realtime/7.txt -------------------------------------------------------------------------------- /news corpus/chinatimes/realtime/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/chinatimes/realtime/8.txt -------------------------------------------------------------------------------- /news corpus/ettoday/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/0.txt -------------------------------------------------------------------------------- /news corpus/ettoday/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/1.txt -------------------------------------------------------------------------------- /news corpus/ettoday/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/10.txt -------------------------------------------------------------------------------- /news corpus/ettoday/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/100.txt -------------------------------------------------------------------------------- /news corpus/ettoday/101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/101.txt -------------------------------------------------------------------------------- /news corpus/ettoday/102.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/102.txt -------------------------------------------------------------------------------- /news corpus/ettoday/103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/103.txt -------------------------------------------------------------------------------- /news corpus/ettoday/104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/104.txt -------------------------------------------------------------------------------- /news corpus/ettoday/105.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/105.txt -------------------------------------------------------------------------------- /news corpus/ettoday/106.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/106.txt -------------------------------------------------------------------------------- /news corpus/ettoday/107.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/107.txt -------------------------------------------------------------------------------- /news corpus/ettoday/108.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/108.txt -------------------------------------------------------------------------------- /news corpus/ettoday/109.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/109.txt -------------------------------------------------------------------------------- /news corpus/ettoday/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/11.txt -------------------------------------------------------------------------------- /news corpus/ettoday/110.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/110.txt -------------------------------------------------------------------------------- /news corpus/ettoday/111.txt: -------------------------------------------------------------------------------- 1 | 小剛的日本音樂風暴區/聖子再進化挑戰爵士女伶 -------------------------------------------------------------------------------- /news corpus/ettoday/112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/112.txt -------------------------------------------------------------------------------- /news corpus/ettoday/113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/113.txt -------------------------------------------------------------------------------- /news corpus/ettoday/114.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/114.txt -------------------------------------------------------------------------------- /news corpus/ettoday/115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/115.txt -------------------------------------------------------------------------------- /news corpus/ettoday/116.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/116.txt -------------------------------------------------------------------------------- /news corpus/ettoday/117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/117.txt -------------------------------------------------------------------------------- /news corpus/ettoday/118.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/118.txt -------------------------------------------------------------------------------- /news corpus/ettoday/119.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/119.txt -------------------------------------------------------------------------------- /news corpus/ettoday/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/12.txt -------------------------------------------------------------------------------- /news corpus/ettoday/120.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/120.txt -------------------------------------------------------------------------------- /news corpus/ettoday/121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/121.txt -------------------------------------------------------------------------------- /news corpus/ettoday/122.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/122.txt -------------------------------------------------------------------------------- /news corpus/ettoday/123.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/123.txt -------------------------------------------------------------------------------- /news corpus/ettoday/124.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/124.txt -------------------------------------------------------------------------------- /news corpus/ettoday/125.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/125.txt -------------------------------------------------------------------------------- /news corpus/ettoday/126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/126.txt -------------------------------------------------------------------------------- /news corpus/ettoday/127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/127.txt -------------------------------------------------------------------------------- /news corpus/ettoday/128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/128.txt -------------------------------------------------------------------------------- /news corpus/ettoday/129.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/129.txt -------------------------------------------------------------------------------- /news corpus/ettoday/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/13.txt -------------------------------------------------------------------------------- /news corpus/ettoday/130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/130.txt -------------------------------------------------------------------------------- /news corpus/ettoday/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/14.txt -------------------------------------------------------------------------------- /news corpus/ettoday/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/15.txt -------------------------------------------------------------------------------- /news corpus/ettoday/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/16.txt -------------------------------------------------------------------------------- /news corpus/ettoday/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/17.txt -------------------------------------------------------------------------------- /news corpus/ettoday/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/18.txt -------------------------------------------------------------------------------- /news corpus/ettoday/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/19.txt -------------------------------------------------------------------------------- /news corpus/ettoday/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/2.txt -------------------------------------------------------------------------------- /news corpus/ettoday/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/20.txt -------------------------------------------------------------------------------- /news corpus/ettoday/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/21.txt -------------------------------------------------------------------------------- /news corpus/ettoday/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/22.txt -------------------------------------------------------------------------------- /news corpus/ettoday/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/23.txt -------------------------------------------------------------------------------- /news corpus/ettoday/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/24.txt -------------------------------------------------------------------------------- /news corpus/ettoday/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/25.txt -------------------------------------------------------------------------------- /news corpus/ettoday/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/26.txt -------------------------------------------------------------------------------- /news corpus/ettoday/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/27.txt -------------------------------------------------------------------------------- /news corpus/ettoday/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/28.txt -------------------------------------------------------------------------------- /news corpus/ettoday/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/29.txt -------------------------------------------------------------------------------- /news corpus/ettoday/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/3.txt -------------------------------------------------------------------------------- /news corpus/ettoday/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/30.txt -------------------------------------------------------------------------------- /news corpus/ettoday/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/31.txt -------------------------------------------------------------------------------- /news corpus/ettoday/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/32.txt -------------------------------------------------------------------------------- /news corpus/ettoday/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/33.txt -------------------------------------------------------------------------------- /news corpus/ettoday/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/34.txt -------------------------------------------------------------------------------- /news corpus/ettoday/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/35.txt -------------------------------------------------------------------------------- /news corpus/ettoday/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/36.txt -------------------------------------------------------------------------------- /news corpus/ettoday/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/37.txt -------------------------------------------------------------------------------- /news corpus/ettoday/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/38.txt -------------------------------------------------------------------------------- /news corpus/ettoday/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/39.txt -------------------------------------------------------------------------------- /news corpus/ettoday/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/4.txt -------------------------------------------------------------------------------- /news corpus/ettoday/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/40.txt -------------------------------------------------------------------------------- /news corpus/ettoday/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/41.txt -------------------------------------------------------------------------------- /news corpus/ettoday/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/42.txt -------------------------------------------------------------------------------- /news corpus/ettoday/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/43.txt -------------------------------------------------------------------------------- /news corpus/ettoday/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/44.txt -------------------------------------------------------------------------------- /news corpus/ettoday/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/45.txt -------------------------------------------------------------------------------- /news corpus/ettoday/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/46.txt -------------------------------------------------------------------------------- /news corpus/ettoday/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/47.txt -------------------------------------------------------------------------------- /news corpus/ettoday/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/48.txt -------------------------------------------------------------------------------- /news corpus/ettoday/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/49.txt -------------------------------------------------------------------------------- /news corpus/ettoday/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/5.txt -------------------------------------------------------------------------------- /news corpus/ettoday/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/50.txt -------------------------------------------------------------------------------- /news corpus/ettoday/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/51.txt -------------------------------------------------------------------------------- /news corpus/ettoday/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/52.txt -------------------------------------------------------------------------------- /news corpus/ettoday/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/53.txt -------------------------------------------------------------------------------- /news corpus/ettoday/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/54.txt -------------------------------------------------------------------------------- /news corpus/ettoday/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/55.txt -------------------------------------------------------------------------------- /news corpus/ettoday/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/56.txt -------------------------------------------------------------------------------- /news corpus/ettoday/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/57.txt -------------------------------------------------------------------------------- /news corpus/ettoday/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/58.txt -------------------------------------------------------------------------------- /news corpus/ettoday/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/59.txt -------------------------------------------------------------------------------- /news corpus/ettoday/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/6.txt -------------------------------------------------------------------------------- /news corpus/ettoday/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/60.txt -------------------------------------------------------------------------------- /news corpus/ettoday/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/61.txt -------------------------------------------------------------------------------- /news corpus/ettoday/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/62.txt -------------------------------------------------------------------------------- /news corpus/ettoday/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/63.txt -------------------------------------------------------------------------------- /news corpus/ettoday/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/64.txt -------------------------------------------------------------------------------- /news corpus/ettoday/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/65.txt -------------------------------------------------------------------------------- /news corpus/ettoday/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/66.txt -------------------------------------------------------------------------------- /news corpus/ettoday/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/67.txt -------------------------------------------------------------------------------- /news corpus/ettoday/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/68.txt -------------------------------------------------------------------------------- /news corpus/ettoday/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/69.txt -------------------------------------------------------------------------------- /news corpus/ettoday/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/7.txt -------------------------------------------------------------------------------- /news corpus/ettoday/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/70.txt -------------------------------------------------------------------------------- /news corpus/ettoday/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/71.txt -------------------------------------------------------------------------------- /news corpus/ettoday/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/72.txt -------------------------------------------------------------------------------- /news corpus/ettoday/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/73.txt -------------------------------------------------------------------------------- /news corpus/ettoday/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/74.txt -------------------------------------------------------------------------------- /news corpus/ettoday/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/75.txt -------------------------------------------------------------------------------- /news corpus/ettoday/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/76.txt -------------------------------------------------------------------------------- /news corpus/ettoday/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/77.txt -------------------------------------------------------------------------------- /news corpus/ettoday/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/78.txt -------------------------------------------------------------------------------- /news corpus/ettoday/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/79.txt -------------------------------------------------------------------------------- /news corpus/ettoday/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/8.txt -------------------------------------------------------------------------------- /news corpus/ettoday/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/81.txt -------------------------------------------------------------------------------- /news corpus/ettoday/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/82.txt -------------------------------------------------------------------------------- /news corpus/ettoday/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/84.txt -------------------------------------------------------------------------------- /news corpus/ettoday/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/85.txt -------------------------------------------------------------------------------- /news corpus/ettoday/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/86.txt -------------------------------------------------------------------------------- /news corpus/ettoday/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/87.txt -------------------------------------------------------------------------------- /news corpus/ettoday/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/88.txt -------------------------------------------------------------------------------- /news corpus/ettoday/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/89.txt -------------------------------------------------------------------------------- /news corpus/ettoday/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/9.txt -------------------------------------------------------------------------------- /news corpus/ettoday/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/90.txt -------------------------------------------------------------------------------- /news corpus/ettoday/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/92.txt -------------------------------------------------------------------------------- /news corpus/ettoday/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/93.txt -------------------------------------------------------------------------------- /news corpus/ettoday/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/95.txt -------------------------------------------------------------------------------- /news corpus/ettoday/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/97.txt -------------------------------------------------------------------------------- /news corpus/ettoday/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/98.txt -------------------------------------------------------------------------------- /news corpus/ettoday/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/ettoday/99.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/0.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/10.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/100.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/101.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/102.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/102.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/104.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/105.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/105.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/106.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/106.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/107.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/107.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/108.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/108.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/109.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/109.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/11.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/110.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/110.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/111.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/111.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/116.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/116.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/117.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/118.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/118.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/12.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/120.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/120.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/121.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/122.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/122.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/123.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/123.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/125.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/125.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/126.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/127.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/128.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/129.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/129.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/13.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/130.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/131.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/132.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/132.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/133.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/133.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/134.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/134.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/135.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/135.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/136.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/136.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/138.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/138.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/139.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/139.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/14.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/140.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/140.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/141.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/141.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/142.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/143.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/143.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/144.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/144.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/145.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/145.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/146.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/146.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/147.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/148.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/148.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/149.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/149.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/15.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/150.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/150.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/151.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/151.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/152.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/152.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/153.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/153.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/154.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/154.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/155.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/155.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/156.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/156.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/157.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/157.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/158.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/158.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/159.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/159.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/16.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/160.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/161.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/161.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/162.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/162.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/163.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/163.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/164.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/164.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/165.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/165.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/166.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/166.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/167.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/167.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/168.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/168.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/169.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/169.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/17.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/170.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/170.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/171.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/171.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/172.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/172.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/173.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/173.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/174.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/174.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/175.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/175.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/176.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/176.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/177.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/177.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/178.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/178.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/179.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/179.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/18.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/181.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/181.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/182.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/182.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/183.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/183.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/184.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/184.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/185.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/185.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/186.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/186.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/187.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/187.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/188.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/188.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/189.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/189.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/19.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/190.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/190.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/191.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/191.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/192.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/192.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/193.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/193.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/194.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/194.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/197.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/197.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/198.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/198.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/199.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/199.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/20.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/200.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/200.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/201.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/201.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/202.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/202.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/203.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/203.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/204.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/204.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/205.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/205.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/206.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/206.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/207.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/207.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/208.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/208.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/209.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/209.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/21.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/210.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/210.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/211.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/212.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/213.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/213.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/214.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/214.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/215.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/215.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/216.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/216.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/217.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/217.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/218.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/218.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/219.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/219.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/22.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/220.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/220.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/221.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/221.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/222.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/222.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/223.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/223.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/224.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/224.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/225.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/225.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/226.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/226.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/227.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/228.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/228.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/229.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/229.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/23.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/230.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/230.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/231.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/231.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/232.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/232.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/237.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/237.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/239.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/239.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/240.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/241.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/241.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/242.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/242.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/243.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/243.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/244.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/244.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/245.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/245.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/246.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/247.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/247.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/248.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/248.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/252.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/252.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/253.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/253.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/254.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/254.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/255.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/255.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/256.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/256.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/257.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/257.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/258.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/258.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/259.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/259.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/260.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/260.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/261.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/261.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/262.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/262.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/263.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/263.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/268.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/268.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/272.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/272.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/273.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/273.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/275.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/275.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/279.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/279.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/280.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/280.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/281.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/281.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/282.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/282.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/283.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/283.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/288.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/288.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/289.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/289.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/290.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/290.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/291.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/291.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/296.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/296.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/297.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/297.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/298.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/298.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/3.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/300.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/301.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/301.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/302.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/302.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/303.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/303.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/304.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/304.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/305.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/305.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/308.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/308.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/309.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/309.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/310.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/310.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/311.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/311.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/312.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/312.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/313.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/313.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/314.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/314.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/315.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/315.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/316.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/316.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/317.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/317.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/318.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/318.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/319.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/319.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/320.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/320.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/321.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/321.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/322.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/322.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/323.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/323.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/324.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/324.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/325.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/325.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/326.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/326.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/327.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/327.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/328.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/328.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/329.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/329.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/333.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/333.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/334.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/334.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/335.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/335.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/336.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/336.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/34.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/341.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/341.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/342.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/342.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/345.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/345.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/346.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/346.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/347.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/347.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/349.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/349.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/35.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/350.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/350.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/351.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/351.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/352.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/352.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/353.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/353.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/357.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/357.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/359.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/359.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/36.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/361.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/361.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/362.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/362.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/363.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/363.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/364.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/364.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/37.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/379.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/379.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/386.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/386.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/39.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/390.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/390.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/392.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/392.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/393.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/393.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/394.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/394.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/395.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/395.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/396.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/396.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/397.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/397.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/4.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/40.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/402.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/402.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/404.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/404.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/405.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/405.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/41.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/410.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/410.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/411.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/411.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/412.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/412.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/413.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/413.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/415.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/415.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/416.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/416.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/417.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/417.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/418.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/418.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/419.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/419.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/42.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/420.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/420.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/421.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/421.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/422.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/422.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/423.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/423.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/424.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/424.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/425.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/425.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/426.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/426.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/427.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/427.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/43.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/438.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/438.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/44.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/440.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/440.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/442.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/442.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/445.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/445.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/447.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/447.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/449.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/449.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/45.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/450.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/450.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/455.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/455.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/456.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/456.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/458.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/458.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/459.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/459.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/46.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/460.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/460.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/461.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/461.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/462.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/462.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/463.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/463.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/464.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/464.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/465.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/465.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/466.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/466.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/467.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/467.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/468.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/468.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/469.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/469.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/47.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/470.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/470.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/472.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/472.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/473.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/473.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/474.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/474.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/475.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/475.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/476.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/476.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/477.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/477.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/478.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/478.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/479.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/479.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/48.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/480.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/480.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/481.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/481.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/482.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/482.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/483.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/483.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/484.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/484.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/485.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/485.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/486.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/486.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/487.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/487.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/488.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/488.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/49.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/490.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/490.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/492.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/492.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/493.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/493.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/494.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/494.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/495.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/495.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/496.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/496.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/497.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/497.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/498.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/498.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/499.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/499.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/5.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/50.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/500.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/500.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/501.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/501.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/502.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/502.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/503.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/503.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/504.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/504.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/506.txt: -------------------------------------------------------------------------------- 1 |   -------------------------------------------------------------------------------- /news corpus/nownews/news/507.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/507.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/51.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/510.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/510.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/511.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/511.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/512.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/512.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/513.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/513.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/514.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/514.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/515.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/515.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/516.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/516.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/517.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/517.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/518.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/518.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/519.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/519.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/52.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/520.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/520.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/522.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/522.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/523.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/523.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/525.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/525.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/526.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/526.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/527.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/527.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/528.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/528.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/529.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/529.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/53.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/530.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/530.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/531.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/531.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/532.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/532.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/533.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/533.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/534.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/534.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/535.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/535.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/536.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/536.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/537.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/537.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/538.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/538.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/539.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/539.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/54.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/541.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/541.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/542.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/542.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/543.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/543.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/545.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/545.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/546.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/546.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/547.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/547.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/549.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/549.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/55.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/550.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/550.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/551.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/551.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/552.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/552.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/553.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/553.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/554.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/554.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/555.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/555.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/556.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/556.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/557.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/557.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/558.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/558.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/559.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/559.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/56.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/560.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/560.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/57.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/58.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/59.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/6.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/60.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/61.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/62.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/63.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/64.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/65.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/66.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/67.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/68.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/69.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/7.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/70.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/71.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/72.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/73.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/74.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/76.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/77.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/78.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/79.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/8.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/80.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/81.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/82.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/83.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/84.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/85.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/86.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/87.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/88.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/89.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/9.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/90.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/91.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/92.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/93.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/94.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/95.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/96.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/97.txt -------------------------------------------------------------------------------- /news corpus/nownews/news/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/nownews/news/99.txt -------------------------------------------------------------------------------- /news corpus/udn/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/0.txt -------------------------------------------------------------------------------- /news corpus/udn/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/1.txt -------------------------------------------------------------------------------- /news corpus/udn/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/10.txt -------------------------------------------------------------------------------- /news corpus/udn/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/11.txt -------------------------------------------------------------------------------- /news corpus/udn/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/13.txt -------------------------------------------------------------------------------- /news corpus/udn/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/14.txt -------------------------------------------------------------------------------- /news corpus/udn/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/15.txt -------------------------------------------------------------------------------- /news corpus/udn/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/17.txt -------------------------------------------------------------------------------- /news corpus/udn/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/18.txt -------------------------------------------------------------------------------- /news corpus/udn/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/19.txt -------------------------------------------------------------------------------- /news corpus/udn/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/2.txt -------------------------------------------------------------------------------- /news corpus/udn/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/20.txt -------------------------------------------------------------------------------- /news corpus/udn/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/21.txt -------------------------------------------------------------------------------- /news corpus/udn/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/22.txt -------------------------------------------------------------------------------- /news corpus/udn/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/23.txt -------------------------------------------------------------------------------- /news corpus/udn/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/24.txt -------------------------------------------------------------------------------- /news corpus/udn/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/25.txt -------------------------------------------------------------------------------- /news corpus/udn/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/3.txt -------------------------------------------------------------------------------- /news corpus/udn/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/4.txt -------------------------------------------------------------------------------- /news corpus/udn/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/5.txt -------------------------------------------------------------------------------- /news corpus/udn/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/6.txt -------------------------------------------------------------------------------- /news corpus/udn/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/7.txt -------------------------------------------------------------------------------- /news corpus/udn/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/8.txt -------------------------------------------------------------------------------- /news corpus/udn/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EternalFeather/Chatbot-Training-Corpus/HEAD/news corpus/udn/9.txt --------------------------------------------------------------------------------