├── .idea ├── .name ├── ChineseTextClassify.iml ├── encodings.xml ├── misc.xml ├── modules.xml ├── scopes │ └── scope_settings.xml ├── vcs.xml └── workspace.xml ├── ChineseSegmentation ├── ChineseCut.py ├── PKU_GB │ ├── pku_test.txt │ ├── pku_test_gold.txt │ ├── pku_test_result.txt │ ├── pku_training.txt │ ├── pku_training_words.txt │ ├── score.txt │ └── scripts │ │ ├── mwseg.pl │ │ └── score ├── PreHMM.py ├── Viterbi.py ├── emit.txt ├── tran.txt └── worddict.txt ├── FeatureSelecion.py ├── FeatureWeight.py ├── LIBSVM ├── libsvm.dll ├── libsvmread.mexw64 ├── libsvmwrite.mexw64 ├── svm-predict.exe ├── svm-scale.exe ├── svm-toy.exe ├── svm-train.exe ├── svmpredict.mexw64 ├── svmtrain.mexw64 ├── test.svm ├── testscale.result ├── testscale.svm ├── train.svm ├── trainscale.model ├── trainscale.svm └── 测试命令.txt ├── SVMFeature.txt ├── SogouC ├── ClassCode.txt └── ClassFile │ ├── C000007 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt │ ├── C000008 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt │ ├── C000010 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt │ ├── C000013 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt │ ├── C000014 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt │ ├── C000016 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt │ ├── C000020 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt │ ├── C000022 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt │ ├── C000023 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt │ └── C000024 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 101.txt │ ├── 102.txt │ ├── 103.txt │ ├── 104.txt │ ├── 105.txt │ ├── 106.txt │ ├── 107.txt │ ├── 108.txt │ ├── 109.txt │ ├── 11.txt │ ├── 110.txt │ ├── 111.txt │ ├── 112.txt │ ├── 113.txt │ ├── 114.txt │ ├── 115.txt │ ├── 116.txt │ ├── 117.txt │ ├── 118.txt │ ├── 119.txt │ ├── 12.txt │ ├── 120.txt │ ├── 121.txt │ ├── 122.txt │ ├── 123.txt │ ├── 124.txt │ ├── 125.txt │ ├── 126.txt │ ├── 127.txt │ ├── 128.txt │ ├── 129.txt │ ├── 13.txt │ ├── 130.txt │ ├── 131.txt │ ├── 132.txt │ ├── 133.txt │ ├── 134.txt │ ├── 135.txt │ ├── 136.txt │ ├── 137.txt │ ├── 138.txt │ ├── 139.txt │ ├── 14.txt │ ├── 140.txt │ ├── 141.txt │ ├── 142.txt │ ├── 143.txt │ ├── 144.txt │ ├── 145.txt │ ├── 146.txt │ ├── 147.txt │ ├── 148.txt │ ├── 149.txt │ ├── 15.txt │ ├── 150.txt │ ├── 151.txt │ ├── 152.txt │ ├── 153.txt │ ├── 154.txt │ ├── 155.txt │ ├── 156.txt │ ├── 157.txt │ ├── 158.txt │ ├── 159.txt │ ├── 16.txt │ ├── 160.txt │ ├── 161.txt │ ├── 162.txt │ ├── 163.txt │ ├── 164.txt │ ├── 165.txt │ ├── 166.txt │ ├── 167.txt │ ├── 168.txt │ ├── 169.txt │ ├── 17.txt │ ├── 170.txt │ ├── 171.txt │ ├── 172.txt │ ├── 173.txt │ ├── 174.txt │ ├── 175.txt │ ├── 176.txt │ ├── 177.txt │ ├── 178.txt │ ├── 179.txt │ ├── 18.txt │ ├── 180.txt │ ├── 181.txt │ ├── 182.txt │ ├── 183.txt │ ├── 184.txt │ ├── 185.txt │ ├── 186.txt │ ├── 187.txt │ ├── 188.txt │ ├── 189.txt │ ├── 19.txt │ ├── 190.txt │ ├── 191.txt │ ├── 192.txt │ ├── 193.txt │ ├── 194.txt │ ├── 195.txt │ ├── 196.txt │ ├── 197.txt │ ├── 198.txt │ ├── 199.txt │ ├── 2.txt │ ├── 20.txt │ ├── 200.txt │ ├── 201.txt │ ├── 202.txt │ ├── 203.txt │ ├── 204.txt │ ├── 205.txt │ ├── 206.txt │ ├── 207.txt │ ├── 208.txt │ ├── 209.txt │ ├── 21.txt │ ├── 210.txt │ ├── 211.txt │ ├── 212.txt │ ├── 213.txt │ ├── 214.txt │ ├── 215.txt │ ├── 216.txt │ ├── 217.txt │ ├── 218.txt │ ├── 219.txt │ ├── 22.txt │ ├── 220.txt │ ├── 221.txt │ ├── 222.txt │ ├── 223.txt │ ├── 224.txt │ ├── 225.txt │ ├── 226.txt │ ├── 227.txt │ ├── 228.txt │ ├── 229.txt │ ├── 23.txt │ ├── 230.txt │ ├── 231.txt │ ├── 232.txt │ ├── 233.txt │ ├── 234.txt │ ├── 235.txt │ ├── 236.txt │ ├── 237.txt │ ├── 238.txt │ ├── 239.txt │ ├── 24.txt │ ├── 240.txt │ ├── 241.txt │ ├── 242.txt │ ├── 243.txt │ ├── 244.txt │ ├── 245.txt │ ├── 246.txt │ ├── 247.txt │ ├── 248.txt │ ├── 249.txt │ ├── 25.txt │ ├── 250.txt │ ├── 251.txt │ ├── 252.txt │ ├── 253.txt │ ├── 254.txt │ ├── 255.txt │ ├── 256.txt │ ├── 257.txt │ ├── 258.txt │ ├── 259.txt │ ├── 26.txt │ ├── 260.txt │ ├── 261.txt │ ├── 262.txt │ ├── 263.txt │ ├── 264.txt │ ├── 265.txt │ ├── 266.txt │ ├── 267.txt │ ├── 268.txt │ ├── 269.txt │ ├── 27.txt │ ├── 270.txt │ ├── 271.txt │ ├── 272.txt │ ├── 273.txt │ ├── 274.txt │ ├── 275.txt │ ├── 276.txt │ ├── 277.txt │ ├── 278.txt │ ├── 279.txt │ ├── 28.txt │ ├── 280.txt │ ├── 281.txt │ ├── 282.txt │ ├── 283.txt │ ├── 284.txt │ ├── 285.txt │ ├── 286.txt │ ├── 287.txt │ ├── 288.txt │ ├── 289.txt │ ├── 29.txt │ ├── 290.txt │ ├── 291.txt │ ├── 292.txt │ ├── 293.txt │ ├── 294.txt │ ├── 295.txt │ ├── 296.txt │ ├── 297.txt │ ├── 298.txt │ ├── 299.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── SogouCCut ├── C000007 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut ├── C000008 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut ├── C000010 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut ├── C000013 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut ├── C000014 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut ├── C000016 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut ├── C000020 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut ├── C000022 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut ├── C000023 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut └── C000024 │ ├── 0.cut │ ├── 1.cut │ ├── 10.cut │ ├── 100.cut │ ├── 101.cut │ ├── 102.cut │ ├── 103.cut │ ├── 104.cut │ ├── 105.cut │ ├── 106.cut │ ├── 107.cut │ ├── 108.cut │ ├── 109.cut │ ├── 11.cut │ ├── 110.cut │ ├── 111.cut │ ├── 112.cut │ ├── 113.cut │ ├── 114.cut │ ├── 115.cut │ ├── 116.cut │ ├── 117.cut │ ├── 118.cut │ ├── 119.cut │ ├── 12.cut │ ├── 120.cut │ ├── 121.cut │ ├── 122.cut │ ├── 123.cut │ ├── 124.cut │ ├── 125.cut │ ├── 126.cut │ ├── 127.cut │ ├── 128.cut │ ├── 129.cut │ ├── 13.cut │ ├── 130.cut │ ├── 131.cut │ ├── 132.cut │ ├── 133.cut │ ├── 134.cut │ ├── 135.cut │ ├── 136.cut │ ├── 137.cut │ ├── 138.cut │ ├── 139.cut │ ├── 14.cut │ ├── 140.cut │ ├── 141.cut │ ├── 142.cut │ ├── 143.cut │ ├── 144.cut │ ├── 145.cut │ ├── 146.cut │ ├── 147.cut │ ├── 148.cut │ ├── 149.cut │ ├── 15.cut │ ├── 150.cut │ ├── 151.cut │ ├── 152.cut │ ├── 153.cut │ ├── 154.cut │ ├── 155.cut │ ├── 156.cut │ ├── 157.cut │ ├── 158.cut │ ├── 159.cut │ ├── 16.cut │ ├── 160.cut │ ├── 161.cut │ ├── 162.cut │ ├── 163.cut │ ├── 164.cut │ ├── 165.cut │ ├── 166.cut │ ├── 167.cut │ ├── 168.cut │ ├── 169.cut │ ├── 17.cut │ ├── 170.cut │ ├── 171.cut │ ├── 172.cut │ ├── 173.cut │ ├── 174.cut │ ├── 175.cut │ ├── 176.cut │ ├── 177.cut │ ├── 178.cut │ ├── 179.cut │ ├── 18.cut │ ├── 180.cut │ ├── 181.cut │ ├── 182.cut │ ├── 183.cut │ ├── 184.cut │ ├── 185.cut │ ├── 186.cut │ ├── 187.cut │ ├── 188.cut │ ├── 189.cut │ ├── 19.cut │ ├── 190.cut │ ├── 191.cut │ ├── 192.cut │ ├── 193.cut │ ├── 194.cut │ ├── 195.cut │ ├── 196.cut │ ├── 197.cut │ ├── 198.cut │ ├── 199.cut │ ├── 2.cut │ ├── 20.cut │ ├── 200.cut │ ├── 201.cut │ ├── 202.cut │ ├── 203.cut │ ├── 204.cut │ ├── 205.cut │ ├── 206.cut │ ├── 207.cut │ ├── 208.cut │ ├── 209.cut │ ├── 21.cut │ ├── 210.cut │ ├── 211.cut │ ├── 212.cut │ ├── 213.cut │ ├── 214.cut │ ├── 215.cut │ ├── 216.cut │ ├── 217.cut │ ├── 218.cut │ ├── 219.cut │ ├── 22.cut │ ├── 220.cut │ ├── 221.cut │ ├── 222.cut │ ├── 223.cut │ ├── 224.cut │ ├── 225.cut │ ├── 226.cut │ ├── 227.cut │ ├── 228.cut │ ├── 229.cut │ ├── 23.cut │ ├── 230.cut │ ├── 231.cut │ ├── 232.cut │ ├── 233.cut │ ├── 234.cut │ ├── 235.cut │ ├── 236.cut │ ├── 237.cut │ ├── 238.cut │ ├── 239.cut │ ├── 24.cut │ ├── 240.cut │ ├── 241.cut │ ├── 242.cut │ ├── 243.cut │ ├── 244.cut │ ├── 245.cut │ ├── 246.cut │ ├── 247.cut │ ├── 248.cut │ ├── 249.cut │ ├── 25.cut │ ├── 250.cut │ ├── 251.cut │ ├── 252.cut │ ├── 253.cut │ ├── 254.cut │ ├── 255.cut │ ├── 256.cut │ ├── 257.cut │ ├── 258.cut │ ├── 259.cut │ ├── 26.cut │ ├── 260.cut │ ├── 261.cut │ ├── 262.cut │ ├── 263.cut │ ├── 264.cut │ ├── 265.cut │ ├── 266.cut │ ├── 267.cut │ ├── 268.cut │ ├── 269.cut │ ├── 27.cut │ ├── 270.cut │ ├── 271.cut │ ├── 272.cut │ ├── 273.cut │ ├── 274.cut │ ├── 275.cut │ ├── 276.cut │ ├── 277.cut │ ├── 278.cut │ ├── 279.cut │ ├── 28.cut │ ├── 280.cut │ ├── 281.cut │ ├── 282.cut │ ├── 283.cut │ ├── 284.cut │ ├── 285.cut │ ├── 286.cut │ ├── 287.cut │ ├── 288.cut │ ├── 289.cut │ ├── 29.cut │ ├── 290.cut │ ├── 291.cut │ ├── 292.cut │ ├── 293.cut │ ├── 294.cut │ ├── 295.cut │ ├── 296.cut │ ├── 297.cut │ ├── 298.cut │ ├── 299.cut │ ├── 3.cut │ ├── 30.cut │ ├── 31.cut │ ├── 32.cut │ ├── 33.cut │ ├── 34.cut │ ├── 35.cut │ ├── 36.cut │ ├── 37.cut │ ├── 38.cut │ ├── 39.cut │ ├── 4.cut │ ├── 40.cut │ ├── 41.cut │ ├── 42.cut │ ├── 43.cut │ ├── 44.cut │ ├── 45.cut │ ├── 46.cut │ ├── 47.cut │ ├── 48.cut │ ├── 49.cut │ ├── 5.cut │ ├── 50.cut │ ├── 51.cut │ ├── 52.cut │ ├── 53.cut │ ├── 54.cut │ ├── 55.cut │ ├── 56.cut │ ├── 57.cut │ ├── 58.cut │ ├── 59.cut │ ├── 6.cut │ ├── 60.cut │ ├── 61.cut │ ├── 62.cut │ ├── 63.cut │ ├── 64.cut │ ├── 65.cut │ ├── 66.cut │ ├── 67.cut │ ├── 68.cut │ ├── 69.cut │ ├── 7.cut │ ├── 70.cut │ ├── 71.cut │ ├── 72.cut │ ├── 73.cut │ ├── 74.cut │ ├── 75.cut │ ├── 76.cut │ ├── 77.cut │ ├── 78.cut │ ├── 79.cut │ ├── 8.cut │ ├── 80.cut │ ├── 81.cut │ ├── 82.cut │ ├── 83.cut │ ├── 84.cut │ ├── 85.cut │ ├── 86.cut │ ├── 87.cut │ ├── 88.cut │ ├── 89.cut │ ├── 9.cut │ ├── 90.cut │ ├── 91.cut │ ├── 92.cut │ ├── 93.cut │ ├── 94.cut │ ├── 95.cut │ ├── 96.cut │ ├── 97.cut │ ├── 98.cut │ └── 99.cut ├── TestFeatureWeight.py ├── dffeature.txt ├── test.svm ├── train.svm ├── 程序说明.txt └── 自然语言理解报告.pdf /.idea/.name: -------------------------------------------------------------------------------- 1 | ChineseTextClassify -------------------------------------------------------------------------------- /LIBSVM/libsvm.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/LIBSVM/libsvm.dll -------------------------------------------------------------------------------- /LIBSVM/libsvmread.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/LIBSVM/libsvmread.mexw64 -------------------------------------------------------------------------------- /LIBSVM/svm-predict.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/LIBSVM/svm-predict.exe -------------------------------------------------------------------------------- /LIBSVM/svm-scale.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/LIBSVM/svm-scale.exe -------------------------------------------------------------------------------- /LIBSVM/svm-toy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/LIBSVM/svm-toy.exe -------------------------------------------------------------------------------- /LIBSVM/svm-train.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/LIBSVM/svm-train.exe -------------------------------------------------------------------------------- /LIBSVM/svmpredict.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/LIBSVM/svmpredict.mexw64 -------------------------------------------------------------------------------- /LIBSVM/svmtrain.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/LIBSVM/svmtrain.mexw64 -------------------------------------------------------------------------------- /SVMFeature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SVMFeature.txt -------------------------------------------------------------------------------- /SogouC/ClassFile/C000024/104.txt: -------------------------------------------------------------------------------- 1 | mmst://stream-media.bbn.com.cn/bbn7/sohu2/news/2006/Apr/29/asset000020000013635.wmv?icp=441&cid=746&mid=441000000493 -------------------------------------------------------------------------------- /SogouCCut/C000007/0.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/0.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/1.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/1.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/10.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/10.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/11.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/11.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/12.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/12.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/13.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/13.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/14.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/14.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/15.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/15.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/16.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/16.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/17.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/17.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/18.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/18.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/19.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/19.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/2.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/2.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/20.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/20.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/21.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/21.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/22.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/22.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/23.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/23.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/24.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/24.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/25.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/25.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/26.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/26.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/27.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/27.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/28.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/28.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/29.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/29.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/3.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/3.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/30.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/30.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/31.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/31.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/32.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/32.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/33.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/33.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/34.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/34.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/35.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/35.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/36.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/36.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/37.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/37.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/38.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/38.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/39.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/39.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/4.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/4.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/40.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/40.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/41.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/41.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/42.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/42.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/43.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/43.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/44.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/44.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/45.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/45.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/46.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/46.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/47.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/47.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/48.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/48.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/49.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/49.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/5.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/5.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/50.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/50.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/51.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/51.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/52.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/52.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/53.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/53.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/54.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/54.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/55.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/55.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/56.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/56.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/57.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/57.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/58.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/58.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/59.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/59.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/6.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/6.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/60.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/60.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/61.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/61.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/62.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/62.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/63.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/63.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/64.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/64.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/65.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/65.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/66.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/66.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/67.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/67.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/68.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/68.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/69.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/69.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/7.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/7.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/70.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/70.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/71.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/71.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/72.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/72.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/73.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/73.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/74.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/74.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/75.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/75.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/76.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/76.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/77.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/77.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/78.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/78.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/79.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/79.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/8.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/8.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/80.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/80.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/81.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/81.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/82.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/82.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/83.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/83.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/84.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/84.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/85.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/85.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/86.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/86.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/87.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/87.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/88.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/88.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/89.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/89.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/9.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/9.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/90.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/90.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/91.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/91.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/92.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/92.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/93.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/93.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/94.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/94.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/95.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/95.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/96.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/96.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/97.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/97.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/98.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/98.cut -------------------------------------------------------------------------------- /SogouCCut/C000007/99.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000007/99.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/0.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/0.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/1.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/1.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/10.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/10.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/11.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/11.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/12.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/12.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/13.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/13.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/14.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/14.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/15.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/15.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/16.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/16.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/17.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/17.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/18.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/18.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/19.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/19.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/2.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/2.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/20.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/20.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/21.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/21.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/22.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/22.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/23.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/23.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/24.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/24.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/25.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/25.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/26.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/26.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/27.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/27.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/28.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/28.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/29.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/29.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/3.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/3.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/30.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/30.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/31.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/31.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/32.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/32.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/33.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/33.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/34.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/34.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/35.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/35.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/36.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/36.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/37.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/37.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/38.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/38.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/39.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/39.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/4.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/4.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/40.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/40.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/41.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/41.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/42.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/42.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/43.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/43.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/44.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/44.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/45.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/45.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/46.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/46.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/47.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/47.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/48.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/48.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/49.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/49.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/5.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/5.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/50.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/50.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/51.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/51.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/52.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/52.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/53.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/53.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/54.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/54.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/55.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/55.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/56.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/56.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/57.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/57.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/58.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/58.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/59.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/59.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/6.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/6.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/60.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/60.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/61.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/61.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/62.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/62.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/63.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/63.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/64.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/64.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/65.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/65.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/66.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/66.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/67.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/67.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/68.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/68.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/69.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/69.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/7.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/7.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/70.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/70.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/71.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/71.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/72.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/72.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/73.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/73.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/74.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/74.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/75.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/75.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/76.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/76.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/77.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/77.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/78.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/78.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/79.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/79.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/8.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/8.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/80.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/80.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/81.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/81.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/82.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/82.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/83.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/83.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/84.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/84.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/85.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/85.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/86.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/86.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/87.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/87.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/88.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/88.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/89.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/89.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/9.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/9.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/90.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/90.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/91.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/91.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/92.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/92.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/93.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/93.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/94.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/94.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/95.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/95.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/96.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/96.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/97.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/97.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/98.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/98.cut -------------------------------------------------------------------------------- /SogouCCut/C000008/99.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000008/99.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/0.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/0.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/1.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/1.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/10.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/10.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/11.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/11.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/12.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/12.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/13.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/13.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/14.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/14.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/15.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/15.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/16.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/16.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/17.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/17.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/18.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/18.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/19.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/19.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/2.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/2.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/20.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/20.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/21.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/21.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/22.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/22.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/23.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/23.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/24.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/24.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/25.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/25.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/26.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/26.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/27.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/27.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/28.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/28.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/29.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/29.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/3.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/3.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/30.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/30.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/31.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/31.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/32.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/32.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/33.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/33.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/34.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/34.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/35.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/35.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/36.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/36.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/37.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/37.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/38.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/38.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/39.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/39.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/4.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/4.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/40.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/40.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/41.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/41.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/42.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/42.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/43.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/43.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/44.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/44.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/45.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/45.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/46.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/46.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/47.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/47.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/48.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/48.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/49.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/49.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/5.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/5.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/50.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/50.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/51.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/51.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/52.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/52.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/53.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/53.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/54.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/54.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/55.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/55.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/56.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/56.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/57.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/57.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/58.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/58.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/59.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/59.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/6.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/6.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/60.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/60.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/61.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/61.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/62.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/62.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/63.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/63.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/64.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/64.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/65.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/65.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/66.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/66.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/67.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/67.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/68.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/68.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/69.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/69.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/7.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/7.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/70.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/70.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/71.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/71.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/72.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/72.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/73.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/73.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/74.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/74.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/75.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/75.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/76.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/76.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/77.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/77.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/78.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/78.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/79.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/79.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/8.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/8.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/80.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/80.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/81.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/81.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/82.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/82.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/83.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/83.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/84.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/84.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/85.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/85.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/86.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/86.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/87.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/87.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/88.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/88.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/89.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/89.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/9.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/9.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/90.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/90.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/91.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/91.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/92.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/92.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/93.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/93.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/94.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/94.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/95.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/95.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/96.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/96.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/97.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/97.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/98.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/98.cut -------------------------------------------------------------------------------- /SogouCCut/C000010/99.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000010/99.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/0.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/0.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/1.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/1.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/10.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/10.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/11.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/11.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/12.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/12.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/13.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/13.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/14.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/14.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/15.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/15.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/16.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/16.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/17.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/17.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/18.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/18.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/19.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/19.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/2.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/2.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/20.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/20.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/21.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/21.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/22.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/22.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/23.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/23.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/24.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/24.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/25.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/25.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/26.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/26.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/27.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/27.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/28.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/28.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/29.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/29.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/3.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/3.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/30.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/30.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/31.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/31.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/32.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/32.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/33.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/33.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/34.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/34.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/35.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/35.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/36.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/36.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/37.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/37.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/38.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/38.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/39.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/39.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/4.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/4.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/40.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/40.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/41.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/41.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/42.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/42.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/43.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/43.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/44.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/44.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/45.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/45.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/46.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/46.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/47.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/47.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/48.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/48.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/49.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/49.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/5.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/5.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/50.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/50.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/51.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/51.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/52.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/52.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/53.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/53.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/54.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/54.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/55.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/55.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/56.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/56.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/57.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/57.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/58.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/58.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/59.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/59.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/6.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/6.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/60.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/60.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/61.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/61.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/62.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/62.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/63.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/63.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/64.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/64.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/65.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/65.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/66.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/66.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/67.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/67.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/68.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/68.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/69.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/69.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/7.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/7.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/70.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/70.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/71.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/71.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/72.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/72.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/73.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/73.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/74.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/74.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/75.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/75.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/76.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/76.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/77.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/77.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/78.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/78.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/79.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/79.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/8.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/8.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/80.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/80.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/81.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/81.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/82.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/82.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/83.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/83.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/84.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/84.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/85.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/85.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/86.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/86.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/87.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/87.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/88.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/88.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/89.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/89.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/9.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/9.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/90.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/90.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/91.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/91.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/92.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/92.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/93.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/93.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/94.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/94.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/95.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/95.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/96.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/96.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/97.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/97.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/98.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/98.cut -------------------------------------------------------------------------------- /SogouCCut/C000013/99.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000013/99.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/0.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/0.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/1.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/1.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/10.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/10.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/11.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/11.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/12.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/12.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/13.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/13.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/14.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/14.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/15.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/15.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/16.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/16.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/17.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/17.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/18.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/18.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/19.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/19.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/2.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/2.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/20.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/20.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/21.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/21.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/22.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/22.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/23.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/23.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/24.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/24.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/25.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/25.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/26.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/26.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/27.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/27.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/28.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/28.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/29.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/29.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/3.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/3.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/30.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/30.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/31.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/31.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/32.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/32.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/33.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/33.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/34.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/34.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/35.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/35.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/36.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/36.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/37.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/37.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/38.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/38.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/39.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/39.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/4.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/4.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/40.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/40.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/41.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/41.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/42.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/42.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/43.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/43.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/44.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/44.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/45.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/45.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/46.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/46.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/47.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/47.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/48.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/48.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/49.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/49.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/5.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/5.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/50.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/50.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/51.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/51.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/52.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/52.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/53.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/53.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/54.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/54.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/55.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/55.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/56.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/56.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/57.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/57.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/58.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/58.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/59.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/59.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/6.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/6.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/60.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/60.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/61.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/61.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/62.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/62.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/63.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/63.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/64.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/64.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/65.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/65.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/66.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/66.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/67.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/67.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/68.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/68.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/69.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/69.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/7.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/7.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/70.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/70.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/71.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/71.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/72.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/72.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/73.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/73.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/74.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/74.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/75.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/75.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/76.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/76.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/77.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/77.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/78.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/78.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/79.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/79.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/8.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/8.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/80.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/80.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/81.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/81.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/82.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/82.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/83.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/83.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/84.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/84.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/85.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/85.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/86.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/86.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/87.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/87.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/88.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/88.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/89.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/89.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/9.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/9.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/90.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/90.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/91.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/91.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/92.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/92.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/93.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/93.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/94.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/94.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/95.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/95.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/96.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/96.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/97.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/97.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/98.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/98.cut -------------------------------------------------------------------------------- /SogouCCut/C000014/99.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000014/99.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/0.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/0.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/1.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/1.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/10.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/10.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/11.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/11.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/12.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/12.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/13.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/13.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/14.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/14.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/15.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/15.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/16.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/16.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/17.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/17.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/18.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/18.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/19.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/19.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/2.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/2.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/20.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/20.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/21.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/21.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/22.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/22.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/23.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/23.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/24.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/24.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/25.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/25.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/26.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/26.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/27.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/27.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/28.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/28.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/29.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/29.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/3.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/3.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/30.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/30.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/31.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/31.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/32.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/32.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/33.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/33.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/34.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/34.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/35.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/35.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/36.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/36.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/37.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/37.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/38.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/38.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/39.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/39.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/4.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/4.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/40.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/40.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/41.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/41.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/42.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/42.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/43.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/43.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/44.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/44.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/45.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/45.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/46.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/46.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/47.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/47.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/48.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/48.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/49.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/49.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/5.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/5.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/50.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/50.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/51.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/51.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/52.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/52.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/53.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/53.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/54.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/54.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/55.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/55.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/56.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/56.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/57.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/57.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/58.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/58.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/59.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/59.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/6.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/6.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/60.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/60.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/61.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/61.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/62.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/62.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/63.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/63.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/64.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/64.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/65.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/65.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/66.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/66.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/67.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/67.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/68.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/68.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/69.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/69.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/7.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/7.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/70.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/70.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/71.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/71.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/72.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/72.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/73.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/73.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/74.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/74.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/75.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/75.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/76.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/76.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/77.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/77.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/78.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/78.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/79.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/79.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/8.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/8.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/80.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/80.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/81.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/81.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/82.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/82.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/83.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/83.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/84.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/84.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/85.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/85.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/86.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/86.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/87.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/87.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/88.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/88.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/89.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/89.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/9.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/9.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/90.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/90.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/91.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/91.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/92.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/92.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/93.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/93.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/94.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/94.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/95.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/95.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/96.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/96.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/97.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/97.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/98.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/98.cut -------------------------------------------------------------------------------- /SogouCCut/C000016/99.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000016/99.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/0.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/0.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/1.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/1.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/10.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/10.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/11.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/11.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/12.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/12.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/13.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/13.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/14.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/14.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/15.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/15.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/16.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/16.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/17.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/17.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/18.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/18.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/19.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/19.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/2.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/2.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/20.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/20.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/21.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/21.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/22.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/22.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/23.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/23.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/24.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/24.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/25.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/25.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/26.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/26.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/27.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/27.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/28.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/28.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/29.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/29.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/3.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/3.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/30.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/30.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/31.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/31.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/32.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/32.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/33.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/33.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/34.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/34.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/35.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/35.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/36.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/36.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/37.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/37.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/38.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/38.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/39.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/39.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/4.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/4.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/40.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/40.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/41.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/41.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/42.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/42.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/43.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/43.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/44.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/44.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/45.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/45.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/46.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/46.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/47.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/47.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/48.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/48.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/49.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/49.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/5.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/5.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/50.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/50.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/51.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/51.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/52.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/52.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/53.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/53.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/54.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/54.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/55.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/55.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/56.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/56.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/57.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/57.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/58.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/58.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/59.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/59.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/6.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/6.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/60.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/60.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/61.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/61.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/62.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/62.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/63.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/63.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/64.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/64.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/65.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/65.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/66.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/66.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/67.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/67.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/68.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/68.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/69.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/69.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/7.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/7.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/70.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/70.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/71.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/71.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/72.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/72.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/73.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/73.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/74.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/74.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/75.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/75.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/76.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/76.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/77.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/77.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/78.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/78.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/79.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/79.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/8.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/8.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/80.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/80.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/81.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/81.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/82.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/82.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/83.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/83.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/84.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/84.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/85.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/85.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/86.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/86.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/87.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/87.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/88.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/88.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/89.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/89.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/9.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/9.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/90.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/90.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/91.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/91.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/92.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/92.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/93.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/93.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/94.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/94.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/95.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/95.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/96.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/96.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/97.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/97.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/98.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/98.cut -------------------------------------------------------------------------------- /SogouCCut/C000020/99.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000020/99.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/0.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/0.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/1.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/1.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/10.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/10.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/11.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/11.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/12.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/12.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/13.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/13.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/14.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/14.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/15.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/15.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/16.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/16.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/17.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/17.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/18.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/18.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/19.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/19.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/2.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/2.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/20.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/20.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/21.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/21.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/22.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/22.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/23.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/23.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/24.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/24.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/25.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/25.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/26.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/26.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/27.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/27.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/28.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/28.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/29.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/29.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/3.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/3.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/30.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/30.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/31.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/31.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/32.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/32.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/33.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/33.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/34.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/34.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/35.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/35.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/36.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/36.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/37.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/37.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/38.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/38.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/39.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/39.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/4.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/4.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/40.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/40.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/41.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/41.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/42.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/42.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/43.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/43.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/44.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/44.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/45.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/45.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/46.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/46.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/47.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/47.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/48.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/48.cut -------------------------------------------------------------------------------- /SogouCCut/C000022/49.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/SogouCCut/C000022/49.cut -------------------------------------------------------------------------------- /dffeature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/dffeature.txt -------------------------------------------------------------------------------- /自然语言理解报告.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HappyShadowWalker/ChineseTextClassify/1759776b9cd4099604c924d3eb65b28643e3f996/自然语言理解报告.pdf --------------------------------------------------------------------------------