├── Chapter01 ├── recipe1.py ├── recipe2.py ├── recipe3.py ├── recipe4.py ├── recipe5.py ├── recipe6.py └── recipe7.py ├── Chapter02 ├── pdf.py ├── recipe1.py ├── recipe2.py ├── recipe3.py ├── recipe4.py ├── recipe5.py ├── recipe6.py ├── recipe7.py ├── sample-one-line.docx ├── sample-one-line.pdf ├── sample-one-line.protected.pdf ├── sample-pdf.pdf └── word.py ├── Chapter03 ├── recipe1.py ├── recipe2.py ├── recipe3.py ├── recipe4.py ├── recipe5.py └── recipe6.py ├── Chapter04 ├── recipe1.py ├── recipe2.py ├── recipe3.py ├── recipe4.py ├── recipe5.py ├── recipe6.py └── recipe7.py ├── Chapter05 ├── Exploring.py ├── Grammar.py ├── OwnTagger.py ├── PCFG.py ├── RecursiveCFG.py └── Train3.py ├── Chapter06 ├── Chunker.py ├── ParsingChart.py ├── ParsingDG.py ├── ParsingRD.py ├── ParsingSR.py ├── SimpleChunker.py └── Training.py ├── Chapter07 ├── ContextTagger.py ├── Dictionary.py ├── DocumentClassify.py ├── Features.py ├── NER.py ├── OwnNE.py └── Segmentation.py ├── Chapter08 ├── AdvSentiment.py ├── Anaphora.py ├── Conversational.py ├── IdentifyingTopic.py ├── PipelineQ.py ├── Sentiment.py ├── Similarity.py ├── Summarize.py └── WordSense.py ├── Chapter09 ├── 9.2 Email_Classification.py ├── 9.3 Email_Classfn_CNN_1D.py ├── 9.4 imdb_bidirectional_lstm.py ├── 9.5 Skipgram_Keras.py └── alice_in_wonderland.txt ├── Chapter10 ├── 10.1 lstm_text_generation.py ├── 10.2_Question_n_Answer_memory_network.py ├── 10.3 Predict Next Word.py ├── 10.4 Chatbot by Generation.py ├── alice_in_wonderland.txt ├── bot.txt ├── qa1_single-supporting-fact_test.txt ├── qa1_single-supporting-fact_train.txt └── shakespeare_final.txt ├── LICENSE ├── README.md └── datasets ├── README ├── mix20_rand700_tokens_cleaned ├── README └── tokens │ ├── neg │ ├── cv000_tok-9611.txt │ ├── cv001_tok-19324.txt │ ├── cv002_tok-3321.txt │ ├── cv003_tok-13044.txt │ ├── cv004_tok-25944.txt │ ├── cv005_tok-24602.txt │ ├── cv006_tok-29539.txt │ ├── cv007_tok-11669.txt │ ├── cv008_tok-11555.txt │ ├── cv009_tok-19587.txt │ ├── cv010_tok-2188.txt │ ├── cv011_tok-7845.txt │ ├── cv012_tok-26965.txt │ ├── cv013_tok-14854.txt │ ├── cv014_tok-12391.txt │ ├── cv015_tok-23730.txt │ ├── cv016_tok-16970.txt │ ├── cv017_tok-27221.txt │ ├── cv018_tok-11502.txt │ ├── cv019_tok-2003.txt │ ├── cv020_tok-13096.txt │ ├── cv021_tok-29141.txt │ ├── cv022_tok-25633.txt │ ├── cv023_tok-25625.txt │ ├── cv024_tok-22867.txt │ ├── cv025_tok-12991.txt │ ├── cv026_tok-23590.txt │ ├── cv027_tok-20123.txt │ ├── cv028_tok-25883.txt │ ├── cv029_tok-27815.txt │ ├── cv030_tok-23788.txt │ ├── cv031_tok-25886.txt │ ├── cv032_tok-9567.txt │ ├── cv033_tok-13710.txt │ ├── cv034_tok-25395.txt │ ├── cv035_tok-22978.txt │ ├── cv036_tok-9704.txt │ ├── cv037_tok-18875.txt │ ├── cv038_tok-25639.txt │ ├── cv039_tok-11790.txt │ ├── cv040_tok-24758.txt │ ├── cv041_tok-17672.txt │ ├── cv042_tok-23615.txt │ ├── cv043_tok-12173.txt │ ├── cv044_tok-13701.txt │ ├── cv045_tok-13307.txt │ ├── cv046_tok-14467.txt │ ├── cv047_tok-26750.txt │ ├── cv048_tok-14254.txt │ ├── cv049_tok-24355.txt │ ├── cv050_tok-17527.txt │ ├── cv051_tok-11185.txt │ ├── cv052_tok-5653.txt │ ├── cv053_tok-16799.txt │ ├── cv054_tok-9183.txt │ ├── cv055_tok-24153.txt │ ├── cv056_tok-14710.txt │ ├── cv057_tok-20206.txt │ ├── cv058_tok-15653.txt │ ├── cv059_tok-8583.txt │ ├── cv060_tok-14541.txt │ ├── cv061_tok-9126.txt │ ├── cv062_tok-12406.txt │ ├── cv063_tok-10848.txt │ ├── cv064_tok-16451.txt │ ├── cv065_tok-11153.txt │ ├── cv066_tok-2018.txt │ ├── cv067_tok-21549.txt │ ├── cv068_tok-12683.txt │ ├── cv069_tok-11865.txt │ ├── cv070_tok-20301.txt │ ├── cv071_tok-23104.txt │ ├── cv072_tok-16218.txt │ ├── cv073_tok-5425.txt │ ├── cv074_tok-11668.txt │ ├── cv075_tok-18185.txt │ ├── cv076_tok-14419.txt │ ├── cv077_tok-18725.txt │ ├── cv078_tok-21038.txt │ ├── cv079_tok-26009.txt │ ├── cv080_tok-13164.txt │ ├── cv081_tok-18077.txt │ ├── cv082_tok-26375.txt │ ├── cv083_tok-15981.txt │ ├── cv084_tok-7912.txt │ ├── cv085_tok-15948.txt │ ├── cv086_tok-29002.txt │ ├── cv087_tok-20128.txt │ ├── cv088_tok-24120.txt │ ├── cv089_tok-27063.txt │ ├── cv090_tok-11851.txt │ ├── cv091_tok-0612.txt │ ├── cv092_tok-5562.txt │ ├── cv093_tok-18380.txt │ ├── cv094_tok-4992.txt │ ├── cv095_tok-13660.txt │ ├── cv096_tok-24631.txt │ ├── cv097_tok-9469.txt │ ├── cv098_tok-19135.txt │ ├── cv099_tok-18662.txt │ ├── cv100_tok-20095.txt │ ├── cv101_tok-24219.txt │ ├── cv102_tok-26890.txt │ ├── cv103_tok-28381.txt │ ├── cv104_tok-11601.txt │ ├── cv105_tok-20325.txt │ ├── cv106_tok-14668.txt │ ├── cv107_tok-28898.txt │ ├── cv108_tok-13478.txt │ ├── cv109_tok-10152.txt │ ├── cv110_tok-28344.txt │ ├── cv111_tok-11625.txt │ ├── cv112_tok-16585.txt │ ├── cv113_tok-23451.txt │ ├── cv114_tok-16135.txt │ ├── cv115_tok-15080.txt │ ├── cv116_tok-9636.txt │ ├── cv117_tok-10247.txt │ ├── cv118_tok-11320.txt │ ├── cv119_tok-25870.txt │ ├── cv120_tok-12182.txt │ ├── cv121_tok-18973.txt │ ├── cv122_tok-4509.txt │ ├── cv123_tok-19874.txt │ ├── cv124_tok-26479.txt │ ├── cv125_tok-5918.txt │ ├── cv126_tok-29825.txt │ ├── cv127_tok-5301.txt │ ├── cv128_tok-7245.txt │ ├── cv129_tok-24973.txt │ ├── cv130_tok-8319.txt │ ├── cv131_tok-11119.txt │ ├── cv132_tok-29083.txt │ ├── cv133_tok-15652.txt │ ├── cv134_tok-5743.txt │ ├── cv135_tok-11146.txt │ ├── cv136_tok-17638.txt │ ├── cv137_tok-11963.txt │ ├── cv138_tok-13988.txt │ ├── cv139_tok-22512.txt │ ├── cv140_tok-20790.txt │ ├── cv141_tok-19546.txt │ ├── cv142_tok-10859.txt │ ├── cv143_tok-7893.txt │ ├── cv144_tok-14311.txt │ ├── cv145_tok-29292.txt │ ├── cv146_tok-17277.txt │ ├── cv147_tok-14620.txt │ ├── cv148_tok-12723.txt │ ├── cv149_tok-14540.txt │ ├── cv150_tok-18938.txt │ ├── cv151_tok-26106.txt │ ├── cv152_tok-7571.txt │ ├── cv153_tok-21198.txt │ ├── cv154_tok-10706.txt │ ├── cv155_tok-11920.txt │ ├── cv156_tok-19046.txt │ ├── cv157_tok-19147.txt │ ├── cv158_tok-6654.txt │ ├── cv159_tok-25470.txt │ ├── cv160_tok-29356.txt │ ├── cv161_tok-23503.txt │ ├── cv162_tok-26844.txt │ ├── cv163_tok-18610.txt │ ├── cv164_tok-10606.txt │ ├── cv165_tok-22893.txt │ ├── cv166_tok-23172.txt │ ├── cv167_tok-27407.txt │ ├── cv168_tok-4250.txt │ ├── cv169_tok-10229.txt │ ├── cv170_tok-18402.txt │ ├── cv171_tok-12766.txt │ ├── cv172_tok-9076.txt │ ├── cv173_tok-11316.txt │ ├── cv174_tok-19826.txt │ ├── cv175_tok-18960.txt │ ├── cv176_tok-15880.txt │ ├── cv177_tok-29625.txt │ ├── cv178_tok-18689.txt │ ├── cv179_tok-14006.txt │ ├── cv180_tok-29281.txt │ ├── cv181_tok-29326.txt │ ├── cv182_tok-25803.txt │ ├── cv183_tok-18186.txt │ ├── cv184_tok-20654.txt │ ├── cv185_tok-22786.txt │ ├── cv186_tok-28009.txt │ ├── cv187_tok-29374.txt │ ├── cv188_tok-27386.txt │ ├── cv189_tok-12513.txt │ ├── cv190_tok-17313.txt │ ├── cv191_tok-29132.txt │ ├── cv192_tok-29416.txt │ ├── cv193_tok-28093.txt │ ├── cv194_tok-12447.txt │ ├── cv195_tok-10704.txt │ ├── cv196_tok-25263.txt │ ├── cv197_tok-20306.txt │ ├── cv198_tok-11090.txt │ ├── cv199_tok-16299.txt │ ├── cv200_tok-14899.txt │ ├── cv201_tok-16077.txt │ ├── cv202_tok-15873.txt │ ├── cv203_tok-7773.txt │ ├── cv204_tok-6937.txt │ ├── cv205_tok-9909.txt │ ├── cv206_tok-15604.txt │ ├── cv207_tok-29808.txt │ ├── cv208_tok-17138.txt │ ├── cv209_tok-16563.txt │ ├── cv210_tok-15092.txt │ ├── cv211_tok-20701.txt │ ├── cv212_tok-29271.txt │ ├── cv213_tok-10363.txt │ ├── cv214_tok-11934.txt │ ├── cv215_tok-21565.txt │ ├── cv216_tok-27832.txt │ ├── cv217_tok-29465.txt │ ├── cv218_tok-20838.txt │ ├── cv219_tok-11130.txt │ ├── cv220_tok-16506.txt │ ├── cv221_tok-11058.txt │ ├── cv222_tok-19127.txt │ ├── cv223_tok-11761.txt │ ├── cv224_tok-15182.txt │ ├── cv225_tok-23018.txt │ ├── cv226_tok-12971.txt │ ├── cv227_tok-23748.txt │ ├── cv228_tok-23256.txt │ ├── cv229_tok-9484.txt │ ├── cv230_tok-5010.txt │ ├── cv231_tok-24634.txt │ ├── cv232_tok-6833.txt │ ├── cv233_tok-7435.txt │ ├── cv234_tok-28890.txt │ ├── cv235_tok-13412.txt │ ├── cv236_tok-19051.txt │ ├── cv237_tok-26058.txt │ ├── cv238_tok-14542.txt │ ├── cv239_tok-24885.txt │ ├── cv240_tok-7907.txt │ ├── cv241_tok-21519.txt │ ├── cv242_tok-13903.txt │ ├── cv243_tok-21901.txt │ ├── cv244_tok-14825.txt │ ├── cv245_tok-14009.txt │ ├── cv246_tok-18189.txt │ ├── cv247_tok-14944.txt │ ├── cv248_tok-17823.txt │ ├── cv249_tok-15275.txt │ ├── cv250_tok-2836.txt │ ├── cv251_tok-10475.txt │ ├── cv252_tok-28837.txt │ ├── cv253_tok-17065.txt │ ├── cv254_tok-11951.txt │ ├── cv255_tok-11186.txt │ ├── cv256_tok-17949.txt │ ├── cv257_tok-20349.txt │ ├── cv258_tok-15032.txt │ ├── cv259_tok-13518.txt │ ├── cv260_tok-18536.txt │ ├── cv261_tok-24932.txt │ ├── cv262_tok-16117.txt │ ├── cv263_tok-24157.txt │ ├── cv264_tok-16679.txt │ ├── cv265_tok-4595.txt │ ├── cv266_tok-5311.txt │ ├── cv267_tok-13643.txt │ ├── cv268_tok-11421.txt │ ├── cv269_tok-19393.txt │ ├── cv270_tok-26085.txt │ ├── cv271_tok-13020.txt │ ├── cv272_tok-0316.txt │ ├── cv273_tok-29386.txt │ ├── cv274_tok-26113.txt │ ├── cv275_tok-8955.txt │ ├── cv276_tok-17560.txt │ ├── cv277_tok-13229.txt │ ├── cv278_tok-16095.txt │ ├── cv279_tok-23947.txt │ ├── cv280_tok-21672.txt │ ├── cv281_tok-9459.txt │ ├── cv282_tok-17022.txt │ ├── cv283_tok-24782.txt │ ├── cv284_tok-10350.txt │ ├── cv285_tok-10266.txt │ ├── cv286_tok-19487.txt │ ├── cv287_tok-19207.txt │ ├── cv288_tok-27167.txt │ ├── cv289_tok-26592.txt │ ├── cv290_tok-9740.txt │ ├── cv291_tok-29828.txt │ ├── cv292_tok-11615.txt │ ├── cv293_tok-27755.txt │ ├── cv294_tok-12642.txt │ ├── cv295_tok-13516.txt │ ├── cv296_tok-1054.txt │ ├── cv297_tok-5627.txt │ ├── cv298_tok-29444.txt │ ├── cv299_tok-13812.txt │ ├── cv300_tok-25472.txt │ ├── cv301_tok-20543.txt │ ├── cv302_tok-5107.txt │ ├── cv303_tok-11557.txt │ ├── cv304_tok-20467.txt │ ├── cv305_tok-24131.txt │ ├── cv306_tok-14636.txt │ ├── cv307_tok-20139.txt │ ├── cv308_tok-21453.txt │ ├── cv309_tok-2366.txt │ ├── cv310_tok-16557.txt │ ├── cv311_tok-21872.txt │ ├── cv312_tok-10911.txt │ ├── cv313_tok-29411.txt │ ├── cv314_tok-10751.txt │ ├── cv315_tok-11956.txt │ ├── cv316_tok-11593.txt │ ├── cv317_tok-14191.txt │ ├── cv318_tok-11945.txt │ ├── cv319_tok-20264.txt │ ├── cv320_tok-29120.txt │ ├── cv321_tok-10520.txt │ ├── cv322_tok-26688.txt │ ├── cv323_tok-20687.txt │ ├── cv324_tok-11763.txt │ ├── cv325_tok-12695.txt │ ├── cv326_tok-15164.txt │ ├── cv327_tok-20117.txt │ ├── cv328_tok-23090.txt │ ├── cv329_tok-17076.txt │ ├── cv330_tok-20174.txt │ ├── cv331_tok-5380.txt │ ├── cv332_tok-4888.txt │ ├── cv333_tok-17204.txt │ ├── cv334_tok-15688.txt │ ├── cv335_tok-12547.txt │ ├── cv336_tok-24857.txt │ ├── cv337_tok-12262.txt │ ├── cv338_tok-24961.txt │ ├── cv339_tok-26055.txt │ ├── cv340_tok-10533.txt │ ├── cv341_tok-23117.txt │ ├── cv342_tok-24681.txt │ ├── cv343_tok-9813.txt │ ├── cv344_tok-10967.txt │ ├── cv345_tok-5414.txt │ ├── cv346_tok-24609.txt │ ├── cv347_tok-16780.txt │ ├── cv348_tok-22403.txt │ ├── cv349_tok-29359.txt │ ├── cv350_tok-29549.txt │ ├── cv351_tok-23113.txt │ ├── cv352_tok-15921.txt │ ├── cv353_tok-9723.txt │ ├── cv354_tok-12384.txt │ ├── cv355_tok-10185.txt │ ├── cv356_tok-25842.txt │ ├── cv357_tok-19457.txt │ ├── cv358_tok-17179.txt │ ├── cv359_tok-27937.txt │ ├── cv360_tok-9930.txt │ ├── cv361_tok-29119.txt │ ├── cv362_tok-20426.txt │ ├── cv363_tok-21128.txt │ ├── cv364_tok-12688.txt │ ├── cv365_tok-20429.txt │ ├── cv366_tok-25678.txt │ ├── cv367_tok-12969.txt │ ├── cv368_tok-14539.txt │ ├── cv369_tok-17444.txt │ ├── cv370_tok-14513.txt │ ├── cv371_tok-18848.txt │ ├── cv372_tok-16080.txt │ ├── cv373_tok-25938.txt │ ├── cv374_tok-26964.txt │ ├── cv375_tok-0514.txt │ ├── cv376_tok-13249.txt │ ├── cv377_tok-22816.txt │ ├── cv378_tok-15002.txt │ ├── cv379_tok-24248.txt │ ├── cv380_tok-5079.txt │ ├── cv381_tok-25624.txt │ ├── cv382_tok-21934.txt │ ├── cv383_tok-5721.txt │ ├── cv384_tok-25866.txt │ ├── cv385_tok-14653.txt │ ├── cv386_tok-10970.txt │ ├── cv387_tok-17021.txt │ ├── cv388_tok-15557.txt │ ├── cv389_tok-8969.txt │ ├── cv390_tok-12253.txt │ ├── cv391_tok-29447.txt │ ├── cv392_tok-14887.txt │ ├── cv393_tok-29397.txt │ ├── cv394_tok-12674.txt │ ├── cv395_tok-17026.txt │ ├── cv396_tok-19675.txt │ ├── cv397_tok-10698.txt │ ├── cv398_tok-20507.txt │ ├── cv399_tok-16535.txt │ ├── cv400_tok-28683.txt │ ├── cv401_tok-29815.txt │ ├── cv402_tok-10613.txt │ ├── cv403_tok-11120.txt │ ├── cv404_tok-23487.txt │ ├── cv405_tok-12506.txt │ ├── cv406_tok-18155.txt │ ├── cv407_tok-20078.txt │ ├── cv408_tok-20839.txt │ ├── cv409_tok-19452.txt │ ├── cv410_tok-5090.txt │ ├── cv411_tok-18373.txt │ ├── cv412_tok-12727.txt │ ├── cv413_tok-11382.txt │ ├── cv414_tok-15183.txt │ ├── cv415_tok-28738.txt │ ├── cv416_tok-12603.txt │ ├── cv417_tok-14044.txt │ ├── cv418_tok-14630.txt │ ├── cv419_tok-16024.txt │ ├── cv420_tok-19560.txt │ ├── cv421_tok-26204.txt │ ├── cv422_tok-10724.txt │ ├── cv423_tok-10742.txt │ ├── cv424_tok-29318.txt │ ├── cv425_tok-8417.txt │ ├── cv426_tok-23374.txt │ ├── cv427_tok-20165.txt │ ├── cv428_tok-20300.txt │ ├── cv429_tok-11028.txt │ ├── cv430_tok-26404.txt │ ├── cv431_tok-7937.txt │ ├── cv432_tok-16562.txt │ ├── cv433_tok-6824.txt │ ├── cv434_tok-29273.txt │ ├── cv435_tok-17966.txt │ ├── cv436_tok-10377.txt │ ├── cv437_tok-18687.txt │ ├── cv438_tok-17297.txt │ ├── cv439_tok-21510.txt │ ├── cv440_tok-25974.txt │ ├── cv441_tok-9002.txt │ ├── cv442_tok-27163.txt │ ├── cv443_tok-20084.txt │ ├── cv444_tok-18385.txt │ ├── cv445_tok-5393.txt │ ├── cv446_tok-27987.txt │ ├── cv447_tok-19197.txt │ ├── cv448_tok-10768.txt │ ├── cv449_tok-15691.txt │ ├── cv450_tok-13677.txt │ ├── cv451_tok-28707.txt │ ├── cv452_tok-18656.txt │ ├── cv453_tok-17410.txt │ ├── cv454_tok-11816.txt │ ├── cv455_tok-12222.txt │ ├── cv456_tok-29420.txt │ ├── cv457_tok-28466.txt │ ├── cv458_tok-19400.txt │ ├── cv459_tok-29432.txt │ ├── cv460_tok-5367.txt │ ├── cv461_tok-17064.txt │ ├── cv462_tok-9843.txt │ ├── cv463_tok-17950.txt │ ├── cv464_tok-26838.txt │ ├── cv465_tok-29619.txt │ ├── cv466_tok-28631.txt │ ├── cv467_tok-17618.txt │ ├── cv468_tok-15681.txt │ ├── cv469_tok-15267.txt │ ├── cv470_tok-17819.txt │ ├── cv471_tok-18174.txt │ ├── cv472_tok-11943.txt │ ├── cv473_tok-14810.txt │ ├── cv474_tok-20168.txt │ ├── cv475_tok-28203.txt │ ├── cv476_tok-12926.txt │ ├── cv477_tok-23067.txt │ ├── cv478_tok-10537.txt │ ├── cv479_tok-23674.txt │ ├── cv480_tok-15230.txt │ ├── cv481_tok-10977.txt │ ├── cv482_tok-7136.txt │ ├── cv483_tok-11054.txt │ ├── cv484_tok-25274.txt │ ├── cv485_tok-4248.txt │ ├── cv486_tok-25043.txt │ ├── cv487_tok-11827.txt │ ├── cv488_tok-13847.txt │ ├── cv489_tok-4226.txt │ ├── cv490_tok-4442.txt │ ├── cv491_tok-29357.txt │ ├── cv492_tok-24854.txt │ ├── cv493_tok-9478.txt │ ├── cv494_tok-11693.txt │ ├── cv495_tok-18551.txt │ ├── cv496_tok-17126.txt │ ├── cv497_tok-17948.txt │ ├── cv498_tok-12371.txt │ ├── cv499_tok-6649.txt │ ├── cv500_tok-13146.txt │ ├── cv501_tok-19704.txt │ ├── cv502_tok-11981.txt │ ├── cv503_tok-15683.txt │ ├── cv504_tok-8235.txt │ ├── cv505_tok-17424.txt │ ├── cv506_tok-19689.txt │ ├── cv507_tok-20531.txt │ ├── cv508_tok-16079.txt │ ├── cv509_tok-11233.txt │ ├── cv510_tok-10104.txt │ ├── cv511_tok-17721.txt │ ├── cv512_tok-28882.txt │ ├── cv513_tok-12179.txt │ ├── cv514_tok-23401.txt │ ├── cv515_tok-22440.txt │ ├── cv516_tok-10722.txt │ ├── cv517_tok-9975.txt │ ├── cv518_tok-11610.txt │ ├── cv519_tok-12701.txt │ ├── cv520_tok-20758.txt │ ├── cv521_tok-28221.txt │ ├── cv522_tok-20266.txt │ ├── cv523_tok-23339.txt │ ├── cv524_tok-20616.txt │ ├── cv525_tok-11607.txt │ ├── cv526_tok-28522.txt │ ├── cv527_tok-28453.txt │ ├── cv528_tok-25667.txt │ ├── cv529_tok-13939.txt │ ├── cv530_tok-9973.txt │ ├── cv531_tok-11247.txt │ ├── cv532_tok-11471.txt │ ├── cv533_tok-23745.txt │ ├── cv534_tok-12128.txt │ ├── cv535_tok-19937.txt │ ├── cv536_tok-19345.txt │ ├── cv537_tok-24065.txt │ ├── cv538_tok-12106.txt │ ├── cv539_tok-17931.txt │ ├── cv540_tok-10668.txt │ ├── cv541_tok-18484.txt │ ├── cv542_tok-29423.txt │ ├── cv543_tok-10287.txt │ ├── cv544_tok-25047.txt │ ├── cv545_tok-17354.txt │ ├── cv546_tok-15673.txt │ ├── cv547_tok-24217.txt │ ├── cv548_tok-22663.txt │ ├── cv549_tok-12178.txt │ ├── cv550_tok-18608.txt │ ├── cv551_tok-21834.txt │ ├── cv552_tok-13850.txt │ ├── cv553_tok-27936.txt │ ├── cv554_tok-13390.txt │ ├── cv555_tok-16925.txt │ ├── cv556_tok-14285.txt │ ├── cv557_tok-24760.txt │ ├── cv558_tok-29006.txt │ ├── cv559_tok-17078.txt │ ├── cv560_tok-14799.txt │ ├── cv561_tok-18471.txt │ ├── cv562_tok-26379.txt │ ├── cv563_tok-27217.txt │ ├── cv564_tok-5622.txt │ ├── cv565_tok-5626.txt │ ├── cv566_tok-4252.txt │ ├── cv567_tok-18129.txt │ ├── cv568_tok-10471.txt │ ├── cv569_tok-24855.txt │ ├── cv570_tok-29633.txt │ ├── cv571_tok-11568.txt │ ├── cv572_tok-17353.txt │ ├── cv573_tok-22268.txt │ ├── cv574_tok-23226.txt │ ├── cv575_tok-20855.txt │ ├── cv576_tok-19052.txt │ ├── cv577_tok-13758.txt │ ├── cv578_tok-8306.txt │ ├── cv579_tok-22940.txt │ ├── cv580_tok-5012.txt │ ├── cv581_tok-29376.txt │ ├── cv582_tok-17487.txt │ ├── cv583_tok-24881.txt │ ├── cv584_tok-12089.txt │ ├── cv585_tok-8500.txt │ ├── cv586_tok-19488.txt │ ├── cv587_tok-24974.txt │ ├── cv588_tok-9721.txt │ ├── cv589_tok-11893.txt │ ├── cv590_tok-7983.txt │ ├── cv591_tok-29061.txt │ ├── cv592_tok-10894.txt │ ├── cv593_tok-6472.txt │ ├── cv594_tok-14484.txt │ ├── cv595_tok-22123.txt │ ├── cv596_tok-27611.txt │ ├── cv597_tok-11812.txt │ ├── cv598_tok-28906.txt │ ├── cv599_tok-11859.txt │ ├── cv600_tok-9234.txt │ ├── cv601_tok-2283.txt │ ├── cv602_tok-10847.txt │ ├── cv603_tok-18184.txt │ ├── cv604_tok-21195.txt │ ├── cv605_tok-12048.txt │ ├── cv606_tok-15225.txt │ ├── cv607_tok-7731.txt │ ├── cv608_tok-29484.txt │ ├── cv609_tok-18621.txt │ ├── cv610_tok-25438.txt │ ├── cv611_tok-17060.txt │ ├── cv612_tok-12853.txt │ ├── cv613_tok-11927.txt │ ├── cv614_tok-15689.txt │ ├── cv615_tok-9632.txt │ ├── cv616_tok-20339.txt │ ├── cv617_tok-24070.txt │ ├── cv618_tok-16325.txt │ ├── cv619_tok-5358.txt │ ├── cv620_tok-11532.txt │ ├── cv621_tok-24354.txt │ ├── cv622_tok-9693.txt │ ├── cv623_tok-17930.txt │ ├── cv624_tok-18090.txt │ ├── cv625_tok-24574.txt │ ├── cv626_tok-12687.txt │ ├── cv627_tok-18379.txt │ ├── cv628_tok-24133.txt │ ├── cv629_tok-26880.txt │ ├── cv630_tok-23300.txt │ ├── cv631_tok-20288.txt │ ├── cv632_tok-14112.txt │ ├── cv633_tok-14245.txt │ ├── cv634_tok-29293.txt │ ├── cv635_tok-10042.txt │ ├── cv636_tok-10765.txt │ ├── cv637_tok-23140.txt │ ├── cv638_tok-11294.txt │ ├── cv639_tok-16459.txt │ ├── cv640_tok-10291.txt │ ├── cv641_tok-27488.txt │ ├── cv642_tok-14663.txt │ ├── cv643_tok-14108.txt │ ├── cv644_tok-16844.txt │ ├── cv645_tok-20917.txt │ ├── cv646_tok-5855.txt │ ├── cv647_tok-5770.txt │ ├── cv648_tok-27988.txt │ ├── cv649_tok-25942.txt │ ├── cv650_tok-12799.txt │ ├── cv651_tok-28796.txt │ ├── cv652_tok-13494.txt │ ├── cv653_tok-18242.txt │ ├── cv654_tok-11931.txt │ ├── cv655_tok-20022.txt │ ├── cv656_tok-29675.txt │ ├── cv657_tok-5168.txt │ ├── cv658_tok-24887.txt │ ├── cv659_tok-29187.txt │ ├── cv660_tok-14943.txt │ ├── cv661_tok-19547.txt │ ├── cv662_tok-27088.txt │ ├── cv663_tok-26468.txt │ ├── cv664_tok-9268.txt │ ├── cv665_tok-10797.txt │ ├── cv666_tok-16121.txt │ ├── cv667_tok-18241.txt │ ├── cv668_tok-23578.txt │ ├── cv669_tok-12224.txt │ ├── cv670_tok-9891.txt │ ├── cv671_tok-2156.txt │ ├── cv672_tok-20564.txt │ ├── cv673_tok-20092.txt │ ├── cv674_tok-16930.txt │ ├── cv675_tok-10091.txt │ ├── cv676_tok-0583.txt │ ├── cv677_tok-11723.txt │ ├── cv678_tok-18362.txt │ ├── cv679_tok-8584.txt │ ├── cv680_tok-12227.txt │ ├── cv681_tok-11979.txt │ ├── cv682_tok-16618.txt │ ├── cv683_tok-11354.txt │ ├── cv684_tok-10190.txt │ ├── cv685_tok-15200.txt │ ├── cv686_tok-19988.txt │ ├── cv687_tok-25406.txt │ ├── cv688_tok-29384.txt │ ├── cv689_tok-12427.txt │ ├── cv690_tok-26288.txt │ ├── cv691_tok-28993.txt │ ├── cv692_tok-4797.txt │ ├── cv693_tok-16529.txt │ ├── cv694_tok-19302.txt │ ├── cv695_tok-21695.txt │ ├── cv696_tok-28821.txt │ ├── cv697_tok-12765.txt │ ├── cv698_tok-20916.txt │ └── cv699_tok-0136.txt │ └── pos │ ├── cv000_tok-11609.txt │ ├── cv001_tok-10180.txt │ ├── cv002_tok-12931.txt │ ├── cv003_tok-8338.txt │ ├── cv004_tok-29856.txt │ ├── cv005_tok-26110.txt │ ├── cv006_tok-28887.txt │ ├── cv007_tok-14417.txt │ ├── cv008_tok-15650.txt │ ├── cv009_tok-6385.txt │ ├── cv010_tok-29740.txt │ ├── cv011_tok-9168.txt │ ├── cv012_tok-13106.txt │ ├── cv013_tok-13924.txt │ ├── cv014_tok-16534.txt │ ├── cv015_tok-13846.txt │ ├── cv016_tok-9867.txt │ ├── cv017_tok-29801.txt │ ├── cv018_tok-10094.txt │ ├── cv019_tok-11209.txt │ ├── cv020_tok-10493.txt │ ├── cv021_tok-9391.txt │ ├── cv022_tok-17069.txt │ ├── cv023_tok-12160.txt │ ├── cv024_tok-20251.txt │ ├── cv025_tok-12095.txt │ ├── cv026_tok-29622.txt │ ├── cv027_tok-18176.txt │ ├── cv028_tok-22015.txt │ ├── cv029_tok-10359.txt │ ├── cv030_tok-11739.txt │ ├── cv031_tok-10849.txt │ ├── cv032_tok-18177.txt │ ├── cv033_tok-13406.txt │ ├── cv034_tok-21430.txt │ ├── cv035_tok-22156.txt │ ├── cv036_tok-20629.txt │ ├── cv037_tok-11720.txt │ ├── cv038_tok-12062.txt │ ├── cv039_tok-10188.txt │ ├── cv040_tok-13050.txt │ ├── cv041_tok-19601.txt │ ├── cv042_tok-18507.txt │ ├── cv043_tok-24397.txt │ ├── cv044_tok-29505.txt │ ├── cv045_tok-29121.txt │ ├── cv046_tok-6621.txt │ ├── cv047_tok-17351.txt │ ├── cv048_tok-12726.txt │ ├── cv049_tok-15888.txt │ ├── cv050_tok-3977.txt │ ├── cv051_tok-21020.txt │ ├── cv052_tok-20314.txt │ ├── cv053_tok-10907.txt │ ├── cv054_tok-19456.txt │ ├── cv055_tok-20285.txt │ ├── cv056_tok-29634.txt │ ├── cv057_tok-14094.txt │ ├── cv058_tok-18040.txt │ ├── cv059_tok-29707.txt │ ├── cv060_tok-28114.txt │ ├── cv061_tok-28023.txt │ ├── cv062_tok-16617.txt │ ├── cv063_tok-28706.txt │ ├── cv064_tok-11800.txt │ ├── cv065_tok-23111.txt │ ├── cv066_tok-21119.txt │ ├── cv067_tok-13038.txt │ ├── cv068_tok-12672.txt │ ├── cv069_tok-2190.txt │ ├── cv070_tok-18626.txt │ ├── cv071_tok-19119.txt │ ├── cv072_tok-10331.txt │ ├── cv073_tok-5045.txt │ ├── cv074_tok-11857.txt │ ├── cv075_tok-17788.txt │ ├── cv076_tok-0581.txt │ ├── cv077_tok-10246.txt │ ├── cv078_tok-11948.txt │ ├── cv079_tok-10862.txt │ ├── cv080_tok-11136.txt │ ├── cv081_tok-8841.txt │ ├── cv082_tok-15467.txt │ ├── cv083_tok-14309.txt │ ├── cv084_tok-7020.txt │ ├── cv085_tok-10481.txt │ ├── cv086_tok-8123.txt │ ├── cv087_tok-15638.txt │ ├── cv088_tok-10534.txt │ ├── cv089_tok-12635.txt │ ├── cv090_tok-25253.txt │ ├── cv091_tok-20660.txt │ ├── cv092_tok-18271.txt │ ├── cv093_tok-19162.txt │ ├── cv094_tok-21100.txt │ ├── cv095_tok-16212.txt │ ├── cv096_tok-12690.txt │ ├── cv097_tok-15308.txt │ ├── cv098_tok-4967.txt │ ├── cv099_tok-15838.txt │ ├── cv100_tok-11699.txt │ ├── cv101_tok-14394.txt │ ├── cv102_tok-21103.txt │ ├── cv103_tok-15771.txt │ ├── cv104_tok-28425.txt │ ├── cv105_tok-10942.txt │ ├── cv106_tok-14111.txt │ ├── cv107_tok-10379.txt │ ├── cv108_tok-12767.txt │ ├── cv109_tok-16113.txt │ ├── cv110_tok-10420.txt │ ├── cv111_tok-11236.txt │ ├── cv112_tok-19726.txt │ ├── cv113_tok-15243.txt │ ├── cv114_tok-16533.txt │ ├── cv115_tok-13331.txt │ ├── cv116_tok-9457.txt │ ├── cv117_tok-8424.txt │ ├── cv118_tok-12047.txt │ ├── cv119_tok-23275.txt │ ├── cv120_tok-12839.txt │ ├── cv121_tok-6500.txt │ ├── cv122_tok-27743.txt │ ├── cv123_tok-22269.txt │ ├── cv124_tok-29590.txt │ ├── cv125_tok-24367.txt │ ├── cv126_tok-13691.txt │ ├── cv127_tok-22921.txt │ ├── cv128_tok-12756.txt │ ├── cv129_tok-23781.txt │ ├── cv130_tok-23427.txt │ ├── cv131_tok-19363.txt │ ├── cv132_tok-5618.txt │ ├── cv133_tok-26239.txt │ ├── cv134_tok-24277.txt │ ├── cv135_tok-18510.txt │ ├── cv136_tok-4471.txt │ ├── cv137_tok-10362.txt │ ├── cv138_tok-10690.txt │ ├── cv139_tok-10209.txt │ ├── cv140_tok-6014.txt │ ├── cv141_tok-10154.txt │ ├── cv142_tok-11890.txt │ ├── cv143_tok-18467.txt │ ├── cv144_tok-11449.txt │ ├── cv145_tok-12286.txt │ ├── cv146_tok-8396.txt │ ├── cv147_tok-10406.txt │ ├── cv148_tok-19179.txt │ ├── cv149_tok-10036.txt │ ├── cv150_tok-10123.txt │ ├── cv151_tok-11098.txt │ ├── cv152_tok-11860.txt │ ├── cv153_tok-1035.txt │ ├── cv154_tok-10175.txt │ ├── cv155_tok-13650.txt │ ├── cv156_tok-12349.txt │ ├── cv157_tok-29786.txt │ ├── cv158_tok-29319.txt │ ├── cv159_tok-9799.txt │ ├── cv160_tok-3416.txt │ ├── cv161_tok-10713.txt │ ├── cv162_tok-15537.txt │ ├── cv163_tok-17862.txt │ ├── cv164_tok-7574.txt │ ├── cv165_tok-11425.txt │ ├── cv166_tok-22431.txt │ ├── cv167_tok-11059.txt │ ├── cv168_tok-12256.txt │ ├── cv169_tok-17718.txt │ ├── cv170_tok-13252.txt │ ├── cv171_tok-10221.txt │ ├── cv172_tok-24266.txt │ ├── cv173_tok-22636.txt │ ├── cv174_tok-12359.txt │ ├── cv175_tok-17154.txt │ ├── cv176_tok-15918.txt │ ├── cv177_tok-10001.txt │ ├── cv178_tok-7453.txt │ ├── cv179_tok-10822.txt │ ├── cv180_tok-20034.txt │ ├── cv181_tok-10144.txt │ ├── cv182_tok-15953.txt │ ├── cv183_tok-17001.txt │ ├── cv184_tok-20191.txt │ ├── cv185_tok-15956.txt │ ├── cv186_tok-7085.txt │ ├── cv187_tok-12009.txt │ ├── cv188_tok-16638.txt │ ├── cv189_tok-11798.txt │ ├── cv190_tok-29198.txt │ ├── cv191_tok-11933.txt │ ├── cv192_tok-18541.txt │ ├── cv193_tok-12620.txt │ ├── cv194_tok-10685.txt │ ├── cv195_tok-13683.txt │ ├── cv196_tok-19220.txt │ ├── cv197_tok-25730.txt │ ├── cv198_tok-23776.txt │ ├── cv199_tok-29366.txt │ ├── cv200_tok-19912.txt │ ├── cv201_tok-16071.txt │ ├── cv202_tok-13115.txt │ ├── cv203_tok-25054.txt │ ├── cv204_tok-10080.txt │ ├── cv205_tok-16721.txt │ ├── cv206_tok-12590.txt │ ├── cv207_tok-10975.txt │ ├── cv208_tok-10364.txt │ ├── cv209_tok-24218.txt │ ├── cv210_tok-7751.txt │ ├── cv211_tok-24353.txt │ ├── cv212_tok-11472.txt │ ├── cv213_tok-29538.txt │ ├── cv214_tok-29332.txt │ ├── cv215_tok-23010.txt │ ├── cv216_tok-5088.txt │ ├── cv217_tok-12448.txt │ ├── cv218_tok-22601.txt │ ├── cv219_tok-22240.txt │ ├── cv220_tok-10368.txt │ ├── cv221_tok-20471.txt │ ├── cv222_tok-11962.txt │ ├── cv223_tok-4230.txt │ ├── cv224_tok-13681.txt │ ├── cv225_tok-14991.txt │ ├── cv226_tok-11393.txt │ ├── cv227_tok-16009.txt │ ├── cv228_tok-8817.txt │ ├── cv229_tok-11528.txt │ ├── cv230_tok-12901.txt │ ├── cv231_tok-15686.txt │ ├── cv232_tok-18168.txt │ ├── cv233_tok-12724.txt │ ├── cv234_tok-13419.txt │ ├── cv235_tok-11172.txt │ ├── cv236_tok-23452.txt │ ├── cv237_tok-28980.txt │ ├── cv238_tok-18636.txt │ ├── cv239_tok-29422.txt │ ├── cv240_tok-29525.txt │ ├── cv241_tok-17642.txt │ ├── cv242_tok-12762.txt │ ├── cv243_tok-5126.txt │ ├── cv244_tok-22147.txt │ ├── cv245_tok-19462.txt │ ├── cv246_tok-10038.txt │ ├── cv247_tok-26084.txt │ ├── cv248_tok-18791.txt │ ├── cv249_tok-18722.txt │ ├── cv250_tok-19995.txt │ ├── cv251_tok-26231.txt │ ├── cv252_tok-20469.txt │ ├── cv253_tok-19526.txt │ ├── cv254_tok-13711.txt │ ├── cv255_tok-15449.txt │ ├── cv256_tok-11576.txt │ ├── cv257_tok-10937.txt │ ├── cv258_tok-25234.txt │ ├── cv259_tok-25882.txt │ ├── cv260_tok-14730.txt │ ├── cv261_tok-11861.txt │ ├── cv262_tok-10678.txt │ ├── cv263_tok-10033.txt │ ├── cv264_tok-6965.txt │ ├── cv265_tok-11051.txt │ ├── cv266_tok-6875.txt │ ├── cv267_tok-17989.txt │ ├── cv268_tok-0811.txt │ ├── cv269_tok-10916.txt │ ├── cv270_tok-29235.txt │ ├── cv271_tok-11240.txt │ ├── cv272_tok-13223.txt │ ├── cv273_tok-10626.txt │ ├── cv274_tok-12014.txt │ ├── cv275_tok-12167.txt │ ├── cv276_tok-24215.txt │ ├── cv277_tok-10654.txt │ ├── cv278_tok-17924.txt │ ├── cv279_tok-15969.txt │ ├── cv280_tok-27724.txt │ ├── cv281_tok-12370.txt │ ├── cv282_tok-7439.txt │ ├── cv283_tok-16405.txt │ ├── cv284_tok-10073.txt │ ├── cv285_tok-13000.txt │ ├── cv286_tok-9530.txt │ ├── cv287_tok-14252.txt │ ├── cv288_tok-10926.txt │ ├── cv289_tok-8332.txt │ ├── cv290_tok-25396.txt │ ├── cv291_tok-20114.txt │ ├── cv292_tok-11776.txt │ ├── cv293_tok-5883.txt │ ├── cv294_tok-12972.txt │ ├── cv295_tok-13521.txt │ ├── cv296_tok-11353.txt │ ├── cv297_tok-13394.txt │ ├── cv298_tok-16139.txt │ ├── cv299_tok-19259.txt │ ├── cv300_tok-19831.txt │ ├── cv301_tok-18134.txt │ ├── cv302_tok-29013.txt │ ├── cv303_tok-18517.txt │ ├── cv304_tok-10308.txt │ ├── cv305_tok-14336.txt │ ├── cv306_tok-10026.txt │ ├── cv307_tok-7398.txt │ ├── cv308_tok-12426.txt │ ├── cv309_tok-12146.txt │ ├── cv310_tok-12587.txt │ ├── cv311_tok-10583.txt │ ├── cv312_tok-11603.txt │ ├── cv313_tok-19364.txt │ ├── cv314_tok-28997.txt │ ├── cv315_tok-29800.txt │ ├── cv316_tok-15684.txt │ ├── cv317_tok-10518.txt │ ├── cv318_tok-15253.txt │ ├── cv319_tok-23244.txt │ ├── cv320_tok-10251.txt │ ├── cv321_tok-29280.txt │ ├── cv322_tok-12245.txt │ ├── cv323_tok-24435.txt │ ├── cv324_tok-11182.txt │ ├── cv325_tok-19217.txt │ ├── cv326_tok-28892.txt │ ├── cv327_tok-10658.txt │ ├── cv328_tok-29692.txt │ ├── cv329_tok-15279.txt │ ├── cv330_tok-9709.txt │ ├── cv331_tok-29274.txt │ ├── cv332_tok-11084.txt │ ├── cv333_tok-29224.txt │ ├── cv334_tok-14528.txt │ ├── cv335_tok-12289.txt │ ├── cv336_tok-10681.txt │ ├── cv337_tok-14290.txt │ ├── cv338_tok-20112.txt │ ├── cv339_tok-10638.txt │ ├── cv340_tok-15954.txt │ ├── cv341_tok-14224.txt │ ├── cv342_tok-10814.txt │ ├── cv343_tok-12145.txt │ ├── cv344_tok-29737.txt │ ├── cv345_tok-9908.txt │ ├── cv346_tok-11690.txt │ ├── cv347_tok-10691.txt │ ├── cv348_tok-24201.txt │ ├── cv349_tok-7946.txt │ ├── cv350_tok-17737.txt │ ├── cv351_tok-17657.txt │ ├── cv352_tok-15970.txt │ ├── cv353_tok-29082.txt │ ├── cv354_tok-13227.txt │ ├── cv355_tok-11500.txt │ ├── cv356_tok-14107.txt │ ├── cv357_tok-10343.txt │ ├── cv358_tok-23862.txt │ ├── cv359_tok-24238.txt │ ├── cv360_tok-15530.txt │ ├── cv361_tok-7410.txt │ ├── cv362_tok-29691.txt │ ├── cv363_tok-29805.txt │ ├── cv364_tok-14611.txt │ ├── cv365_tok-21785.txt │ ├── cv366_tok-10514.txt │ ├── cv367_tok-10982.txt │ ├── cv368_tok-7890.txt │ ├── cv369_tok-23611.txt │ ├── cv370_tok-15964.txt │ ├── cv371_tok-24888.txt │ ├── cv372_tok-17631.txt │ ├── cv373_tok-28907.txt │ ├── cv374_tok-14808.txt │ ├── cv375_tok-21437.txt │ ├── cv376_tok-16976.txt │ ├── cv377_tok-7572.txt │ ├── cv378_tok-18453.txt │ ├── cv379_tok-16741.txt │ ├── cv380_tok-18179.txt │ ├── cv381_tok-12136.txt │ ├── cv382_tok-11565.txt │ ├── cv383_tok-10601.txt │ ├── cv384_tok-3670.txt │ ├── cv385_tok-7573.txt │ ├── cv386_tok-23778.txt │ ├── cv387_tok-4672.txt │ ├── cv388_tok-20172.txt │ ├── cv389_tok-23627.txt │ ├── cv390_tok-16378.txt │ ├── cv391_tok-29468.txt │ ├── cv392_tok-5009.txt │ ├── cv393_tok-11026.txt │ ├── cv394_tok-7540.txt │ ├── cv395_tok-27468.txt │ ├── cv396_tok-29722.txt │ ├── cv397_tok-22920.txt │ ├── cv398_tok-25270.txt │ ├── cv399_tok-19531.txt │ ├── cv400_tok-11748.txt │ ├── cv401_tok-11239.txt │ ├── cv402_tok-22550.txt │ ├── cv403_tok-19027.txt │ ├── cv404_tok-23115.txt │ ├── cv405_tok-10279.txt │ ├── cv406_tok-29627.txt │ ├── cv407_tok-17378.txt │ ├── cv408_tok-24111.txt │ ├── cv409_tok-11193.txt │ ├── cv410_tok-24246.txt │ ├── cv411_tok-18834.txt │ ├── cv412_tok-22157.txt │ ├── cv413_tok-23923.txt │ ├── cv414_tok-15422.txt │ ├── cv415_tok-22892.txt │ ├── cv416_tok-29439.txt │ ├── cv417_tok-15007.txt │ ├── cv418_tok-10147.txt │ ├── cv419_tok-10532.txt │ ├── cv420_tok-22064.txt │ ├── cv421_tok-16014.txt │ ├── cv422_tok-16180.txt │ ├── cv423_tok-8534.txt │ ├── cv424_tok-14952.txt │ ├── cv425_tok-20233.txt │ ├── cv426_tok-12735.txt │ ├── cv427_tok-12079.txt │ ├── cv428_tok-11458.txt │ ├── cv429_tok-16958.txt │ ├── cv430_tok-23981.txt │ ├── cv431_tok-29497.txt │ ├── cv432_tok-29741.txt │ ├── cv433_tok-16006.txt │ ├── cv434_tok-9390.txt │ ├── cv435_tok-15952.txt │ ├── cv436_tok-17028.txt │ ├── cv437_tok-13194.txt │ ├── cv438_tok-25436.txt │ ├── cv439_tok-13632.txt │ ├── cv440_tok-24265.txt │ ├── cv441_tok-17238.txt │ ├── cv442_tok-28944.txt │ ├── cv443_tok-11101.txt │ ├── cv444_tok-4968.txt │ ├── cv445_tok-23877.txt │ ├── cv446_tok-15037.txt │ ├── cv447_tok-13008.txt │ ├── cv448_tok-25113.txt │ ├── cv449_tok-18180.txt │ ├── cv450_tok-18817.txt │ ├── cv451_tok-19325.txt │ ├── cv452_tok-10307.txt │ ├── cv453_tok-13987.txt │ ├── cv454_tok-11053.txt │ ├── cv455_tok-25446.txt │ ├── cv456_tok-5007.txt │ ├── cv457_tok-12829.txt │ ├── cv458_tok-17822.txt │ ├── cv459_tok-12462.txt │ ├── cv460_tok-23360.txt │ ├── cv461_tok-29809.txt │ ├── cv462_tok-28654.txt │ ├── cv463_tok-28034.txt │ ├── cv464_tok-17451.txt │ ├── cv465_tok-10132.txt │ ├── cv466_tok-22246.txt │ ├── cv467_tok-23637.txt │ ├── cv468_tok-11620.txt │ ├── cv469_tok-12189.txt │ ├── cv470_tok-10845.txt │ ├── cv471_tok-21022.txt │ ├── cv472_tok-24511.txt │ ├── cv473_tok-7282.txt │ ├── cv474_tok-10825.txt │ ├── cv475_tok-12277.txt │ ├── cv476_tok-23253.txt │ ├── cv477_tok-10934.txt │ ├── cv478_tok-17872.txt │ ├── cv479_tok-22497.txt │ ├── cv480_tok-12251.txt │ ├── cv481_tok-18502.txt │ ├── cv482_tok-11657.txt │ ├── cv483_tok-16143.txt │ ├── cv484_tok-20319.txt │ ├── cv485_tok-17352.txt │ ├── cv486_tok-16582.txt │ ├── cv487_tok-15094.txt │ ├── cv488_tok-15824.txt │ ├── cv489_tok-23236.txt │ ├── cv490_tok-15448.txt │ ├── cv491_tok-10451.txt │ ├── cv492_tok-10981.txt │ ├── cv493_tok-10732.txt │ ├── cv494_tok-25127.txt │ ├── cv495_tok-29252.txt │ ├── cv496_tok-12747.txt │ ├── cv497_tok-10122.txt │ ├── cv498_tok-28077.txt │ ├── cv499_tok-28067.txt │ ├── cv500_tok-10421.txt │ ├── cv501_tok-7368.txt │ ├── cv502_tok-5016.txt │ ├── cv503_tok-21118.txt │ ├── cv504_tok-5619.txt │ ├── cv505_tok-12270.txt │ ├── cv506_tok-13396.txt │ ├── cv507_tok-22941.txt │ ├── cv508_tok-18027.txt │ ├── cv509_tok-18009.txt │ ├── cv510_tok-29540.txt │ ├── cv511_tok-16528.txt │ ├── cv512_tok-27457.txt │ ├── cv513_tok-5461.txt │ ├── cv514_tok-18057.txt │ ├── cv515_tok-19774.txt │ ├── cv516_tok-10558.txt │ ├── cv517_tok-12458.txt │ ├── cv518_tok-12162.txt │ ├── cv519_tok-0778.txt │ ├── cv520_tok-13142.txt │ ├── cv521_tok-9946.txt │ ├── cv522_tok-14368.txt │ ├── cv523_tok-14293.txt │ ├── cv524_tok-10837.txt │ ├── cv525_tok-17405.txt │ ├── cv526_tok-11162.txt │ ├── cv527_tok-13133.txt │ ├── cv528_tok-12960.txt │ ├── cv529_tok-17061.txt │ ├── cv530_tok-12074.txt │ ├── cv531_tok-12166.txt │ ├── cv532_tok-27520.txt │ ├── cv533_tok-10874.txt │ ├── cv534_tok-10159.txt │ ├── cv535_tok-16133.txt │ ├── cv536_tok-10580.txt │ ├── cv537_tok-24576.txt │ ├── cv538_tok-10197.txt │ ├── cv539_tok-13507.txt │ ├── cv540_tok-15570.txt │ ├── cv541_tok-15782.txt │ ├── cv542_tok-10116.txt │ ├── cv543_tok-17166.txt │ ├── cv544_tok-10143.txt │ ├── cv545_tok-16745.txt │ ├── cv546_tok-23965.txt │ ├── cv547_tok-18643.txt │ ├── cv548_tok-11094.txt │ ├── cv549_tok-11592.txt │ ├── cv550_tok-10962.txt │ ├── cv551_tok-24154.txt │ ├── cv552_tok-23130.txt │ ├── cv553_tok-13743.txt │ ├── cv554_tok-14661.txt │ ├── cv555_tok-28378.txt │ ├── cv556_tok-23865.txt │ ├── cv557_tok-4659.txt │ ├── cv558_tok-23779.txt │ ├── cv559_tok-17268.txt │ ├── cv560_tok-11131.txt │ ├── cv561_tok-26915.txt │ ├── cv562_tok-19381.txt │ ├── cv563_tok-20751.txt │ ├── cv564_tok-13927.txt │ ├── cv565_tok-17275.txt │ ├── cv566_tok-20049.txt │ ├── cv567_tok-29658.txt │ ├── cv568_tok-25240.txt │ ├── cv569_tok-15018.txt │ ├── cv570_tok-15965.txt │ ├── cv571_tok-11605.txt │ ├── cv572_tok-19175.txt │ ├── cv573_tok-15975.txt │ ├── cv574_tok-28835.txt │ ├── cv575_tok-16237.txt │ ├── cv576_tok-12064.txt │ ├── cv577_tok-9749.txt │ ├── cv578_tok-5046.txt │ ├── cv579_tok-7082.txt │ ├── cv580_tok-6559.txt │ ├── cv581_tok-20785.txt │ ├── cv582_tok-28942.txt │ ├── cv583_tok-19290.txt │ ├── cv584_tok-14395.txt │ ├── cv585_tok-29721.txt │ ├── cv586_tok-20318.txt │ ├── cv587_tok-4670.txt │ ├── cv588_tok-10492.txt │ ├── cv589_tok-17484.txt │ ├── cv590_tok-15111.txt │ ├── cv591_tok-12721.txt │ ├── cv592_tok-21878.txt │ ├── cv593_tok-12180.txt │ ├── cv594_tok-11418.txt │ ├── cv595_tok-7281.txt │ ├── cv596_tok-29066.txt │ ├── cv597_tok-16324.txt │ ├── cv598_tok-18159.txt │ ├── cv599_tok-10744.txt │ ├── cv600_tok-23338.txt │ ├── cv601_tok-10066.txt │ ├── cv602_tok-22232.txt │ ├── cv603_tok-18542.txt │ ├── cv604_tok-13401.txt │ ├── cv605_tok-11719.txt │ ├── cv606_tok-10057.txt │ ├── cv607_tok-14324.txt │ ├── cv608_tok-18458.txt │ ├── cv609_tok-27236.txt │ ├── cv610_tok-1019.txt │ ├── cv611_tok-18543.txt │ ├── cv612_tok-29364.txt │ ├── cv613_tok-10048.txt │ ├── cv614_tok-12857.txt │ ├── cv615_tok-10187.txt │ ├── cv616_tok-10844.txt │ ├── cv617_tok-10917.txt │ ├── cv618_tok-23497.txt │ ├── cv619_tok-19600.txt │ ├── cv620_tok-13475.txt │ ├── cv621_tok-10424.txt │ ├── cv622_tok-10271.txt │ ├── cv623_tok-22849.txt │ ├── cv624_tok-19219.txt │ ├── cv625_tok-0573.txt │ ├── cv626_tok-11039.txt │ ├── cv627_tok-14423.txt │ ├── cv628_tok-24095.txt │ ├── cv629_tok-6997.txt │ ├── cv630_tok-10565.txt │ ├── cv631_tok-6027.txt │ ├── cv632_tok-16345.txt │ ├── cv633_tok-28885.txt │ ├── cv634_tok-28807.txt │ ├── cv635_tok-5043.txt │ ├── cv636_tok-22995.txt │ ├── cv637_tok-9659.txt │ ├── cv638_tok-22496.txt │ ├── cv639_tok-19221.txt │ ├── cv640_tok-26304.txt │ ├── cv641_tok-8581.txt │ ├── cv642_tok-25649.txt │ ├── cv643_tok-26988.txt │ ├── cv644_tok-23616.txt │ ├── cv645_tok-21150.txt │ ├── cv646_tok-17765.txt │ ├── cv647_tok-9974.txt │ ├── cv648_tok-15976.txt │ ├── cv649_tok-27594.txt │ ├── cv650_tok-14989.txt │ ├── cv651_tok-12083.txt │ ├── cv652_tok-15868.txt │ ├── cv653_tok-10211.txt │ ├── cv654_tok-17990.txt │ ├── cv655_tok-17267.txt │ ├── cv656_tok-28795.txt │ ├── cv657_tok-7984.txt │ ├── cv658_tok-13091.txt │ ├── cv659_tok-2155.txt │ ├── cv660_tok-17576.txt │ ├── cv661_tok-10482.txt │ ├── cv662_tok-14911.txt │ ├── cv663_tok-14903.txt │ ├── cv664_tok-13151.txt │ ├── cv665_tok-19873.txt │ ├── cv666_tok-13320.txt │ ├── cv667_tok-10027.txt │ ├── cv668_tok-10189.txt │ ├── cv669_tok-10965.txt │ ├── cv670_tok-24009.txt │ ├── cv671_tok-10077.txt │ ├── cv672_tok-12350.txt │ ├── cv673_tok-6552.txt │ ├── cv674_tok-11591.txt │ ├── cv675_tok-11864.txt │ ├── cv676_tok-19999.txt │ ├── cv677_tok-11867.txt │ ├── cv678_tok-24352.txt │ ├── cv679_tok-13972.txt │ ├── cv680_tok-18142.txt │ ├── cv681_tok-28559.txt │ ├── cv682_tok-21593.txt │ ├── cv683_tok-12295.txt │ ├── cv684_tok-10367.txt │ ├── cv685_tok-11187.txt │ ├── cv686_tok-22284.txt │ ├── cv687_tok-20347.txt │ ├── cv688_tok-10047.txt │ ├── cv689_tok-8825.txt │ ├── cv690_tok-23617.txt │ ├── cv691_tok-11491.txt │ ├── cv692_tok-24295.txt │ ├── cv693_tok-16307.txt │ ├── cv694_tok-18628.txt │ ├── cv695_tok-12873.txt │ ├── cv696_tok-10835.txt │ ├── cv697_tok-29325.txt │ ├── cv698_tok-27735.txt │ └── cv699_tok-10425.txt └── tokens ├── neg ├── cv000_tok-9611.txt ├── cv001_tok-19324.txt ├── cv002_tok-3321.txt ├── cv003_tok-13044.txt ├── cv004_tok-25944.txt ├── cv005_tok-24602.txt ├── cv006_tok-29539.txt ├── cv007_tok-11669.txt ├── cv008_tok-11555.txt ├── cv009_tok-19587.txt ├── cv010_tok-2188.txt ├── cv011_tok-7845.txt ├── cv012_tok-26965.txt ├── cv013_tok-14854.txt ├── cv014_tok-12391.txt ├── cv015_tok-23730.txt ├── cv016_tok-16970.txt ├── cv017_tok-27221.txt ├── cv018_tok-11502.txt ├── cv019_tok-2003.txt ├── cv020_tok-13096.txt ├── cv021_tok-29141.txt ├── cv022_tok-25633.txt ├── cv023_tok-25625.txt ├── cv024_tok-22867.txt ├── cv025_tok-12991.txt ├── cv026_tok-23590.txt ├── cv027_tok-20123.txt ├── cv028_tok-25883.txt ├── cv029_tok-27815.txt ├── cv030_tok-23788.txt ├── cv031_tok-25886.txt ├── cv032_tok-9567.txt ├── cv033_tok-13710.txt ├── cv034_tok-25395.txt ├── cv035_tok-22978.txt ├── cv036_tok-9704.txt ├── cv037_tok-18875.txt ├── cv038_tok-25639.txt ├── cv039_tok-11790.txt ├── cv040_tok-24758.txt ├── cv041_tok-17672.txt ├── cv042_tok-23615.txt ├── cv043_tok-12173.txt ├── cv044_tok-13701.txt ├── cv045_tok-13307.txt ├── cv046_tok-14467.txt ├── cv047_tok-26750.txt ├── cv048_tok-14254.txt ├── cv049_tok-24355.txt ├── cv050_tok-17527.txt ├── cv051_tok-11185.txt ├── cv052_tok-5653.txt ├── cv053_tok-16799.txt ├── cv054_tok-9183.txt ├── cv055_tok-24153.txt ├── cv056_tok-14710.txt ├── cv057_tok-20206.txt ├── cv058_tok-15653.txt ├── cv059_tok-8583.txt ├── cv060_tok-14541.txt ├── cv061_tok-9126.txt ├── cv062_tok-12406.txt ├── cv063_tok-10848.txt ├── cv064_tok-16451.txt ├── cv065_tok-11153.txt ├── cv066_tok-2018.txt ├── cv067_tok-21549.txt ├── cv068_tok-12683.txt ├── cv069_tok-11865.txt ├── cv070_tok-20301.txt ├── cv071_tok-23104.txt ├── cv072_tok-16218.txt ├── cv073_tok-5425.txt ├── cv074_tok-11668.txt ├── cv075_tok-18185.txt ├── cv076_tok-14419.txt ├── cv077_tok-18725.txt ├── cv078_tok-21038.txt ├── cv079_tok-26009.txt ├── cv080_tok-13164.txt ├── cv081_tok-18077.txt ├── cv082_tok-26375.txt ├── cv083_tok-15981.txt ├── cv084_tok-7912.txt ├── cv085_tok-15948.txt ├── cv086_tok-29002.txt ├── cv087_tok-20128.txt ├── cv088_tok-24120.txt ├── cv089_tok-27063.txt ├── cv090_tok-11851.txt ├── cv091_tok-0612.txt ├── cv092_tok-5562.txt ├── cv093_tok-18380.txt ├── cv094_tok-4992.txt ├── cv095_tok-13660.txt ├── cv096_tok-24631.txt ├── cv097_tok-9469.txt ├── cv098_tok-19135.txt ├── cv099_tok-18662.txt ├── cv100_tok-20095.txt ├── cv101_tok-24219.txt ├── cv102_tok-26890.txt ├── cv103_tok-28381.txt ├── cv104_tok-11601.txt ├── cv105_tok-20325.txt ├── cv106_tok-14668.txt ├── cv107_tok-28898.txt ├── cv108_tok-13478.txt ├── cv109_tok-10152.txt ├── cv110_tok-28344.txt ├── cv111_tok-11625.txt ├── cv112_tok-16585.txt ├── cv113_tok-23451.txt ├── cv114_tok-16135.txt ├── cv115_tok-15080.txt ├── cv116_tok-9636.txt ├── cv117_tok-10247.txt ├── cv118_tok-11320.txt ├── cv119_tok-25870.txt ├── cv120_tok-12182.txt ├── cv121_tok-18973.txt ├── cv122_tok-4509.txt ├── cv123_tok-19874.txt ├── cv124_tok-26479.txt ├── cv125_tok-5918.txt ├── cv126_tok-29825.txt ├── cv127_tok-5301.txt ├── cv128_tok-7245.txt ├── cv129_tok-24973.txt ├── cv130_tok-8319.txt ├── cv131_tok-11119.txt ├── cv132_tok-29083.txt ├── cv133_tok-15652.txt ├── cv134_tok-5743.txt ├── cv135_tok-11146.txt ├── cv136_tok-17638.txt ├── cv137_tok-11963.txt ├── cv138_tok-13988.txt ├── cv139_tok-22512.txt ├── cv140_tok-20790.txt ├── cv141_tok-19546.txt ├── cv142_tok-10859.txt ├── cv143_tok-7893.txt ├── cv144_tok-14311.txt ├── cv145_tok-29292.txt ├── cv146_tok-17277.txt ├── cv147_tok-14620.txt ├── cv148_tok-12723.txt ├── cv149_tok-14540.txt ├── cv150_tok-18938.txt ├── cv151_tok-26106.txt ├── cv152_tok-7571.txt ├── cv153_tok-21198.txt ├── cv154_tok-10706.txt ├── cv155_tok-11920.txt ├── cv156_tok-19046.txt ├── cv157_tok-19147.txt ├── cv158_tok-6654.txt ├── cv159_tok-25470.txt ├── cv160_tok-29356.txt ├── cv161_tok-23503.txt ├── cv162_tok-26844.txt ├── cv163_tok-18610.txt ├── cv164_tok-10606.txt ├── cv165_tok-22893.txt ├── cv166_tok-23172.txt ├── cv167_tok-27407.txt ├── cv168_tok-4250.txt ├── cv169_tok-10229.txt ├── cv170_tok-18402.txt ├── cv171_tok-12766.txt ├── cv172_tok-9076.txt ├── cv173_tok-11316.txt ├── cv174_tok-19826.txt ├── cv175_tok-18960.txt ├── cv176_tok-15880.txt ├── cv177_tok-29625.txt ├── cv178_tok-18689.txt ├── cv179_tok-14006.txt ├── cv180_tok-29281.txt ├── cv181_tok-29326.txt ├── cv182_tok-25803.txt ├── cv183_tok-18186.txt ├── cv184_tok-20654.txt ├── cv185_tok-22786.txt ├── cv186_tok-28009.txt ├── cv187_tok-29374.txt ├── cv188_tok-27386.txt ├── cv189_tok-12513.txt ├── cv190_tok-17313.txt ├── cv191_tok-29132.txt ├── cv192_tok-29416.txt ├── cv193_tok-28093.txt ├── cv194_tok-12447.txt ├── cv195_tok-10704.txt ├── cv196_tok-25263.txt ├── cv197_tok-20306.txt ├── cv198_tok-11090.txt ├── cv199_tok-16299.txt ├── cv200_tok-14899.txt ├── cv201_tok-16077.txt ├── cv202_tok-15873.txt ├── cv203_tok-7773.txt ├── cv204_tok-6937.txt ├── cv205_tok-9909.txt ├── cv206_tok-15604.txt ├── cv207_tok-29808.txt ├── cv208_tok-17138.txt ├── cv209_tok-16563.txt ├── cv210_tok-15092.txt ├── cv211_tok-20701.txt ├── cv212_tok-29271.txt ├── cv213_tok-10363.txt ├── cv214_tok-11934.txt ├── cv215_tok-21565.txt ├── cv216_tok-27832.txt ├── cv217_tok-29465.txt ├── cv218_tok-20838.txt ├── cv219_tok-11130.txt ├── cv220_tok-16506.txt ├── cv221_tok-11058.txt ├── cv222_tok-19127.txt ├── cv223_tok-11761.txt ├── cv224_tok-15182.txt ├── cv225_tok-23018.txt ├── cv226_tok-12971.txt ├── cv227_tok-23748.txt ├── cv228_tok-23256.txt ├── cv229_tok-9484.txt ├── cv230_tok-5010.txt ├── cv231_tok-24634.txt ├── cv232_tok-6833.txt ├── cv233_tok-7435.txt ├── cv234_tok-28890.txt ├── cv235_tok-13412.txt ├── cv236_tok-19051.txt ├── cv237_tok-26058.txt ├── cv238_tok-14542.txt ├── cv239_tok-24885.txt ├── cv240_tok-7907.txt ├── cv241_tok-21519.txt ├── cv242_tok-13903.txt ├── cv243_tok-21901.txt ├── cv244_tok-14825.txt ├── cv245_tok-14009.txt ├── cv246_tok-18189.txt ├── cv247_tok-14944.txt ├── cv248_tok-17823.txt ├── cv249_tok-15275.txt ├── cv250_tok-2836.txt ├── cv251_tok-10475.txt ├── cv252_tok-28837.txt ├── cv253_tok-17065.txt ├── cv254_tok-11951.txt ├── cv255_tok-11186.txt ├── cv256_tok-17949.txt ├── cv257_tok-20349.txt ├── cv258_tok-15032.txt ├── cv259_tok-13518.txt ├── cv260_tok-18536.txt ├── cv261_tok-24932.txt ├── cv262_tok-16117.txt ├── cv263_tok-24157.txt ├── cv264_tok-16679.txt ├── cv265_tok-4595.txt ├── cv266_tok-5311.txt ├── cv267_tok-13643.txt ├── cv268_tok-11421.txt ├── cv269_tok-19393.txt ├── cv270_tok-26085.txt ├── cv271_tok-13020.txt ├── cv272_tok-0316.txt ├── cv273_tok-29386.txt ├── cv274_tok-26113.txt ├── cv275_tok-8955.txt ├── cv276_tok-17560.txt ├── cv277_tok-13229.txt ├── cv278_tok-16095.txt ├── cv279_tok-23947.txt ├── cv280_tok-21672.txt ├── cv281_tok-9459.txt ├── cv282_tok-17022.txt ├── cv283_tok-24782.txt ├── cv284_tok-10350.txt ├── cv285_tok-10266.txt ├── cv286_tok-19487.txt ├── cv287_tok-19207.txt ├── cv288_tok-27167.txt ├── cv289_tok-26592.txt ├── cv290_tok-9740.txt ├── cv291_tok-29828.txt ├── cv292_tok-11615.txt ├── cv293_tok-27755.txt ├── cv294_tok-12642.txt ├── cv295_tok-13516.txt ├── cv296_tok-1054.txt ├── cv297_tok-5627.txt ├── cv298_tok-29444.txt ├── cv299_tok-13812.txt ├── cv300_tok-25472.txt ├── cv301_tok-20543.txt ├── cv302_tok-5107.txt ├── cv303_tok-11557.txt ├── cv304_tok-20467.txt ├── cv305_tok-24131.txt ├── cv306_tok-14636.txt ├── cv307_tok-20139.txt ├── cv308_tok-21453.txt ├── cv309_tok-2366.txt ├── cv310_tok-16557.txt ├── cv311_tok-21872.txt ├── cv312_tok-10911.txt ├── cv313_tok-29411.txt ├── cv314_tok-10751.txt ├── cv315_tok-11956.txt ├── cv316_tok-11593.txt ├── cv317_tok-14191.txt ├── cv318_tok-11945.txt ├── cv319_tok-20264.txt ├── cv320_tok-29120.txt ├── cv321_tok-10520.txt ├── cv322_tok-26688.txt ├── cv323_tok-20687.txt ├── cv324_tok-11763.txt ├── cv325_tok-12695.txt ├── cv326_tok-15164.txt ├── cv327_tok-20117.txt ├── cv328_tok-23090.txt ├── cv329_tok-17076.txt ├── cv330_tok-20174.txt ├── cv331_tok-5380.txt ├── cv332_tok-4888.txt ├── cv333_tok-17204.txt ├── cv334_tok-15688.txt ├── cv335_tok-12547.txt ├── cv336_tok-24857.txt ├── cv337_tok-12262.txt ├── cv338_tok-24961.txt ├── cv339_tok-26055.txt ├── cv340_tok-10533.txt ├── cv341_tok-23117.txt ├── cv342_tok-24681.txt ├── cv343_tok-9813.txt ├── cv344_tok-10967.txt ├── cv345_tok-5414.txt ├── cv346_tok-24609.txt ├── cv347_tok-16780.txt ├── cv348_tok-22403.txt ├── cv349_tok-29359.txt ├── cv350_tok-29549.txt ├── cv351_tok-23113.txt ├── cv352_tok-15921.txt ├── cv353_tok-9723.txt ├── cv354_tok-12384.txt ├── cv355_tok-10185.txt ├── cv356_tok-25842.txt ├── cv357_tok-19457.txt ├── cv358_tok-17179.txt ├── cv359_tok-27937.txt ├── cv360_tok-9930.txt ├── cv361_tok-29119.txt ├── cv362_tok-20426.txt ├── cv363_tok-21128.txt ├── cv364_tok-12688.txt ├── cv365_tok-20429.txt ├── cv366_tok-25678.txt ├── cv367_tok-12969.txt ├── cv368_tok-14539.txt ├── cv369_tok-17444.txt ├── cv370_tok-14513.txt ├── cv371_tok-18848.txt ├── cv372_tok-16080.txt ├── cv373_tok-25938.txt ├── cv374_tok-26964.txt ├── cv375_tok-0514.txt ├── cv376_tok-13249.txt ├── cv377_tok-22816.txt ├── cv378_tok-15002.txt ├── cv379_tok-24248.txt ├── cv380_tok-5079.txt ├── cv381_tok-25624.txt ├── cv382_tok-21934.txt ├── cv383_tok-5721.txt ├── cv384_tok-25866.txt ├── cv385_tok-14653.txt ├── cv386_tok-10970.txt ├── cv387_tok-17021.txt ├── cv388_tok-15557.txt ├── cv389_tok-8969.txt ├── cv390_tok-12253.txt ├── cv391_tok-29447.txt ├── cv392_tok-14887.txt ├── cv393_tok-29397.txt ├── cv394_tok-12674.txt ├── cv395_tok-17026.txt ├── cv396_tok-19675.txt ├── cv397_tok-10698.txt ├── cv398_tok-20507.txt ├── cv399_tok-16535.txt ├── cv400_tok-28683.txt ├── cv401_tok-29815.txt ├── cv402_tok-10613.txt ├── cv403_tok-11120.txt ├── cv404_tok-23487.txt ├── cv405_tok-12506.txt ├── cv406_tok-18155.txt ├── cv407_tok-20078.txt ├── cv408_tok-20839.txt ├── cv409_tok-19452.txt ├── cv410_tok-5090.txt ├── cv411_tok-18373.txt ├── cv412_tok-12727.txt ├── cv413_tok-11382.txt ├── cv414_tok-15183.txt ├── cv415_tok-28738.txt ├── cv416_tok-12603.txt ├── cv417_tok-14044.txt ├── cv418_tok-14630.txt ├── cv419_tok-16024.txt ├── cv420_tok-19560.txt ├── cv421_tok-26204.txt ├── cv422_tok-10724.txt ├── cv423_tok-10742.txt ├── cv424_tok-29318.txt ├── cv425_tok-8417.txt ├── cv426_tok-23374.txt ├── cv427_tok-20165.txt ├── cv428_tok-20300.txt ├── cv429_tok-11028.txt ├── cv430_tok-26404.txt ├── cv431_tok-7937.txt ├── cv432_tok-16562.txt ├── cv433_tok-6824.txt ├── cv434_tok-29273.txt ├── cv435_tok-17966.txt ├── cv436_tok-10377.txt ├── cv437_tok-18687.txt ├── cv438_tok-17297.txt ├── cv439_tok-21510.txt ├── cv440_tok-25974.txt ├── cv441_tok-9002.txt ├── cv442_tok-27163.txt ├── cv443_tok-20084.txt ├── cv444_tok-18385.txt ├── cv445_tok-5393.txt ├── cv446_tok-27987.txt ├── cv447_tok-19197.txt ├── cv448_tok-10768.txt ├── cv449_tok-15691.txt ├── cv450_tok-13677.txt ├── cv451_tok-28707.txt ├── cv452_tok-18656.txt ├── cv453_tok-17410.txt ├── cv454_tok-11816.txt ├── cv455_tok-12222.txt ├── cv456_tok-29420.txt ├── cv457_tok-28466.txt ├── cv458_tok-19400.txt ├── cv459_tok-29432.txt ├── cv460_tok-5367.txt ├── cv461_tok-17064.txt ├── cv462_tok-9843.txt ├── cv463_tok-17950.txt ├── cv464_tok-26838.txt ├── cv465_tok-29619.txt ├── cv466_tok-28631.txt ├── cv467_tok-17618.txt ├── cv468_tok-15681.txt ├── cv469_tok-15267.txt ├── cv470_tok-17819.txt ├── cv471_tok-18174.txt ├── cv472_tok-11943.txt ├── cv473_tok-14810.txt ├── cv474_tok-20168.txt ├── cv475_tok-28203.txt ├── cv476_tok-12926.txt ├── cv477_tok-23067.txt ├── cv478_tok-10537.txt ├── cv479_tok-23674.txt ├── cv480_tok-15230.txt ├── cv481_tok-10977.txt ├── cv482_tok-7136.txt ├── cv483_tok-11054.txt ├── cv484_tok-25274.txt ├── cv485_tok-4248.txt ├── cv486_tok-25043.txt ├── cv487_tok-11827.txt ├── cv488_tok-13847.txt ├── cv489_tok-4226.txt ├── cv490_tok-4442.txt ├── cv491_tok-29357.txt ├── cv492_tok-24854.txt ├── cv493_tok-9478.txt ├── cv494_tok-11693.txt ├── cv495_tok-18551.txt ├── cv496_tok-17126.txt ├── cv497_tok-17948.txt ├── cv498_tok-12371.txt ├── cv499_tok-6649.txt ├── cv500_tok-13146.txt ├── cv501_tok-19704.txt ├── cv502_tok-11981.txt ├── cv503_tok-15683.txt ├── cv504_tok-8235.txt ├── cv505_tok-17424.txt ├── cv506_tok-19689.txt ├── cv507_tok-20531.txt ├── cv508_tok-16079.txt ├── cv509_tok-11233.txt ├── cv510_tok-10104.txt ├── cv511_tok-17721.txt ├── cv512_tok-28882.txt ├── cv513_tok-12179.txt ├── cv514_tok-23401.txt ├── cv515_tok-22440.txt ├── cv516_tok-10722.txt ├── cv517_tok-9975.txt ├── cv518_tok-11610.txt ├── cv519_tok-12701.txt ├── cv520_tok-20758.txt ├── cv521_tok-28221.txt ├── cv522_tok-20266.txt ├── cv523_tok-23339.txt ├── cv524_tok-20616.txt ├── cv525_tok-11607.txt ├── cv526_tok-28522.txt ├── cv527_tok-28453.txt ├── cv528_tok-25667.txt ├── cv529_tok-13939.txt ├── cv530_tok-9973.txt ├── cv531_tok-11247.txt ├── cv532_tok-11471.txt ├── cv533_tok-23745.txt ├── cv534_tok-12128.txt ├── cv535_tok-19937.txt ├── cv536_tok-19345.txt ├── cv537_tok-24065.txt ├── cv538_tok-12106.txt ├── cv539_tok-17931.txt ├── cv540_tok-10668.txt ├── cv541_tok-18484.txt ├── cv542_tok-29423.txt ├── cv543_tok-10287.txt ├── cv544_tok-25047.txt ├── cv545_tok-17354.txt ├── cv546_tok-15673.txt ├── cv547_tok-24217.txt ├── cv548_tok-22663.txt ├── cv549_tok-12178.txt ├── cv550_tok-18608.txt ├── cv551_tok-21834.txt ├── cv552_tok-13850.txt ├── cv553_tok-27936.txt ├── cv554_tok-13390.txt ├── cv555_tok-16925.txt ├── cv556_tok-14285.txt ├── cv557_tok-24760.txt ├── cv558_tok-29006.txt ├── cv559_tok-17078.txt ├── cv560_tok-14799.txt ├── cv561_tok-18471.txt ├── cv562_tok-26379.txt ├── cv563_tok-27217.txt ├── cv564_tok-5622.txt ├── cv565_tok-5626.txt ├── cv566_tok-4252.txt ├── cv567_tok-18129.txt ├── cv568_tok-10471.txt ├── cv569_tok-24855.txt ├── cv570_tok-29633.txt ├── cv571_tok-11568.txt ├── cv572_tok-17353.txt ├── cv573_tok-22268.txt ├── cv574_tok-23226.txt ├── cv575_tok-20855.txt ├── cv576_tok-19052.txt ├── cv577_tok-13758.txt ├── cv578_tok-8306.txt ├── cv579_tok-22940.txt ├── cv580_tok-5012.txt ├── cv581_tok-29376.txt ├── cv582_tok-17487.txt ├── cv583_tok-24881.txt ├── cv584_tok-12089.txt ├── cv585_tok-8500.txt ├── cv586_tok-19488.txt ├── cv587_tok-24974.txt ├── cv588_tok-9721.txt ├── cv589_tok-11893.txt ├── cv590_tok-7983.txt ├── cv591_tok-29061.txt ├── cv592_tok-10894.txt ├── cv593_tok-6472.txt ├── cv594_tok-14484.txt ├── cv595_tok-22123.txt ├── cv596_tok-27611.txt ├── cv597_tok-11812.txt ├── cv598_tok-28906.txt ├── cv599_tok-11859.txt ├── cv600_tok-9234.txt ├── cv601_tok-2283.txt ├── cv602_tok-10847.txt ├── cv603_tok-18184.txt ├── cv604_tok-21195.txt ├── cv605_tok-12048.txt ├── cv606_tok-15225.txt ├── cv607_tok-7731.txt ├── cv608_tok-29484.txt ├── cv609_tok-18621.txt ├── cv610_tok-25438.txt ├── cv611_tok-17060.txt ├── cv612_tok-12853.txt ├── cv613_tok-11927.txt ├── cv614_tok-15689.txt ├── cv615_tok-9632.txt ├── cv616_tok-20339.txt ├── cv617_tok-24070.txt ├── cv618_tok-16325.txt ├── cv619_tok-5358.txt ├── cv620_tok-11532.txt ├── cv621_tok-24354.txt ├── cv622_tok-9693.txt ├── cv623_tok-17930.txt ├── cv624_tok-18090.txt ├── cv625_tok-24574.txt ├── cv626_tok-12687.txt ├── cv627_tok-18379.txt ├── cv628_tok-24133.txt ├── cv629_tok-26880.txt ├── cv630_tok-23300.txt ├── cv631_tok-20288.txt ├── cv632_tok-14112.txt ├── cv633_tok-14245.txt ├── cv634_tok-29293.txt ├── cv635_tok-10042.txt ├── cv636_tok-10765.txt ├── cv637_tok-23140.txt ├── cv638_tok-11294.txt ├── cv639_tok-16459.txt ├── cv640_tok-10291.txt ├── cv641_tok-27488.txt ├── cv642_tok-14663.txt ├── cv643_tok-14108.txt ├── cv644_tok-16844.txt ├── cv645_tok-20917.txt ├── cv646_tok-5855.txt ├── cv647_tok-5770.txt ├── cv648_tok-27988.txt ├── cv649_tok-25942.txt ├── cv650_tok-12799.txt ├── cv651_tok-28796.txt ├── cv652_tok-13494.txt ├── cv653_tok-18242.txt ├── cv654_tok-11931.txt ├── cv655_tok-20022.txt ├── cv656_tok-29675.txt ├── cv657_tok-5168.txt ├── cv658_tok-24887.txt ├── cv659_tok-29187.txt ├── cv660_tok-14943.txt ├── cv661_tok-19547.txt ├── cv662_tok-27088.txt ├── cv663_tok-26468.txt ├── cv664_tok-9268.txt ├── cv665_tok-10797.txt ├── cv666_tok-16121.txt ├── cv667_tok-18241.txt ├── cv668_tok-23578.txt ├── cv669_tok-12224.txt ├── cv670_tok-9891.txt ├── cv671_tok-2156.txt ├── cv672_tok-20564.txt ├── cv673_tok-20092.txt ├── cv674_tok-16930.txt ├── cv675_tok-10091.txt ├── cv676_tok-0583.txt ├── cv677_tok-11723.txt ├── cv678_tok-18362.txt ├── cv679_tok-8584.txt ├── cv680_tok-12227.txt ├── cv681_tok-11979.txt ├── cv682_tok-16618.txt ├── cv683_tok-11354.txt ├── cv684_tok-10190.txt ├── cv685_tok-15200.txt ├── cv686_tok-19988.txt ├── cv687_tok-25406.txt ├── cv688_tok-29384.txt ├── cv689_tok-12427.txt ├── cv690_tok-26288.txt ├── cv691_tok-28993.txt ├── cv692_tok-4797.txt ├── cv693_tok-16529.txt ├── cv694_tok-19302.txt ├── cv695_tok-21695.txt ├── cv696_tok-28821.txt ├── cv697_tok-12765.txt ├── cv698_tok-20916.txt └── cv699_tok-0136.txt └── pos ├── cv000_tok-11609.txt ├── cv001_tok-10180.txt ├── cv002_tok-12931.txt ├── cv003_tok-8338.txt ├── cv004_tok-29856.txt ├── cv005_tok-26110.txt ├── cv006_tok-28887.txt ├── cv007_tok-14417.txt ├── cv008_tok-15650.txt ├── cv009_tok-6385.txt ├── cv010_tok-29740.txt ├── cv011_tok-9168.txt ├── cv012_tok-13106.txt ├── cv013_tok-13924.txt ├── cv014_tok-16534.txt ├── cv015_tok-13846.txt ├── cv016_tok-9867.txt ├── cv017_tok-29801.txt ├── cv018_tok-10094.txt ├── cv019_tok-11209.txt ├── cv020_tok-10493.txt ├── cv021_tok-9391.txt ├── cv022_tok-17069.txt ├── cv023_tok-12160.txt ├── cv024_tok-20251.txt ├── cv025_tok-12095.txt ├── cv026_tok-29622.txt ├── cv027_tok-18176.txt ├── cv028_tok-22015.txt ├── cv029_tok-10359.txt ├── cv030_tok-11739.txt ├── cv031_tok-10849.txt ├── cv032_tok-18177.txt ├── cv033_tok-13406.txt ├── cv034_tok-21430.txt ├── cv035_tok-22156.txt ├── cv036_tok-20629.txt ├── cv037_tok-11720.txt ├── cv038_tok-12062.txt ├── cv039_tok-10188.txt ├── cv040_tok-13050.txt ├── cv041_tok-19601.txt ├── cv042_tok-18507.txt ├── cv043_tok-24397.txt ├── cv044_tok-29505.txt ├── cv045_tok-29121.txt ├── cv046_tok-6621.txt ├── cv047_tok-17351.txt ├── cv048_tok-12726.txt ├── cv049_tok-15888.txt ├── cv050_tok-3977.txt ├── cv051_tok-21020.txt ├── cv052_tok-20314.txt ├── cv053_tok-10907.txt ├── cv054_tok-19456.txt ├── cv055_tok-20285.txt ├── cv056_tok-29634.txt ├── cv057_tok-14094.txt ├── cv058_tok-18040.txt ├── cv059_tok-29707.txt ├── cv060_tok-28114.txt ├── cv061_tok-28023.txt ├── cv062_tok-16617.txt ├── cv063_tok-28706.txt ├── cv064_tok-11800.txt ├── cv065_tok-23111.txt ├── cv066_tok-21119.txt ├── cv067_tok-13038.txt ├── cv068_tok-12672.txt ├── cv069_tok-2190.txt ├── cv070_tok-18626.txt ├── cv071_tok-19119.txt ├── cv072_tok-10331.txt ├── cv073_tok-5045.txt ├── cv074_tok-11857.txt ├── cv075_tok-17788.txt ├── cv076_tok-0581.txt ├── cv077_tok-10246.txt ├── cv078_tok-11948.txt ├── cv079_tok-10862.txt ├── cv080_tok-11136.txt ├── cv081_tok-8841.txt ├── cv082_tok-15467.txt ├── cv083_tok-14309.txt ├── cv084_tok-7020.txt ├── cv085_tok-10481.txt ├── cv086_tok-8123.txt ├── cv087_tok-15638.txt ├── cv088_tok-10534.txt ├── cv089_tok-12635.txt ├── cv090_tok-25253.txt ├── cv091_tok-20660.txt ├── cv092_tok-18271.txt ├── cv093_tok-19162.txt ├── cv094_tok-21100.txt ├── cv095_tok-16212.txt ├── cv096_tok-12690.txt ├── cv097_tok-15308.txt ├── cv098_tok-4967.txt ├── cv099_tok-15838.txt ├── cv100_tok-11699.txt ├── cv101_tok-14394.txt ├── cv102_tok-21103.txt ├── cv103_tok-15771.txt ├── cv104_tok-28425.txt ├── cv105_tok-10942.txt ├── cv106_tok-14111.txt ├── cv107_tok-10379.txt ├── cv108_tok-12767.txt ├── cv109_tok-16113.txt ├── cv110_tok-10420.txt ├── cv111_tok-11236.txt ├── cv112_tok-19726.txt ├── cv113_tok-15243.txt ├── cv114_tok-16533.txt ├── cv115_tok-13331.txt ├── cv116_tok-9457.txt ├── cv117_tok-8424.txt ├── cv118_tok-12047.txt ├── cv119_tok-23275.txt ├── cv120_tok-12839.txt ├── cv121_tok-6500.txt ├── cv122_tok-27743.txt ├── cv123_tok-22269.txt ├── cv124_tok-29590.txt ├── cv125_tok-24367.txt ├── cv126_tok-13691.txt ├── cv127_tok-22921.txt ├── cv128_tok-12756.txt ├── cv129_tok-23781.txt ├── cv130_tok-23427.txt ├── cv131_tok-19363.txt ├── cv132_tok-5618.txt ├── cv133_tok-26239.txt ├── cv134_tok-24277.txt ├── cv135_tok-18510.txt ├── cv136_tok-4471.txt ├── cv137_tok-10362.txt ├── cv138_tok-10690.txt ├── cv139_tok-10209.txt ├── cv140_tok-6014.txt ├── cv141_tok-10154.txt ├── cv142_tok-11890.txt ├── cv143_tok-18467.txt ├── cv144_tok-11449.txt ├── cv145_tok-12286.txt ├── cv146_tok-8396.txt ├── cv147_tok-10406.txt ├── cv148_tok-19179.txt ├── cv149_tok-10036.txt ├── cv150_tok-10123.txt ├── cv151_tok-11098.txt ├── cv152_tok-11860.txt ├── cv153_tok-1035.txt ├── cv154_tok-10175.txt ├── cv155_tok-13650.txt ├── cv156_tok-12349.txt ├── cv157_tok-29786.txt ├── cv158_tok-29319.txt ├── cv159_tok-9799.txt ├── cv160_tok-3416.txt ├── cv161_tok-10713.txt ├── cv162_tok-15537.txt ├── cv163_tok-17862.txt ├── cv164_tok-7574.txt ├── cv165_tok-11425.txt ├── cv166_tok-22431.txt ├── cv167_tok-11059.txt ├── cv168_tok-12256.txt ├── cv169_tok-17718.txt ├── cv170_tok-13252.txt ├── cv171_tok-10221.txt ├── cv172_tok-24266.txt ├── cv173_tok-22636.txt ├── cv174_tok-12359.txt ├── cv175_tok-17154.txt ├── cv176_tok-15918.txt ├── cv177_tok-10001.txt ├── cv178_tok-7453.txt ├── cv179_tok-10822.txt ├── cv180_tok-20034.txt ├── cv181_tok-10144.txt ├── cv182_tok-15953.txt ├── cv183_tok-17001.txt ├── cv184_tok-20191.txt ├── cv185_tok-15956.txt ├── cv186_tok-7085.txt ├── cv187_tok-12009.txt ├── cv188_tok-16638.txt ├── cv189_tok-11798.txt ├── cv190_tok-29198.txt ├── cv191_tok-11933.txt ├── cv192_tok-18541.txt ├── cv193_tok-12620.txt ├── cv194_tok-10685.txt ├── cv195_tok-13683.txt ├── cv196_tok-19220.txt ├── cv197_tok-25730.txt ├── cv198_tok-23776.txt ├── cv199_tok-29366.txt ├── cv200_tok-19912.txt ├── cv201_tok-16071.txt ├── cv202_tok-13115.txt ├── cv203_tok-25054.txt ├── cv204_tok-10080.txt ├── cv205_tok-16721.txt ├── cv206_tok-12590.txt ├── cv207_tok-10975.txt ├── cv208_tok-10364.txt ├── cv209_tok-24218.txt ├── cv210_tok-7751.txt ├── cv211_tok-24353.txt ├── cv212_tok-11472.txt ├── cv213_tok-29538.txt ├── cv214_tok-29332.txt ├── cv215_tok-23010.txt ├── cv216_tok-5088.txt ├── cv217_tok-12448.txt ├── cv218_tok-22601.txt ├── cv219_tok-22240.txt ├── cv220_tok-10368.txt ├── cv221_tok-20471.txt ├── cv222_tok-11962.txt ├── cv223_tok-4230.txt ├── cv224_tok-13681.txt ├── cv225_tok-14991.txt ├── cv226_tok-11393.txt ├── cv227_tok-16009.txt ├── cv228_tok-8817.txt ├── cv229_tok-11528.txt ├── cv230_tok-12901.txt ├── cv231_tok-15686.txt ├── cv232_tok-18168.txt ├── cv233_tok-12724.txt ├── cv234_tok-13419.txt ├── cv235_tok-11172.txt ├── cv236_tok-23452.txt ├── cv237_tok-28980.txt ├── cv238_tok-18636.txt ├── cv239_tok-29422.txt ├── cv240_tok-29525.txt ├── cv241_tok-17642.txt ├── cv242_tok-12762.txt ├── cv243_tok-5126.txt ├── cv244_tok-22147.txt ├── cv245_tok-19462.txt ├── cv246_tok-10038.txt ├── cv247_tok-26084.txt ├── cv248_tok-18791.txt ├── cv249_tok-18722.txt ├── cv250_tok-19995.txt ├── cv251_tok-26231.txt ├── cv252_tok-20469.txt ├── cv253_tok-19526.txt ├── cv254_tok-13711.txt ├── cv255_tok-15449.txt ├── cv256_tok-11576.txt ├── cv257_tok-10937.txt ├── cv258_tok-25234.txt ├── cv259_tok-25882.txt ├── cv260_tok-14730.txt ├── cv261_tok-11861.txt ├── cv262_tok-10678.txt ├── cv263_tok-10033.txt ├── cv264_tok-6965.txt ├── cv265_tok-11051.txt ├── cv266_tok-6875.txt ├── cv267_tok-17989.txt ├── cv268_tok-0811.txt ├── cv269_tok-10916.txt ├── cv270_tok-29235.txt ├── cv271_tok-11240.txt ├── cv272_tok-13223.txt ├── cv273_tok-10626.txt ├── cv274_tok-12014.txt ├── cv275_tok-12167.txt ├── cv276_tok-24215.txt ├── cv277_tok-10654.txt ├── cv278_tok-17924.txt ├── cv279_tok-15969.txt ├── cv280_tok-27724.txt ├── cv281_tok-12370.txt ├── cv282_tok-7439.txt ├── cv283_tok-16405.txt ├── cv284_tok-10073.txt ├── cv285_tok-13000.txt ├── cv286_tok-9530.txt ├── cv287_tok-14252.txt ├── cv288_tok-10926.txt ├── cv289_tok-8332.txt ├── cv290_tok-25396.txt ├── cv291_tok-20114.txt ├── cv292_tok-11776.txt ├── cv293_tok-5883.txt ├── cv294_tok-12972.txt ├── cv295_tok-13521.txt ├── cv296_tok-11353.txt ├── cv297_tok-13394.txt ├── cv298_tok-16139.txt ├── cv299_tok-19259.txt ├── cv300_tok-19831.txt ├── cv301_tok-18134.txt ├── cv302_tok-29013.txt ├── cv303_tok-18517.txt ├── cv304_tok-10308.txt ├── cv305_tok-14336.txt ├── cv306_tok-10026.txt ├── cv307_tok-7398.txt ├── cv308_tok-12426.txt ├── cv309_tok-12146.txt ├── cv310_tok-12587.txt ├── cv311_tok-10583.txt ├── cv312_tok-11603.txt ├── cv313_tok-19364.txt ├── cv314_tok-28997.txt ├── cv315_tok-29800.txt ├── cv316_tok-15684.txt ├── cv317_tok-10518.txt ├── cv318_tok-15253.txt ├── cv319_tok-23244.txt ├── cv320_tok-10251.txt ├── cv321_tok-29280.txt ├── cv322_tok-12245.txt ├── cv323_tok-24435.txt ├── cv324_tok-11182.txt ├── cv325_tok-19217.txt ├── cv326_tok-28892.txt ├── cv327_tok-10658.txt ├── cv328_tok-29692.txt ├── cv329_tok-15279.txt ├── cv330_tok-9709.txt ├── cv331_tok-29274.txt ├── cv332_tok-11084.txt ├── cv333_tok-29224.txt ├── cv334_tok-14528.txt ├── cv335_tok-12289.txt ├── cv336_tok-10681.txt ├── cv337_tok-14290.txt ├── cv338_tok-20112.txt ├── cv339_tok-10638.txt ├── cv340_tok-15954.txt ├── cv341_tok-14224.txt ├── cv342_tok-10814.txt ├── cv343_tok-12145.txt ├── cv344_tok-29737.txt ├── cv345_tok-9908.txt ├── cv346_tok-11690.txt ├── cv347_tok-10691.txt ├── cv348_tok-24201.txt ├── cv349_tok-7946.txt ├── cv350_tok-17737.txt ├── cv351_tok-17657.txt ├── cv352_tok-15970.txt ├── cv353_tok-29082.txt ├── cv354_tok-13227.txt ├── cv355_tok-11500.txt ├── cv356_tok-14107.txt ├── cv357_tok-10343.txt ├── cv358_tok-23862.txt ├── cv359_tok-24238.txt ├── cv360_tok-15530.txt ├── cv361_tok-7410.txt ├── cv362_tok-29691.txt ├── cv363_tok-29805.txt ├── cv364_tok-14611.txt ├── cv365_tok-21785.txt ├── cv366_tok-10514.txt ├── cv367_tok-10982.txt ├── cv368_tok-7890.txt ├── cv369_tok-23611.txt ├── cv370_tok-15964.txt ├── cv371_tok-24888.txt ├── cv372_tok-17631.txt ├── cv373_tok-28907.txt ├── cv374_tok-14808.txt ├── cv375_tok-21437.txt ├── cv376_tok-16976.txt ├── cv377_tok-7572.txt ├── cv378_tok-18453.txt ├── cv379_tok-16741.txt ├── cv380_tok-18179.txt ├── cv381_tok-12136.txt ├── cv382_tok-11565.txt ├── cv383_tok-10601.txt ├── cv384_tok-3670.txt ├── cv385_tok-7573.txt ├── cv386_tok-23778.txt ├── cv387_tok-4672.txt ├── cv388_tok-20172.txt ├── cv389_tok-23627.txt ├── cv390_tok-16378.txt ├── cv391_tok-29468.txt ├── cv392_tok-5009.txt ├── cv393_tok-11026.txt ├── cv394_tok-7540.txt ├── cv395_tok-27468.txt ├── cv396_tok-29722.txt ├── cv397_tok-22920.txt ├── cv398_tok-25270.txt ├── cv399_tok-19531.txt ├── cv400_tok-11748.txt ├── cv401_tok-11239.txt ├── cv402_tok-22550.txt ├── cv403_tok-19027.txt ├── cv404_tok-23115.txt ├── cv405_tok-10279.txt ├── cv406_tok-29627.txt ├── cv407_tok-17378.txt ├── cv408_tok-24111.txt ├── cv409_tok-11193.txt ├── cv410_tok-24246.txt ├── cv411_tok-18834.txt ├── cv412_tok-22157.txt ├── cv413_tok-23923.txt ├── cv414_tok-15422.txt ├── cv415_tok-22892.txt ├── cv416_tok-29439.txt ├── cv417_tok-15007.txt ├── cv418_tok-10147.txt ├── cv419_tok-10532.txt ├── cv420_tok-22064.txt ├── cv421_tok-16014.txt ├── cv422_tok-16180.txt ├── cv423_tok-8534.txt ├── cv424_tok-14952.txt ├── cv425_tok-20233.txt ├── cv426_tok-12735.txt ├── cv427_tok-12079.txt ├── cv428_tok-11458.txt ├── cv429_tok-16958.txt ├── cv430_tok-23981.txt ├── cv431_tok-29497.txt ├── cv432_tok-29741.txt ├── cv433_tok-16006.txt ├── cv434_tok-9390.txt ├── cv435_tok-15952.txt ├── cv436_tok-17028.txt ├── cv437_tok-13194.txt ├── cv438_tok-25436.txt ├── cv439_tok-13632.txt ├── cv440_tok-24265.txt ├── cv441_tok-17238.txt ├── cv442_tok-28944.txt ├── cv443_tok-11101.txt ├── cv444_tok-4968.txt ├── cv445_tok-23877.txt ├── cv446_tok-15037.txt ├── cv447_tok-13008.txt ├── cv448_tok-25113.txt ├── cv449_tok-18180.txt ├── cv450_tok-18817.txt ├── cv451_tok-19325.txt ├── cv452_tok-10307.txt ├── cv453_tok-13987.txt ├── cv454_tok-11053.txt ├── cv455_tok-25446.txt ├── cv456_tok-5007.txt ├── cv457_tok-12829.txt ├── cv458_tok-17822.txt ├── cv459_tok-12462.txt ├── cv460_tok-23360.txt ├── cv461_tok-29809.txt ├── cv462_tok-28654.txt ├── cv463_tok-28034.txt ├── cv464_tok-17451.txt ├── cv465_tok-10132.txt ├── cv466_tok-22246.txt ├── cv467_tok-23637.txt ├── cv468_tok-11620.txt ├── cv469_tok-12189.txt ├── cv470_tok-10845.txt ├── cv471_tok-21022.txt ├── cv472_tok-24511.txt ├── cv473_tok-7282.txt ├── cv474_tok-10825.txt ├── cv475_tok-12277.txt ├── cv476_tok-23253.txt ├── cv477_tok-10934.txt ├── cv478_tok-17872.txt ├── cv479_tok-22497.txt ├── cv480_tok-12251.txt ├── cv481_tok-18502.txt ├── cv482_tok-11657.txt ├── cv483_tok-16143.txt ├── cv484_tok-20319.txt ├── cv485_tok-17352.txt ├── cv486_tok-16582.txt ├── cv487_tok-15094.txt ├── cv488_tok-15824.txt ├── cv489_tok-23236.txt ├── cv490_tok-15448.txt ├── cv491_tok-10451.txt ├── cv492_tok-10981.txt ├── cv493_tok-10732.txt ├── cv494_tok-25127.txt ├── cv495_tok-29252.txt ├── cv496_tok-12747.txt ├── cv497_tok-10122.txt ├── cv498_tok-28077.txt ├── cv499_tok-28067.txt ├── cv500_tok-10421.txt ├── cv501_tok-7368.txt ├── cv502_tok-5016.txt ├── cv503_tok-21118.txt ├── cv504_tok-5619.txt ├── cv505_tok-12270.txt ├── cv506_tok-13396.txt ├── cv507_tok-22941.txt ├── cv508_tok-18027.txt ├── cv509_tok-18009.txt ├── cv510_tok-29540.txt ├── cv511_tok-16528.txt ├── cv512_tok-27457.txt ├── cv513_tok-5461.txt ├── cv514_tok-18057.txt ├── cv515_tok-19774.txt ├── cv516_tok-10558.txt ├── cv517_tok-12458.txt ├── cv518_tok-12162.txt ├── cv519_tok-0778.txt ├── cv520_tok-13142.txt ├── cv521_tok-9946.txt ├── cv522_tok-14368.txt ├── cv523_tok-14293.txt ├── cv524_tok-10837.txt ├── cv525_tok-17405.txt ├── cv526_tok-11162.txt ├── cv527_tok-13133.txt ├── cv528_tok-12960.txt ├── cv529_tok-17061.txt ├── cv530_tok-12074.txt ├── cv531_tok-12166.txt ├── cv532_tok-27520.txt ├── cv533_tok-10874.txt ├── cv534_tok-10159.txt ├── cv535_tok-16133.txt ├── cv536_tok-10580.txt ├── cv537_tok-24576.txt ├── cv538_tok-10197.txt ├── cv539_tok-13507.txt ├── cv540_tok-15570.txt ├── cv541_tok-15782.txt ├── cv542_tok-10116.txt ├── cv543_tok-17166.txt ├── cv544_tok-10143.txt ├── cv545_tok-16745.txt ├── cv546_tok-23965.txt ├── cv547_tok-18643.txt ├── cv548_tok-11094.txt ├── cv549_tok-11592.txt ├── cv550_tok-10962.txt ├── cv551_tok-24154.txt ├── cv552_tok-23130.txt ├── cv553_tok-13743.txt ├── cv554_tok-14661.txt ├── cv555_tok-28378.txt ├── cv556_tok-23865.txt ├── cv557_tok-4659.txt ├── cv558_tok-23779.txt ├── cv559_tok-17268.txt ├── cv560_tok-11131.txt ├── cv561_tok-26915.txt ├── cv562_tok-19381.txt ├── cv563_tok-20751.txt ├── cv564_tok-13927.txt ├── cv565_tok-17275.txt ├── cv566_tok-20049.txt ├── cv567_tok-29658.txt ├── cv568_tok-25240.txt ├── cv569_tok-15018.txt ├── cv570_tok-15965.txt ├── cv571_tok-11605.txt ├── cv572_tok-19175.txt ├── cv573_tok-15975.txt ├── cv574_tok-28835.txt ├── cv575_tok-16237.txt ├── cv576_tok-12064.txt ├── cv577_tok-9749.txt ├── cv578_tok-5046.txt ├── cv579_tok-7082.txt ├── cv580_tok-6559.txt ├── cv581_tok-20785.txt ├── cv582_tok-28942.txt ├── cv583_tok-19290.txt ├── cv584_tok-14395.txt ├── cv585_tok-29721.txt ├── cv586_tok-20318.txt ├── cv587_tok-4670.txt ├── cv588_tok-10492.txt ├── cv589_tok-17484.txt ├── cv590_tok-15111.txt ├── cv591_tok-12721.txt ├── cv592_tok-21878.txt ├── cv593_tok-12180.txt ├── cv594_tok-11418.txt ├── cv595_tok-7281.txt ├── cv596_tok-29066.txt ├── cv597_tok-16324.txt ├── cv598_tok-18159.txt ├── cv599_tok-10744.txt ├── cv600_tok-23338.txt ├── cv601_tok-10066.txt ├── cv602_tok-22232.txt ├── cv603_tok-18542.txt ├── cv604_tok-13401.txt ├── cv605_tok-11719.txt ├── cv606_tok-10057.txt ├── cv607_tok-14324.txt ├── cv608_tok-18458.txt ├── cv609_tok-27236.txt ├── cv610_tok-1019.txt ├── cv611_tok-18543.txt ├── cv612_tok-29364.txt ├── cv613_tok-10048.txt ├── cv614_tok-12857.txt ├── cv615_tok-10187.txt ├── cv616_tok-10844.txt ├── cv617_tok-10917.txt ├── cv618_tok-23497.txt ├── cv619_tok-19600.txt ├── cv620_tok-13475.txt ├── cv621_tok-10424.txt ├── cv622_tok-10271.txt ├── cv623_tok-22849.txt ├── cv624_tok-19219.txt ├── cv625_tok-0573.txt ├── cv626_tok-11039.txt ├── cv627_tok-14423.txt ├── cv628_tok-24095.txt ├── cv629_tok-6997.txt ├── cv630_tok-10565.txt ├── cv631_tok-6027.txt ├── cv632_tok-16345.txt ├── cv633_tok-28885.txt ├── cv634_tok-28807.txt ├── cv635_tok-5043.txt ├── cv636_tok-22995.txt ├── cv637_tok-9659.txt ├── cv638_tok-22496.txt ├── cv639_tok-19221.txt ├── cv640_tok-26304.txt ├── cv641_tok-8581.txt ├── cv642_tok-25649.txt ├── cv643_tok-26988.txt ├── cv644_tok-23616.txt ├── cv645_tok-21150.txt ├── cv646_tok-17765.txt ├── cv647_tok-9974.txt ├── cv648_tok-15976.txt ├── cv649_tok-27594.txt ├── cv650_tok-14989.txt ├── cv651_tok-12083.txt ├── cv652_tok-15868.txt ├── cv653_tok-10211.txt ├── cv654_tok-17990.txt ├── cv655_tok-17267.txt ├── cv656_tok-28795.txt ├── cv657_tok-7984.txt ├── cv658_tok-13091.txt ├── cv659_tok-2155.txt ├── cv660_tok-17576.txt ├── cv661_tok-10482.txt ├── cv662_tok-14911.txt ├── cv663_tok-14903.txt ├── cv664_tok-13151.txt ├── cv665_tok-19873.txt ├── cv666_tok-13320.txt ├── cv667_tok-10027.txt ├── cv668_tok-10189.txt ├── cv669_tok-10965.txt ├── cv670_tok-24009.txt ├── cv671_tok-10077.txt ├── cv672_tok-12350.txt ├── cv673_tok-6552.txt ├── cv674_tok-11591.txt ├── cv675_tok-11864.txt ├── cv676_tok-19999.txt ├── cv677_tok-11867.txt ├── cv678_tok-24352.txt ├── cv679_tok-13972.txt ├── cv680_tok-18142.txt ├── cv681_tok-28559.txt ├── cv682_tok-21593.txt ├── cv683_tok-12295.txt ├── cv684_tok-10367.txt ├── cv685_tok-11187.txt ├── cv686_tok-22284.txt ├── cv687_tok-20347.txt ├── cv688_tok-10047.txt ├── cv689_tok-8825.txt ├── cv690_tok-23617.txt ├── cv691_tok-11491.txt ├── cv692_tok-24295.txt ├── cv693_tok-16307.txt ├── cv694_tok-18628.txt ├── cv695_tok-12873.txt ├── cv696_tok-10835.txt ├── cv697_tok-29325.txt ├── cv698_tok-27735.txt └── cv699_tok-10425.txt /Chapter01/recipe1.py: -------------------------------------------------------------------------------- 1 | from nltk.corpus import reuters 2 | 3 | files = reuters.fileids() 4 | print(files) 5 | 6 | words16097 = reuters.words(['test/16097']) 7 | print(words16097) 8 | 9 | words20 = reuters.words(['test/16097'])[:20] 10 | print(words20) 11 | 12 | 13 | reutersGenres = reuters.categories() 14 | print(reutersGenres) 15 | 16 | 17 | for w in reuters.words(categories=['bop','cocoa']): 18 | print(w+' ',end='') 19 | if(w is '.'): 20 | print() 21 | -------------------------------------------------------------------------------- /Chapter01/recipe3.py: -------------------------------------------------------------------------------- 1 | import nltk 2 | from nltk.corpus import brown 3 | 4 | print(brown.categories()) 5 | 6 | genres = ['fiction', 'humor', 'romance'] 7 | whwords = ['what', 'which', 'how', 'why', 'when', 'where', 'who'] 8 | 9 | 10 | for i in range(0,len(genres)): 11 | genre = genres[i] 12 | print() 13 | print("Analysing '"+ genre + "' wh words") 14 | genre_text = brown.words(categories = genre) 15 | fdist = nltk.FreqDist(genre_text) 16 | for wh in whwords: 17 | print(wh + ':', fdist[wh], end=' ') 18 | -------------------------------------------------------------------------------- /Chapter01/recipe4.py: -------------------------------------------------------------------------------- 1 | import nltk 2 | from nltk.corpus import webtext 3 | print(webtext.fileids()) 4 | 5 | fileid = 'singles.txt' 6 | wbt_words = webtext.words(fileid) 7 | fdist = nltk.FreqDist(wbt_words) 8 | 9 | print('Count of the maximum appearing word "',fdist.max(),'" : ', fdist[fdist.max()]) 10 | print('Total Number of distinct tokens in the bag : ', fdist.N()) 11 | print('Following are the most common 10 words in the bag') 12 | print(fdist.most_common(10)) 13 | print('Frequency Distribution on Personal Advertisements') 14 | print(fdist.tabulate()) 15 | fdist.plot(cumulative=True) -------------------------------------------------------------------------------- /Chapter01/recipe5.py: -------------------------------------------------------------------------------- 1 | from nltk.corpus import wordnet as wn 2 | 3 | chair = 'bat' 4 | 5 | chair_synsets = wn.synsets(chair) 6 | print('Synsets/Senses of Chair :', chair_synsets, '\n\n') 7 | 8 | for synset in chair_synsets: 9 | print(synset, ': ') 10 | print('Definition: ', synset.definition()) 11 | print('Lemmas/Synonymous words: ', synset.lemma_names()) 12 | print('Example: ', synset.examples(), '\n') 13 | -------------------------------------------------------------------------------- /Chapter01/recipe7.py: -------------------------------------------------------------------------------- 1 | from nltk.corpus import wordnet as wn 2 | type = 'n' 3 | 4 | synsets = wn.all_synsets(type) 5 | 6 | lemmas = [] 7 | for synset in synsets: 8 | for lemma in synset.lemmas(): 9 | lemmas.append(lemma.name()) 10 | 11 | print(len(lemmas)) 12 | lemmas = set(lemmas) 13 | print('Total distinct lemmas: ', len(lemmas)) 14 | 15 | count = 0 16 | for lemma in lemmas: 17 | count = count + len(wn.synsets(lemma, type)) 18 | 19 | print('Total senses :',count) 20 | print('Average Polysemy of ', type,': ' , count/len(lemmas)) -------------------------------------------------------------------------------- /Chapter02/pdf.py: -------------------------------------------------------------------------------- 1 | from PyPDF2 import PdfFileReader 2 | 3 | def getTextPDF(pdfFileName, password = ''): 4 | pdf_file = open(pdfFileName, 'rb') 5 | read_pdf = PdfFileReader(pdf_file) 6 | if password != '': 7 | read_pdf.decrypt(password) 8 | text = [] 9 | for i in range(0,read_pdf.getNumPages()): 10 | text.append(read_pdf.getPage(i).extractText()) 11 | return '\n'.join(text) -------------------------------------------------------------------------------- /Chapter02/recipe1.py: -------------------------------------------------------------------------------- 1 | namesList = ['Tuffy','Ali','Nysha','Tim' ] 2 | sentence = 'My dog sleeps on sofa' 3 | 4 | names = ';'.join(namesList) 5 | print(type(names), ':', names) 6 | wordList = sentence.split(' ') 7 | print((type(wordList)), ':', wordList) 8 | 9 | additionExample = 'ganehsa' + 'ganesha' + 'ganesha' 10 | multiplicationExample = 'ganesha' * 2 11 | print('Text Additions :', additionExample) 12 | print('Text Multiplication :', multiplicationExample) 13 | 14 | str = 'Python NLTK' 15 | print(str[1]) 16 | print(str[-3]) -------------------------------------------------------------------------------- /Chapter02/recipe2.py: -------------------------------------------------------------------------------- 1 | str = 'NLTK Dolly Python' 2 | print('Substring ends at:',str[:4]) 3 | 4 | print('Substring starts from:',str[11:] ) 5 | print('Substring :',str[5:10]) 6 | print('Substring fancy:', str[-12:-7]) 7 | 8 | if 'NLTK' in str: 9 | print('found NLTK') 10 | 11 | replaced = str.replace('Dolly', 'Dorothy') 12 | print('Replaced String:', replaced) 13 | 14 | print('Accessing each character:') 15 | for s in replaced: 16 | print(s) -------------------------------------------------------------------------------- /Chapter02/recipe3.py: -------------------------------------------------------------------------------- 1 | import pdf 2 | 3 | pdfFile = 'sample-one-line.pdf' 4 | pdfFileEncrypted = 'sample-one-line.protected.pdf' 5 | 6 | print('PDF 1: \n',pdf.getTextPDF(pdfFile)) 7 | print('PDF 2: \n',pdf.getTextPDF(pdfFileEncrypted,'tuffy')) -------------------------------------------------------------------------------- /Chapter02/recipe6.py: -------------------------------------------------------------------------------- 1 | import feedparser 2 | 3 | myFeed = feedparser.parse("http://feeds.mashable.com/Mashable") 4 | print('Feed Title :', myFeed['feed']['title']) 5 | print('Number of posts :', len(myFeed.entries)) 6 | post = myFeed.entries[0] 7 | print('Post Title :',post.title) 8 | content = post.content[0].value 9 | print('Raw content :\n',content) -------------------------------------------------------------------------------- /Chapter02/sample-one-line.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/Chapter02/sample-one-line.docx -------------------------------------------------------------------------------- /Chapter02/sample-one-line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/Chapter02/sample-one-line.pdf -------------------------------------------------------------------------------- /Chapter02/sample-one-line.protected.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/Chapter02/sample-one-line.protected.pdf -------------------------------------------------------------------------------- /Chapter02/sample-pdf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/Chapter02/sample-pdf.pdf -------------------------------------------------------------------------------- /Chapter02/word.py: -------------------------------------------------------------------------------- 1 | import docx 2 | 3 | def getTextWord(wordFileName): 4 | doc = docx.Document(wordFileName) 5 | fullText = [] 6 | for para in doc.paragraphs: 7 | fullText.append(para.text) 8 | return '\n'.join(fullText) -------------------------------------------------------------------------------- /Chapter04/recipe4.py: -------------------------------------------------------------------------------- 1 | import re 2 | 3 | url= "http://www.telegraph.co.uk/formula-1/2017/10/28/mexican-grand-prix-2017-time-does-start-tv-channel-odds-lewis1/2017/05/12/" 4 | date_regex = '/(\d{4})/(\d{1,2})/(\d{1,2})/' 5 | 6 | print("Date found in the URL :", re.findall(date_regex, url)) 7 | 8 | 9 | def is_allowed_specific_char(string): 10 | charRe = re.compile(r'[^a-zA-Z0-9.]') 11 | string = charRe.search(string) 12 | return not bool(string) 13 | 14 | print(is_allowed_specific_char("ABCDEFabcdef123450.")) 15 | print(is_allowed_specific_char("*&%@#!}{")) -------------------------------------------------------------------------------- /Chapter04/recipe5.py: -------------------------------------------------------------------------------- 1 | import re 2 | 3 | street = '21 Ramkrishna Road' 4 | print(re.sub('Road', 'Rd', street)) 5 | 6 | text = 'Diwali is a festival of light, Holi is a festival of color!' 7 | print(re.findall(r"\b\w{5}\b", text)) -------------------------------------------------------------------------------- /Chapter04/recipe6.py: -------------------------------------------------------------------------------- 1 | import re 2 | 3 | raw = "I am big! It's the pictures that got small." 4 | print(re.split(r' +', raw)) 5 | 6 | print(re.split(r'\W+', raw)) 7 | 8 | print(re.findall(r'\w+|\S\w*', raw)) -------------------------------------------------------------------------------- /Chapter04/recipe7.py: -------------------------------------------------------------------------------- 1 | import re 2 | 3 | def stem(word): 4 | splits = re.findall(r'^(.*?)(ing|ly|ed|ious|ies|ive|es|s|ment)?$', word) 5 | stem = splits[0][0] 6 | return stem 7 | 8 | raw = "Keep your friends close, but your enemies closer." 9 | tokens = re.findall(r'\w+|\S\w*', raw) 10 | print(tokens) 11 | 12 | for t in tokens: 13 | print("'"+stem(t)+"'") -------------------------------------------------------------------------------- /Chapter05/Exploring.py: -------------------------------------------------------------------------------- 1 | import nltk 2 | simpleSentence = "Bangalore is the capital of Karnataka." 3 | wordsInSentence = nltk.word_tokenize(simpleSentence) 4 | print(wordsInSentence) 5 | partsOfSpeechTags = nltk.pos_tag(wordsInSentence) 6 | print(partsOfSpeechTags) 7 | -------------------------------------------------------------------------------- /Chapter06/Chunker.py: -------------------------------------------------------------------------------- 1 | import nltk 2 | 3 | text = "Lalbagh Botanical Gardens is a well known botanical garden in Bengaluru, India." 4 | sentences = nltk.sent_tokenize(text) 5 | for sentence in sentences: 6 | words = nltk.word_tokenize(sentence) 7 | tags = nltk.pos_tag(words) 8 | chunks = nltk.ne_chunk(tags) 9 | print(chunks) 10 | -------------------------------------------------------------------------------- /Chapter06/ParsingDG.py: -------------------------------------------------------------------------------- 1 | import nltk 2 | 3 | grammar = nltk.grammar.DependencyGrammar.fromstring(""" 4 | 'savings' -> 'small' 5 | 'yield' -> 'savings' 6 | 'gains' -> 'large' 7 | 'yield' -> 'gains' 8 | """) 9 | 10 | sentence = 'small savings yield large gains' 11 | dp = nltk.parse.ProjectiveDependencyParser(grammar) 12 | for t in sorted(dp.parse(sentence.split())): 13 | print(t) 14 | t.draw() 15 | -------------------------------------------------------------------------------- /Chapter06/SimpleChunker.py: -------------------------------------------------------------------------------- 1 | import nltk 2 | 3 | text = "Ravi is the CEO of a Company. He is very powerful public speaker also." 4 | 5 | grammar = '\n'.join([ 6 | 'NP: {
*}', 7 | 'NP: {*}', 8 | 'NP: {+}', 9 | ]) 10 | 11 | sentences = nltk.sent_tokenize(text) 12 | 13 | for sentence in sentences: 14 | words = nltk.word_tokenize(sentence) 15 | tags = nltk.pos_tag(words) 16 | chunkparser = nltk.RegexpParser(grammar) 17 | result = chunkparser.parse(tags) 18 | print(result) 19 | -------------------------------------------------------------------------------- /Chapter07/NER.py: -------------------------------------------------------------------------------- 1 | import nltk 2 | 3 | def sampleNE(): 4 | sent = nltk.corpus.treebank.tagged_sents()[0] 5 | print(nltk.ne_chunk(sent)) 6 | 7 | def sampleNE2(): 8 | sent = nltk.corpus.treebank.tagged_sents()[0] 9 | print(nltk.ne_chunk(sent, binary=True)) 10 | 11 | if __name__ == '__main__': 12 | sampleNE() 13 | sampleNE2() 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Natural-Language-Processing-with-Python-Cookbook 2 | Natural Language Processing with Python Cookbook, published by Packt 3 | -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv000_tok-9611.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv000_tok-9611.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv008_tok-11555.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv008_tok-11555.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv012_tok-26965.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv012_tok-26965.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv018_tok-11502.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv018_tok-11502.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv021_tok-29141.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv021_tok-29141.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv024_tok-22867.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv024_tok-22867.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv035_tok-22978.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv035_tok-22978.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv043_tok-12173.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv043_tok-12173.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv055_tok-24153.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv055_tok-24153.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv056_tok-14710.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv056_tok-14710.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv062_tok-12406.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv062_tok-12406.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv068_tok-12683.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv068_tok-12683.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv070_tok-20301.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv070_tok-20301.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv077_tok-18725.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv077_tok-18725.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv078_tok-21038.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv078_tok-21038.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv082_tok-26375.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv082_tok-26375.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv086_tok-29002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv086_tok-29002.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv101_tok-24219.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv101_tok-24219.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv102_tok-26890.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv102_tok-26890.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv103_tok-28381.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv103_tok-28381.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv115_tok-15080.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv115_tok-15080.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv116_tok-9636.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv116_tok-9636.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv140_tok-20790.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv140_tok-20790.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv144_tok-14311.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv144_tok-14311.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv150_tok-18938.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv150_tok-18938.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv157_tok-19147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv157_tok-19147.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv164_tok-10606.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv164_tok-10606.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv166_tok-23172.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv166_tok-23172.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv170_tok-18402.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv170_tok-18402.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv176_tok-15880.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv176_tok-15880.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv181_tok-29326.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv181_tok-29326.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv182_tok-25803.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv182_tok-25803.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv184_tok-20654.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv184_tok-20654.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv185_tok-22786.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv185_tok-22786.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv187_tok-29374.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv187_tok-29374.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv190_tok-17313.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv190_tok-17313.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv196_tok-25263.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv196_tok-25263.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv202_tok-15873.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv202_tok-15873.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv206_tok-15604.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv206_tok-15604.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv210_tok-15092.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv210_tok-15092.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv211_tok-20701.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv211_tok-20701.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv218_tok-20838.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv218_tok-20838.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv219_tok-11130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv219_tok-11130.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv234_tok-28890.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv234_tok-28890.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv241_tok-21519.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv241_tok-21519.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv248_tok-17823.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv248_tok-17823.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv252_tok-28837.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv252_tok-28837.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv258_tok-15032.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv258_tok-15032.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv260_tok-18536.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv260_tok-18536.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv261_tok-24932.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv261_tok-24932.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv263_tok-24157.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv263_tok-24157.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv269_tok-19393.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv269_tok-19393.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv270_tok-26085.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv270_tok-26085.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv273_tok-29386.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv273_tok-29386.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv277_tok-13229.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv277_tok-13229.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv279_tok-23947.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv279_tok-23947.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv280_tok-21672.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv280_tok-21672.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv283_tok-24782.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv283_tok-24782.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv303_tok-11557.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv303_tok-11557.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv305_tok-24131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv305_tok-24131.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv307_tok-20139.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv307_tok-20139.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv328_tok-23090.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv328_tok-23090.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv329_tok-17076.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv329_tok-17076.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv335_tok-12547.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv335_tok-12547.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv336_tok-24857.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv336_tok-24857.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv338_tok-24961.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv338_tok-24961.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv339_tok-26055.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv339_tok-26055.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv340_tok-10533.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv340_tok-10533.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv341_tok-23117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv341_tok-23117.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv346_tok-24609.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv346_tok-24609.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv347_tok-16780.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv347_tok-16780.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv361_tok-29119.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv361_tok-29119.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv362_tok-20426.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv362_tok-20426.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv363_tok-21128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv363_tok-21128.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv371_tok-18848.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv371_tok-18848.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv373_tok-25938.txt: -------------------------------------------------------------------------------- 1 | filmcritic . com presents a review from staff member james brundage . you can find the review with full credits at http : //filmcritic . com/misc/emporium . nsf/2a460f93626cd4678625624c007f2b46/c97ebb11df0b98398825694f005571d7 ? opendocument he is duncan macleod of the clan macleod . he's been pimpin' it since he was born in the village of glennfillan in 15somethingsomething , and he continues to pimp it in modern day . he is immortal and he cannot die . 2 | -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv374_tok-26964.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv374_tok-26964.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv381_tok-25624.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv381_tok-25624.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv382_tok-21934.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv382_tok-21934.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv384_tok-25866.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv384_tok-25866.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv391_tok-29447.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv391_tok-29447.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv393_tok-29397.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv393_tok-29397.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv406_tok-18155.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv406_tok-18155.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv415_tok-28738.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv415_tok-28738.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv419_tok-16024.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv419_tok-16024.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv423_tok-10742.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv423_tok-10742.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv424_tok-29318.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv424_tok-29318.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv428_tok-20300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv428_tok-20300.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv434_tok-29273.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv434_tok-29273.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv435_tok-17966.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv435_tok-17966.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv438_tok-17297.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv438_tok-17297.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv439_tok-21510.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv439_tok-21510.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv441_tok-9002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv441_tok-9002.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv442_tok-27163.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv442_tok-27163.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv447_tok-19197.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv447_tok-19197.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv450_tok-13677.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv450_tok-13677.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv451_tok-28707.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv451_tok-28707.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv453_tok-17410.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv453_tok-17410.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv456_tok-29420.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv456_tok-29420.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv458_tok-19400.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv458_tok-19400.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv459_tok-29432.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv459_tok-29432.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv465_tok-29619.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv465_tok-29619.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv469_tok-15267.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv469_tok-15267.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv472_tok-11943.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv472_tok-11943.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv473_tok-14810.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv473_tok-14810.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv479_tok-23674.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv479_tok-23674.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv481_tok-10977.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv481_tok-10977.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv488_tok-13847.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv488_tok-13847.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv496_tok-17126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv496_tok-17126.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv500_tok-13146.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv500_tok-13146.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv505_tok-17424.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv505_tok-17424.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv512_tok-28882.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv512_tok-28882.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv523_tok-23339.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv523_tok-23339.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv524_tok-20616.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv524_tok-20616.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv528_tok-25667.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv528_tok-25667.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv534_tok-12128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv534_tok-12128.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv535_tok-19937.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv535_tok-19937.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv544_tok-25047.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv544_tok-25047.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv553_tok-27936.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv553_tok-27936.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv559_tok-17078.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv559_tok-17078.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv561_tok-18471.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv561_tok-18471.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv563_tok-27217.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv563_tok-27217.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv574_tok-23226.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv574_tok-23226.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv581_tok-29376.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv581_tok-29376.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv586_tok-19488.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv586_tok-19488.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv596_tok-27611.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv596_tok-27611.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv598_tok-28906.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv598_tok-28906.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv603_tok-18184.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv603_tok-18184.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv604_tok-21195.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv604_tok-21195.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv605_tok-12048.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv605_tok-12048.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv608_tok-29484.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv608_tok-29484.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv617_tok-24070.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv617_tok-24070.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv630_tok-23300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv630_tok-23300.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv632_tok-14112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv632_tok-14112.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv639_tok-16459.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv639_tok-16459.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv651_tok-28796.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv651_tok-28796.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv656_tok-29675.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv656_tok-29675.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv666_tok-16121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv666_tok-16121.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv668_tok-23578.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv668_tok-23578.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv669_tok-12224.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv669_tok-12224.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv670_tok-9891.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv670_tok-9891.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv672_tok-20564.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv672_tok-20564.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv675_tok-10091.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv675_tok-10091.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv683_tok-11354.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv683_tok-11354.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv684_tok-10190.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv684_tok-10190.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv688_tok-29384.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv688_tok-29384.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv690_tok-26288.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv690_tok-26288.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv695_tok-21695.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv695_tok-21695.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv697_tok-12765.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/neg/cv697_tok-12765.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv002_tok-12931.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv002_tok-12931.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv017_tok-29801.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv017_tok-29801.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv018_tok-10094.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv018_tok-10094.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv019_tok-11209.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv019_tok-11209.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv022_tok-17069.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv022_tok-17069.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv023_tok-12160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv023_tok-12160.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv043_tok-24397.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv043_tok-24397.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv044_tok-29505.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv044_tok-29505.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv045_tok-29121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv045_tok-29121.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv051_tok-21020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv051_tok-21020.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv057_tok-14094.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv057_tok-14094.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv063_tok-28706.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv063_tok-28706.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv068_tok-12672.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv068_tok-12672.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv075_tok-17788.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv075_tok-17788.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv088_tok-10534.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv088_tok-10534.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv099_tok-15838.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv099_tok-15838.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv102_tok-21103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv102_tok-21103.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv104_tok-28425.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv104_tok-28425.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv108_tok-12767.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv108_tok-12767.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv109_tok-16113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv109_tok-16113.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv116_tok-9457.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv116_tok-9457.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv124_tok-29590.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv124_tok-29590.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv127_tok-22921.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv127_tok-22921.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv131_tok-19363.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv131_tok-19363.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv132_tok-5618.txt: -------------------------------------------------------------------------------- 1 | quaid stars as a man who has taken up the proffesion of dragonslayer after he feels he is betrayed by a dragon early in the movie . he runs into the last dragon in existence , and there is a genuinely amusing battle between the two which results in a standoff where quaid is in the dragons mouth , but has his sword pointed at the dragons brain . eventually , they decide to call a truce , and they work out a deal . since he is the last dragon , he will pretend to die and quaid will be able to get paid for it . 2 | -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv135_tok-18510.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv135_tok-18510.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv142_tok-11890.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv142_tok-11890.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv154_tok-10175.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv154_tok-10175.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv156_tok-12349.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv156_tok-12349.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv157_tok-29786.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv157_tok-29786.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv165_tok-11425.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv165_tok-11425.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv179_tok-10822.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv179_tok-10822.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv188_tok-16638.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv188_tok-16638.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv190_tok-29198.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv190_tok-29198.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv195_tok-13683.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv195_tok-13683.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv200_tok-19912.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv200_tok-19912.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv204_tok-10080.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv204_tok-10080.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv207_tok-10975.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv207_tok-10975.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv211_tok-24353.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv211_tok-24353.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv212_tok-11472.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv212_tok-11472.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv219_tok-22240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv219_tok-22240.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv232_tok-18168.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv232_tok-18168.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv240_tok-29525.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv240_tok-29525.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv245_tok-19462.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv245_tok-19462.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv247_tok-26084.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv247_tok-26084.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv249_tok-18722.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv249_tok-18722.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv253_tok-19526.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv253_tok-19526.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv255_tok-15449.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv255_tok-15449.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv256_tok-11576.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv256_tok-11576.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv258_tok-25234.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv258_tok-25234.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv270_tok-29235.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv270_tok-29235.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv271_tok-11240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv271_tok-11240.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv273_tok-10626.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv273_tok-10626.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv274_tok-12014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv274_tok-12014.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv275_tok-12167.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv275_tok-12167.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv278_tok-17924.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv278_tok-17924.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv280_tok-27724.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv280_tok-27724.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv296_tok-11353.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv296_tok-11353.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv298_tok-16139.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv298_tok-16139.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv313_tok-19364.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv313_tok-19364.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv324_tok-11182.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv324_tok-11182.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv326_tok-28892.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv326_tok-28892.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv348_tok-24201.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv348_tok-24201.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv353_tok-29082.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv353_tok-29082.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv354_tok-13227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv354_tok-13227.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv355_tok-11500.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv355_tok-11500.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv365_tok-21785.txt: -------------------------------------------------------------------------------- 1 | all of my film reviews are archived at http : //us . imdb . com/m/reviews_by ? justin + felix this review has been submitted to the shrubbery http : //www . theshrubbery . com any comments about this review ? e-mail me at justinfelix@yahoo . comscreen story by kevin yagher and andrew kevin walker . inspired by the short story the legend of sleepy hollow by washington irving . 2 | -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv382_tok-11565.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv382_tok-11565.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv391_tok-29468.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv391_tok-29468.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv395_tok-27468.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv395_tok-27468.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv400_tok-11748.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv400_tok-11748.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv403_tok-19027.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv403_tok-19027.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv404_tok-23115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv404_tok-23115.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv408_tok-24111.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv408_tok-24111.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv409_tok-11193.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv409_tok-11193.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv410_tok-24246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv410_tok-24246.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv418_tok-10147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv418_tok-10147.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv426_tok-12735.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv426_tok-12735.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv433_tok-16006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv433_tok-16006.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv439_tok-13632.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv439_tok-13632.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv440_tok-24265.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv440_tok-24265.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv442_tok-28944.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv442_tok-28944.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv448_tok-25113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv448_tok-25113.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv450_tok-18817.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv450_tok-18817.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv454_tok-11053.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv454_tok-11053.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv466_tok-22246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv466_tok-22246.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv468_tok-11620.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv468_tok-11620.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv471_tok-21022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv471_tok-21022.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv472_tok-24511.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv472_tok-24511.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv487_tok-15094.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv487_tok-15094.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv489_tok-23236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv489_tok-23236.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv490_tok-15448.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv490_tok-15448.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv493_tok-10732.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv493_tok-10732.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv494_tok-25127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv494_tok-25127.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv498_tok-28077.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv498_tok-28077.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv510_tok-29540.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv510_tok-29540.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv512_tok-27457.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv512_tok-27457.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv516_tok-10558.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv516_tok-10558.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv520_tok-13142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv520_tok-13142.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv547_tok-18643.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv547_tok-18643.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv552_tok-23130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv552_tok-23130.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv553_tok-13743.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv553_tok-13743.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv560_tok-11131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv560_tok-11131.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv562_tok-19381.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv562_tok-19381.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv567_tok-29658.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv567_tok-29658.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv581_tok-20785.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv581_tok-20785.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv583_tok-19290.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv583_tok-19290.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv585_tok-29721.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv585_tok-29721.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv588_tok-10492.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv588_tok-10492.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv589_tok-17484.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv589_tok-17484.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv596_tok-29066.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv596_tok-29066.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv598_tok-18159.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv598_tok-18159.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv600_tok-23338.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv600_tok-23338.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv609_tok-27236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv609_tok-27236.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv618_tok-23497.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv618_tok-23497.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv628_tok-24095.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv628_tok-24095.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv633_tok-28885.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv633_tok-28885.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv634_tok-28807.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv634_tok-28807.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv637_tok-9659.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv637_tok-9659.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv640_tok-26304.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv640_tok-26304.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv649_tok-27594.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv649_tok-27594.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv650_tok-14989.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv650_tok-14989.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv653_tok-10211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv653_tok-10211.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv658_tok-13091.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv658_tok-13091.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv661_tok-10482.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv661_tok-10482.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv670_tok-24009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv670_tok-24009.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv690_tok-23617.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv690_tok-23617.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv692_tok-24295.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv692_tok-24295.txt -------------------------------------------------------------------------------- /datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv696_tok-10835.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/mix20_rand700_tokens_cleaned/tokens/pos/cv696_tok-10835.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv000_tok-9611.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv000_tok-9611.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv008_tok-11555.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv008_tok-11555.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv012_tok-26965.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv012_tok-26965.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv018_tok-11502.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv018_tok-11502.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv021_tok-29141.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv021_tok-29141.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv024_tok-22867.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv024_tok-22867.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv035_tok-22978.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv035_tok-22978.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv043_tok-12173.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv043_tok-12173.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv055_tok-24153.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv055_tok-24153.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv056_tok-14710.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv056_tok-14710.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv062_tok-12406.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv062_tok-12406.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv068_tok-12683.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv068_tok-12683.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv070_tok-20301.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv070_tok-20301.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv077_tok-18725.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv077_tok-18725.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv078_tok-21038.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv078_tok-21038.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv082_tok-26375.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv082_tok-26375.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv086_tok-29002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv086_tok-29002.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv101_tok-24219.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv101_tok-24219.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv102_tok-26890.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv102_tok-26890.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv103_tok-28381.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv103_tok-28381.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv115_tok-15080.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv115_tok-15080.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv116_tok-9636.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv116_tok-9636.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv140_tok-20790.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv140_tok-20790.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv144_tok-14311.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv144_tok-14311.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv150_tok-18938.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv150_tok-18938.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv157_tok-19147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv157_tok-19147.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv164_tok-10606.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv164_tok-10606.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv166_tok-23172.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv166_tok-23172.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv170_tok-18402.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv170_tok-18402.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv176_tok-15880.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv176_tok-15880.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv181_tok-29326.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv181_tok-29326.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv182_tok-25803.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv182_tok-25803.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv184_tok-20654.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv184_tok-20654.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv185_tok-22786.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv185_tok-22786.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv187_tok-29374.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv187_tok-29374.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv190_tok-17313.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv190_tok-17313.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv196_tok-25263.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv196_tok-25263.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv202_tok-15873.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv202_tok-15873.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv206_tok-15604.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv206_tok-15604.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv210_tok-15092.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv210_tok-15092.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv211_tok-20701.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv211_tok-20701.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv218_tok-20838.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv218_tok-20838.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv219_tok-11130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv219_tok-11130.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv234_tok-28890.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv234_tok-28890.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv241_tok-21519.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv241_tok-21519.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv248_tok-17823.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv248_tok-17823.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv252_tok-28837.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv252_tok-28837.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv258_tok-15032.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv258_tok-15032.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv260_tok-18536.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv260_tok-18536.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv261_tok-24932.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv261_tok-24932.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv263_tok-24157.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv263_tok-24157.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv269_tok-19393.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv269_tok-19393.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv270_tok-26085.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv270_tok-26085.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv273_tok-29386.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv273_tok-29386.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv277_tok-13229.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv277_tok-13229.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv279_tok-23947.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv279_tok-23947.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv280_tok-21672.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv280_tok-21672.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv283_tok-24782.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv283_tok-24782.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv303_tok-11557.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv303_tok-11557.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv305_tok-24131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv305_tok-24131.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv307_tok-20139.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv307_tok-20139.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv328_tok-23090.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv328_tok-23090.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv329_tok-17076.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv329_tok-17076.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv335_tok-12547.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv335_tok-12547.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv336_tok-24857.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv336_tok-24857.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv338_tok-24961.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv338_tok-24961.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv339_tok-26055.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv339_tok-26055.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv340_tok-10533.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv340_tok-10533.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv341_tok-23117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv341_tok-23117.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv346_tok-24609.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv346_tok-24609.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv347_tok-16780.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv347_tok-16780.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv361_tok-29119.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv361_tok-29119.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv362_tok-20426.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv362_tok-20426.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv363_tok-21128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv363_tok-21128.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv371_tok-18848.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv371_tok-18848.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv373_tok-25938.txt: -------------------------------------------------------------------------------- 1 | filmcritic . com presents a review from staff member james brundage . you can find the review with full credits at http : //filmcritic . com/misc/emporium . nsf/2a460f93626cd4678625624c007f2b46/c97ebb11df0b98398825694f005571d7 ? opendocument he is duncan macleod of the clan macleod . he's been pimpin' it since he was born in the village of glennfillan in 15somethingsomething , and he continues to pimp it in modern day . he is immortal and he cannot die . 2 | -------------------------------------------------------------------------------- /datasets/tokens/neg/cv374_tok-26964.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv374_tok-26964.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv381_tok-25624.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv381_tok-25624.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv382_tok-21934.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv382_tok-21934.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv384_tok-25866.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv384_tok-25866.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv391_tok-29447.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv391_tok-29447.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv393_tok-29397.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv393_tok-29397.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv406_tok-18155.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv406_tok-18155.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv415_tok-28738.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv415_tok-28738.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv419_tok-16024.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv419_tok-16024.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv423_tok-10742.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv423_tok-10742.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv424_tok-29318.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv424_tok-29318.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv428_tok-20300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv428_tok-20300.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv434_tok-29273.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv434_tok-29273.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv435_tok-17966.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv435_tok-17966.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv438_tok-17297.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv438_tok-17297.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv439_tok-21510.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv439_tok-21510.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv441_tok-9002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv441_tok-9002.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv442_tok-27163.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv442_tok-27163.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv447_tok-19197.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv447_tok-19197.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv450_tok-13677.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv450_tok-13677.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv451_tok-28707.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv451_tok-28707.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv452_tok-18656.txt: -------------------------------------------------------------------------------- 1 | these are words that could be used to describe the emotions of john sayles' characters in his latest , limbo . but no , i use them to describe myself after sitting through his latest little exercise in indie egomania . i can forgive many things . but using some hackneyed , whacked-out , screwed-up * non * -ending on a movie is unforgivable . i walked a half-mile in the rain and sat through two hours of typical , plodding sayles melodrama to get cheated by a complete and total copout finale . does sayles think he's roger corman ? 2 | -------------------------------------------------------------------------------- /datasets/tokens/neg/cv453_tok-17410.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv453_tok-17410.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv456_tok-29420.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv456_tok-29420.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv458_tok-19400.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv458_tok-19400.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv459_tok-29432.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv459_tok-29432.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv465_tok-29619.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv465_tok-29619.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv469_tok-15267.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv469_tok-15267.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv472_tok-11943.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv472_tok-11943.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv473_tok-14810.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv473_tok-14810.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv479_tok-23674.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv479_tok-23674.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv481_tok-10977.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv481_tok-10977.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv488_tok-13847.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv488_tok-13847.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv496_tok-17126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv496_tok-17126.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv500_tok-13146.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv500_tok-13146.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv505_tok-17424.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv505_tok-17424.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv512_tok-28882.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv512_tok-28882.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv523_tok-23339.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv523_tok-23339.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv524_tok-20616.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv524_tok-20616.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv528_tok-25667.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv528_tok-25667.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv534_tok-12128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv534_tok-12128.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv535_tok-19937.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv535_tok-19937.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv544_tok-25047.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv544_tok-25047.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv553_tok-27936.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv553_tok-27936.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv557_tok-24760.txt: -------------------------------------------------------------------------------- 1 | filmcritic . com presents two reviews from staff members james brundage and max messier . you can find the reviews with full credits at http : //www . filmcritic . com/misc/emporium . nsf/2a460f93626cd4678625624c007f2b46/f4f3233798557e33882568e800788faa ? opendocument editor's note : rarely have to so divergent reviews for one movie crossed my desk on the same day . to wit , we present a unique experience for filmcritic . com -- something of a " he said , he said " -- two looks at mission : impossible 2 , from two of our most vocal critics . -cn 2 | -------------------------------------------------------------------------------- /datasets/tokens/neg/cv559_tok-17078.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv559_tok-17078.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv561_tok-18471.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv561_tok-18471.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv563_tok-27217.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv563_tok-27217.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv574_tok-23226.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv574_tok-23226.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv581_tok-29376.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv581_tok-29376.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv586_tok-19488.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv586_tok-19488.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv592_tok-10894.txt: -------------------------------------------------------------------------------- 1 | michael dequina mrbrown@ucla . edu | michael_jordan@geocities . com | mj23@the18thhole . com mrbrown@michaeljordanfan . com | mj23@michaeljordanfan . com mrbrown23@juno . com | mrbrown@iname . com | mst3k@digicron . com visit mr . brown's movie site at http : //members . tripod . com/~mrbrown/ personal page : http : //members . tripod . com/~mrbrown/home . html michael jordan beyond the court : http : //www . geocities . com/colosseum/field/2302/ a michael jordan fan's heartbreak : http : //members . tripod . com/~mj23/mj . html 2 | -------------------------------------------------------------------------------- /datasets/tokens/neg/cv596_tok-27611.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv596_tok-27611.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv598_tok-28906.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv598_tok-28906.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv603_tok-18184.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv603_tok-18184.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv604_tok-21195.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv604_tok-21195.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv605_tok-12048.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv605_tok-12048.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv608_tok-29484.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv608_tok-29484.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv617_tok-24070.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv617_tok-24070.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv630_tok-23300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv630_tok-23300.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv632_tok-14112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv632_tok-14112.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv639_tok-16459.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv639_tok-16459.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv651_tok-28796.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv651_tok-28796.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv656_tok-29675.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv656_tok-29675.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv666_tok-16121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv666_tok-16121.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv668_tok-23578.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv668_tok-23578.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv669_tok-12224.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv669_tok-12224.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv670_tok-9891.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv670_tok-9891.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv672_tok-20564.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv672_tok-20564.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv675_tok-10091.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv675_tok-10091.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv683_tok-11354.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv683_tok-11354.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv684_tok-10190.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv684_tok-10190.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv688_tok-29384.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv688_tok-29384.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv690_tok-26288.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv690_tok-26288.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv695_tok-21695.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv695_tok-21695.txt -------------------------------------------------------------------------------- /datasets/tokens/neg/cv697_tok-12765.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/neg/cv697_tok-12765.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv002_tok-12931.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv002_tok-12931.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv017_tok-29801.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv017_tok-29801.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv018_tok-10094.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv018_tok-10094.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv019_tok-11209.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv019_tok-11209.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv022_tok-17069.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv022_tok-17069.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv023_tok-12160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv023_tok-12160.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv043_tok-24397.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv043_tok-24397.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv044_tok-29505.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv044_tok-29505.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv045_tok-29121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv045_tok-29121.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv051_tok-21020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv051_tok-21020.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv057_tok-14094.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv057_tok-14094.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv063_tok-28706.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv063_tok-28706.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv068_tok-12672.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv068_tok-12672.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv075_tok-17788.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv075_tok-17788.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv088_tok-10534.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv088_tok-10534.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv099_tok-15838.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv099_tok-15838.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv102_tok-21103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv102_tok-21103.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv104_tok-28425.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv104_tok-28425.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv108_tok-12767.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv108_tok-12767.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv109_tok-16113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv109_tok-16113.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv116_tok-9457.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv116_tok-9457.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv124_tok-29590.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv124_tok-29590.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv127_tok-22921.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv127_tok-22921.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv131_tok-19363.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv131_tok-19363.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv132_tok-5618.txt: -------------------------------------------------------------------------------- 1 | quaid stars as a man who has taken up the proffesion of dragonslayer after he feels he is betrayed by a dragon early in the movie . he runs into the last dragon in existence , and there is a genuinely amusing battle between the two which results in a standoff where quaid is in the dragons mouth , but has his sword pointed at the dragons brain . eventually , they decide to call a truce , and they work out a deal . since he is the last dragon , he will pretend to die and quaid will be able to get paid for it . 2 | -------------------------------------------------------------------------------- /datasets/tokens/pos/cv135_tok-18510.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv135_tok-18510.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv142_tok-11890.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv142_tok-11890.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv154_tok-10175.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv154_tok-10175.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv156_tok-12349.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv156_tok-12349.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv157_tok-29786.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv157_tok-29786.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv165_tok-11425.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv165_tok-11425.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv179_tok-10822.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv179_tok-10822.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv188_tok-16638.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv188_tok-16638.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv190_tok-29198.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv190_tok-29198.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv195_tok-13683.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv195_tok-13683.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv200_tok-19912.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv200_tok-19912.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv204_tok-10080.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv204_tok-10080.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv207_tok-10975.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv207_tok-10975.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv211_tok-24353.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv211_tok-24353.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv212_tok-11472.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv212_tok-11472.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv219_tok-22240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv219_tok-22240.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv232_tok-18168.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv232_tok-18168.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv240_tok-29525.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv240_tok-29525.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv245_tok-19462.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv245_tok-19462.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv247_tok-26084.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv247_tok-26084.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv249_tok-18722.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv249_tok-18722.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv253_tok-19526.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv253_tok-19526.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv255_tok-15449.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv255_tok-15449.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv256_tok-11576.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv256_tok-11576.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv258_tok-25234.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv258_tok-25234.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv270_tok-29235.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv270_tok-29235.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv271_tok-11240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv271_tok-11240.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv273_tok-10626.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv273_tok-10626.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv274_tok-12014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv274_tok-12014.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv275_tok-12167.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv275_tok-12167.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv278_tok-17924.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv278_tok-17924.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv280_tok-27724.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv280_tok-27724.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv296_tok-11353.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv296_tok-11353.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv298_tok-16139.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv298_tok-16139.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv313_tok-19364.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv313_tok-19364.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv324_tok-11182.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv324_tok-11182.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv326_tok-28892.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv326_tok-28892.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv348_tok-24201.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv348_tok-24201.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv353_tok-29082.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv353_tok-29082.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv354_tok-13227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv354_tok-13227.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv355_tok-11500.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv355_tok-11500.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv365_tok-21785.txt: -------------------------------------------------------------------------------- 1 | all of my film reviews are archived at http : //us . imdb . com/m/reviews_by ? justin + felix this review has been submitted to the shrubbery http : //www . theshrubbery . com any comments about this review ? e-mail me at justinfelix@yahoo . comscreen story by kevin yagher and andrew kevin walker . inspired by the short story the legend of sleepy hollow by washington irving . 2 | -------------------------------------------------------------------------------- /datasets/tokens/pos/cv382_tok-11565.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv382_tok-11565.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv391_tok-29468.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv391_tok-29468.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv395_tok-27468.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv395_tok-27468.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv400_tok-11748.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv400_tok-11748.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv403_tok-19027.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv403_tok-19027.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv404_tok-23115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv404_tok-23115.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv408_tok-24111.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv408_tok-24111.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv409_tok-11193.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv409_tok-11193.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv410_tok-24246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv410_tok-24246.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv418_tok-10147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv418_tok-10147.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv426_tok-12735.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv426_tok-12735.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv433_tok-16006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv433_tok-16006.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv439_tok-13632.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv439_tok-13632.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv440_tok-24265.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv440_tok-24265.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv442_tok-28944.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv442_tok-28944.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv448_tok-25113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv448_tok-25113.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv450_tok-18817.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv450_tok-18817.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv454_tok-11053.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv454_tok-11053.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv466_tok-22246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv466_tok-22246.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv468_tok-11620.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv468_tok-11620.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv471_tok-21022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv471_tok-21022.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv472_tok-24511.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv472_tok-24511.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv487_tok-15094.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv487_tok-15094.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv489_tok-23236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv489_tok-23236.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv490_tok-15448.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv490_tok-15448.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv493_tok-10732.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv493_tok-10732.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv494_tok-25127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv494_tok-25127.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv498_tok-28077.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv498_tok-28077.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv510_tok-29540.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv510_tok-29540.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv512_tok-27457.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv512_tok-27457.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv516_tok-10558.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv516_tok-10558.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv520_tok-13142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv520_tok-13142.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv547_tok-18643.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv547_tok-18643.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv552_tok-23130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv552_tok-23130.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv553_tok-13743.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv553_tok-13743.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv560_tok-11131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv560_tok-11131.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv562_tok-19381.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv562_tok-19381.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv567_tok-29658.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv567_tok-29658.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv581_tok-20785.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv581_tok-20785.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv583_tok-19290.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv583_tok-19290.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv585_tok-29721.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv585_tok-29721.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv588_tok-10492.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv588_tok-10492.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv589_tok-17484.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv589_tok-17484.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv596_tok-29066.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv596_tok-29066.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv598_tok-18159.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv598_tok-18159.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv600_tok-23338.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv600_tok-23338.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv609_tok-27236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv609_tok-27236.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv618_tok-23497.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv618_tok-23497.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv628_tok-24095.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv628_tok-24095.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv633_tok-28885.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv633_tok-28885.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv634_tok-28807.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv634_tok-28807.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv637_tok-9659.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv637_tok-9659.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv640_tok-26304.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv640_tok-26304.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv649_tok-27594.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv649_tok-27594.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv650_tok-14989.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv650_tok-14989.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv653_tok-10211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv653_tok-10211.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv658_tok-13091.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv658_tok-13091.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv661_tok-10482.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv661_tok-10482.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv670_tok-24009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv670_tok-24009.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv690_tok-23617.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv690_tok-23617.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv692_tok-24295.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv692_tok-24295.txt -------------------------------------------------------------------------------- /datasets/tokens/pos/cv696_tok-10835.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Natural-Language-Processing-with-Python-Cookbook/76dbb5311e1bce0830eae7c476234a20e90e9026/datasets/tokens/pos/cv696_tok-10835.txt --------------------------------------------------------------------------------