├── .gitignore ├── LICENSE ├── README.md ├── TAR - Text Segmentation.ipynb ├── choi_data ├── 1 │ ├── 3-11 │ │ ├── 0.ref │ │ ├── 1.ref │ │ ├── 10.ref │ │ ├── 11.ref │ │ ├── 12.ref │ │ ├── 13.ref │ │ ├── 14.ref │ │ ├── 15.ref │ │ ├── 16.ref │ │ ├── 17.ref │ │ ├── 18.ref │ │ ├── 19.ref │ │ ├── 2.ref │ │ ├── 20.ref │ │ ├── 21.ref │ │ ├── 22.ref │ │ ├── 23.ref │ │ ├── 24.ref │ │ ├── 25.ref │ │ ├── 26.ref │ │ ├── 27.ref │ │ ├── 28.ref │ │ ├── 29.ref │ │ ├── 3.ref │ │ ├── 30.ref │ │ ├── 31.ref │ │ ├── 32.ref │ │ ├── 33.ref │ │ ├── 34.ref │ │ ├── 35.ref │ │ ├── 36.ref │ │ ├── 37.ref │ │ ├── 38.ref │ │ ├── 39.ref │ │ ├── 4.ref │ │ ├── 40.ref │ │ ├── 41.ref │ │ ├── 42.ref │ │ ├── 43.ref │ │ ├── 44.ref │ │ ├── 45.ref │ │ ├── 46.ref │ │ ├── 47.ref │ │ ├── 48.ref │ │ ├── 49.ref │ │ ├── 5.ref │ │ ├── 6.ref │ │ ├── 7.ref │ │ ├── 8.ref │ │ └── 9.ref │ ├── 3-5 │ │ ├── 0.ref │ │ ├── 1.ref │ │ ├── 10.ref │ │ ├── 11.ref │ │ ├── 12.ref │ │ ├── 13.ref │ │ ├── 14.ref │ │ ├── 15.ref │ │ ├── 16.ref │ │ ├── 17.ref │ │ ├── 18.ref │ │ ├── 19.ref │ │ ├── 2.ref │ │ ├── 20.ref │ │ ├── 21.ref │ │ ├── 22.ref │ │ ├── 23.ref │ │ ├── 24.ref │ │ ├── 25.ref │ │ ├── 26.ref │ │ ├── 27.ref │ │ ├── 28.ref │ │ ├── 29.ref │ │ ├── 3.ref │ │ ├── 30.ref │ │ ├── 31.ref │ │ ├── 32.ref │ │ ├── 33.ref │ │ ├── 34.ref │ │ ├── 35.ref │ │ ├── 36.ref │ │ ├── 37.ref │ │ ├── 38.ref │ │ ├── 39.ref │ │ ├── 4.ref │ │ ├── 40.ref │ │ ├── 41.ref │ │ ├── 42.ref │ │ ├── 43.ref │ │ ├── 44.ref │ │ ├── 45.ref │ │ ├── 46.ref │ │ ├── 47.ref │ │ ├── 48.ref │ │ ├── 49.ref │ │ ├── 5.ref │ │ ├── 6.ref │ │ ├── 7.ref │ │ ├── 8.ref │ │ └── 9.ref │ ├── 6-8 │ │ ├── 0.ref │ │ ├── 1.ref │ │ ├── 10.ref │ │ ├── 11.ref │ │ ├── 12.ref │ │ ├── 13.ref │ │ ├── 14.ref │ │ ├── 15.ref │ │ ├── 16.ref │ │ ├── 17.ref │ │ ├── 18.ref │ │ ├── 19.ref │ │ ├── 2.ref │ │ ├── 20.ref │ │ ├── 21.ref │ │ ├── 22.ref │ │ ├── 23.ref │ │ ├── 24.ref │ │ ├── 25.ref │ │ ├── 26.ref │ │ ├── 27.ref │ │ ├── 28.ref │ │ ├── 29.ref │ │ ├── 3.ref │ │ ├── 30.ref │ │ ├── 31.ref │ │ ├── 32.ref │ │ ├── 33.ref │ │ ├── 34.ref │ │ ├── 35.ref │ │ ├── 36.ref │ │ ├── 37.ref │ │ ├── 38.ref │ │ ├── 39.ref │ │ ├── 4.ref │ │ ├── 40.ref │ │ ├── 41.ref │ │ ├── 42.ref │ │ ├── 43.ref │ │ ├── 44.ref │ │ ├── 45.ref │ │ ├── 46.ref │ │ ├── 47.ref │ │ ├── 48.ref │ │ ├── 49.ref │ │ ├── 5.ref │ │ ├── 6.ref │ │ ├── 7.ref │ │ ├── 8.ref │ │ └── 9.ref │ └── 9-11 │ │ ├── 0.ref │ │ ├── 1.ref │ │ ├── 10.ref │ │ ├── 11.ref │ │ ├── 12.ref │ │ ├── 13.ref │ │ ├── 14.ref │ │ ├── 15.ref │ │ ├── 16.ref │ │ ├── 17.ref │ │ ├── 18.ref │ │ ├── 19.ref │ │ ├── 2.ref │ │ ├── 20.ref │ │ ├── 21.ref │ │ ├── 22.ref │ │ ├── 23.ref │ │ ├── 24.ref │ │ ├── 25.ref │ │ ├── 26.ref │ │ ├── 27.ref │ │ ├── 28.ref │ │ ├── 29.ref │ │ ├── 3.ref │ │ ├── 30.ref │ │ ├── 31.ref │ │ ├── 32.ref │ │ ├── 33.ref │ │ ├── 34.ref │ │ ├── 35.ref │ │ ├── 36.ref │ │ ├── 37.ref │ │ ├── 38.ref │ │ ├── 39.ref │ │ ├── 4.ref │ │ ├── 40.ref │ │ ├── 41.ref │ │ ├── 42.ref │ │ ├── 43.ref │ │ ├── 44.ref │ │ ├── 45.ref │ │ ├── 46.ref │ │ ├── 47.ref │ │ ├── 48.ref │ │ ├── 49.ref │ │ ├── 5.ref │ │ ├── 6.ref │ │ ├── 7.ref │ │ ├── 8.ref │ │ └── 9.ref ├── 2 │ ├── 3-11 │ │ ├── 0.ref │ │ ├── 1.ref │ │ ├── 10.ref │ │ ├── 11.ref │ │ ├── 12.ref │ │ ├── 13.ref │ │ ├── 14.ref │ │ ├── 15.ref │ │ ├── 16.ref │ │ ├── 17.ref │ │ ├── 18.ref │ │ ├── 19.ref │ │ ├── 2.ref │ │ ├── 20.ref │ │ ├── 21.ref │ │ ├── 22.ref │ │ ├── 23.ref │ │ ├── 24.ref │ │ ├── 25.ref │ │ ├── 26.ref │ │ ├── 27.ref │ │ ├── 28.ref │ │ ├── 29.ref │ │ ├── 3.ref │ │ ├── 30.ref │ │ ├── 31.ref │ │ ├── 32.ref │ │ ├── 33.ref │ │ ├── 34.ref │ │ ├── 35.ref │ │ ├── 36.ref │ │ ├── 37.ref │ │ ├── 38.ref │ │ ├── 39.ref │ │ ├── 4.ref │ │ ├── 40.ref │ │ ├── 41.ref │ │ ├── 42.ref │ │ ├── 43.ref │ │ ├── 44.ref │ │ ├── 45.ref │ │ ├── 46.ref │ │ ├── 47.ref │ │ ├── 48.ref │ │ ├── 49.ref │ │ ├── 5.ref │ │ ├── 6.ref │ │ ├── 7.ref │ │ ├── 8.ref │ │ └── 9.ref │ ├── 3-5 │ │ ├── 0.ref │ │ ├── 1.ref │ │ ├── 10.ref │ │ ├── 11.ref │ │ ├── 12.ref │ │ ├── 13.ref │ │ ├── 14.ref │ │ ├── 15.ref │ │ ├── 16.ref │ │ ├── 17.ref │ │ ├── 18.ref │ │ ├── 19.ref │ │ ├── 2.ref │ │ ├── 20.ref │ │ ├── 21.ref │ │ ├── 22.ref │ │ ├── 23.ref │ │ ├── 24.ref │ │ ├── 25.ref │ │ ├── 26.ref │ │ ├── 27.ref │ │ ├── 28.ref │ │ ├── 29.ref │ │ ├── 3.ref │ │ ├── 30.ref │ │ ├── 31.ref │ │ ├── 32.ref │ │ ├── 33.ref │ │ ├── 34.ref │ │ ├── 35.ref │ │ ├── 36.ref │ │ ├── 37.ref │ │ ├── 38.ref │ │ ├── 39.ref │ │ ├── 4.ref │ │ ├── 40.ref │ │ ├── 41.ref │ │ ├── 42.ref │ │ ├── 43.ref │ │ ├── 44.ref │ │ ├── 45.ref │ │ ├── 46.ref │ │ ├── 47.ref │ │ ├── 48.ref │ │ ├── 49.ref │ │ ├── 5.ref │ │ ├── 6.ref │ │ ├── 7.ref │ │ ├── 8.ref │ │ └── 9.ref │ ├── 6-8 │ │ ├── 0.ref │ │ ├── 1.ref │ │ ├── 10.ref │ │ ├── 11.ref │ │ ├── 12.ref │ │ ├── 13.ref │ │ ├── 14.ref │ │ ├── 15.ref │ │ ├── 16.ref │ │ ├── 17.ref │ │ ├── 18.ref │ │ ├── 19.ref │ │ ├── 2.ref │ │ ├── 20.ref │ │ ├── 21.ref │ │ ├── 22.ref │ │ ├── 23.ref │ │ ├── 24.ref │ │ ├── 25.ref │ │ ├── 26.ref │ │ ├── 27.ref │ │ ├── 28.ref │ │ ├── 29.ref │ │ ├── 3.ref │ │ ├── 30.ref │ │ ├── 31.ref │ │ ├── 32.ref │ │ ├── 33.ref │ │ ├── 34.ref │ │ ├── 35.ref │ │ ├── 36.ref │ │ ├── 37.ref │ │ ├── 38.ref │ │ ├── 39.ref │ │ ├── 4.ref │ │ ├── 40.ref │ │ ├── 41.ref │ │ ├── 42.ref │ │ ├── 43.ref │ │ ├── 44.ref │ │ ├── 45.ref │ │ ├── 46.ref │ │ ├── 47.ref │ │ ├── 48.ref │ │ ├── 49.ref │ │ ├── 5.ref │ │ ├── 6.ref │ │ ├── 7.ref │ │ ├── 8.ref │ │ └── 9.ref │ └── 9-11 │ │ ├── 0.ref │ │ ├── 1.ref │ │ ├── 10.ref │ │ ├── 11.ref │ │ ├── 12.ref │ │ ├── 13.ref │ │ ├── 14.ref │ │ ├── 15.ref │ │ ├── 16.ref │ │ ├── 17.ref │ │ ├── 18.ref │ │ ├── 19.ref │ │ ├── 2.ref │ │ ├── 20.ref │ │ ├── 21.ref │ │ ├── 22.ref │ │ ├── 23.ref │ │ ├── 24.ref │ │ ├── 25.ref │ │ ├── 26.ref │ │ ├── 27.ref │ │ ├── 28.ref │ │ ├── 29.ref │ │ ├── 3.ref │ │ ├── 30.ref │ │ ├── 31.ref │ │ ├── 32.ref │ │ ├── 33.ref │ │ ├── 34.ref │ │ ├── 35.ref │ │ ├── 36.ref │ │ ├── 37.ref │ │ ├── 38.ref │ │ ├── 39.ref │ │ ├── 4.ref │ │ ├── 40.ref │ │ ├── 41.ref │ │ ├── 42.ref │ │ ├── 43.ref │ │ ├── 44.ref │ │ ├── 45.ref │ │ ├── 46.ref │ │ ├── 47.ref │ │ ├── 48.ref │ │ ├── 49.ref │ │ ├── 5.ref │ │ ├── 6.ref │ │ ├── 7.ref │ │ ├── 8.ref │ │ └── 9.ref ├── 3 │ └── 3-11 │ │ ├── 0.ref │ │ ├── 1.ref │ │ ├── 10.ref │ │ ├── 100.ref │ │ ├── 101.ref │ │ ├── 102.ref │ │ ├── 103.ref │ │ ├── 104.ref │ │ ├── 105.ref │ │ ├── 106.ref │ │ ├── 107.ref │ │ ├── 108.ref │ │ ├── 109.ref │ │ ├── 11.ref │ │ ├── 110.ref │ │ ├── 111.ref │ │ ├── 112.ref │ │ ├── 113.ref │ │ ├── 114.ref │ │ ├── 115.ref │ │ ├── 116.ref │ │ ├── 117.ref │ │ ├── 118.ref │ │ ├── 119.ref │ │ ├── 12.ref │ │ ├── 120.ref │ │ ├── 121.ref │ │ ├── 122.ref │ │ ├── 123.ref │ │ ├── 124.ref │ │ ├── 125.ref │ │ ├── 126.ref │ │ ├── 127.ref │ │ ├── 128.ref │ │ ├── 129.ref │ │ ├── 13.ref │ │ ├── 130.ref │ │ ├── 131.ref │ │ ├── 132.ref │ │ ├── 133.ref │ │ ├── 134.ref │ │ ├── 135.ref │ │ ├── 136.ref │ │ ├── 137.ref │ │ ├── 138.ref │ │ ├── 139.ref │ │ ├── 14.ref │ │ ├── 140.ref │ │ ├── 141.ref │ │ ├── 142.ref │ │ ├── 143.ref │ │ ├── 144.ref │ │ ├── 145.ref │ │ ├── 146.ref │ │ ├── 147.ref │ │ ├── 148.ref │ │ ├── 149.ref │ │ ├── 15.ref │ │ ├── 150.ref │ │ ├── 151.ref │ │ ├── 152.ref │ │ ├── 153.ref │ │ ├── 154.ref │ │ ├── 155.ref │ │ ├── 156.ref │ │ ├── 157.ref │ │ ├── 158.ref │ │ ├── 159.ref │ │ ├── 16.ref │ │ ├── 160.ref │ │ ├── 161.ref │ │ ├── 162.ref │ │ ├── 163.ref │ │ ├── 164.ref │ │ ├── 165.ref │ │ ├── 166.ref │ │ ├── 167.ref │ │ ├── 168.ref │ │ ├── 169.ref │ │ ├── 17.ref │ │ ├── 170.ref │ │ ├── 171.ref │ │ ├── 172.ref │ │ ├── 173.ref │ │ ├── 174.ref │ │ ├── 175.ref │ │ ├── 176.ref │ │ ├── 177.ref │ │ ├── 178.ref │ │ ├── 179.ref │ │ ├── 18.ref │ │ ├── 180.ref │ │ ├── 181.ref │ │ ├── 182.ref │ │ ├── 183.ref │ │ ├── 184.ref │ │ ├── 185.ref │ │ ├── 186.ref │ │ ├── 187.ref │ │ ├── 188.ref │ │ ├── 189.ref │ │ ├── 19.ref │ │ ├── 190.ref │ │ ├── 191.ref │ │ ├── 192.ref │ │ ├── 193.ref │ │ ├── 194.ref │ │ ├── 195.ref │ │ ├── 196.ref │ │ ├── 197.ref │ │ ├── 198.ref │ │ ├── 199.ref │ │ ├── 2.ref │ │ ├── 20.ref │ │ ├── 200.ref │ │ ├── 201.ref │ │ ├── 202.ref │ │ ├── 203.ref │ │ ├── 204.ref │ │ ├── 205.ref │ │ ├── 206.ref │ │ ├── 207.ref │ │ ├── 208.ref │ │ ├── 209.ref │ │ ├── 21.ref │ │ ├── 210.ref │ │ ├── 211.ref │ │ ├── 212.ref │ │ ├── 213.ref │ │ ├── 214.ref │ │ ├── 215.ref │ │ ├── 216.ref │ │ ├── 217.ref │ │ ├── 218.ref │ │ ├── 219.ref │ │ ├── 22.ref │ │ ├── 220.ref │ │ ├── 221.ref │ │ ├── 222.ref │ │ ├── 223.ref │ │ ├── 224.ref │ │ ├── 225.ref │ │ ├── 226.ref │ │ ├── 227.ref │ │ ├── 228.ref │ │ ├── 229.ref │ │ ├── 23.ref │ │ ├── 230.ref │ │ ├── 231.ref │ │ ├── 232.ref │ │ ├── 233.ref │ │ ├── 234.ref │ │ ├── 235.ref │ │ ├── 236.ref │ │ ├── 237.ref │ │ ├── 238.ref │ │ ├── 239.ref │ │ ├── 24.ref │ │ ├── 240.ref │ │ ├── 241.ref │ │ ├── 242.ref │ │ ├── 243.ref │ │ ├── 244.ref │ │ ├── 245.ref │ │ ├── 246.ref │ │ ├── 247.ref │ │ ├── 248.ref │ │ ├── 249.ref │ │ ├── 25.ref │ │ ├── 250.ref │ │ ├── 251.ref │ │ ├── 252.ref │ │ ├── 253.ref │ │ ├── 254.ref │ │ ├── 255.ref │ │ ├── 256.ref │ │ ├── 257.ref │ │ ├── 258.ref │ │ ├── 259.ref │ │ ├── 26.ref │ │ ├── 260.ref │ │ ├── 261.ref │ │ ├── 262.ref │ │ ├── 263.ref │ │ ├── 264.ref │ │ ├── 265.ref │ │ ├── 266.ref │ │ ├── 267.ref │ │ ├── 268.ref │ │ ├── 269.ref │ │ ├── 27.ref │ │ ├── 270.ref │ │ ├── 271.ref │ │ ├── 272.ref │ │ ├── 273.ref │ │ ├── 274.ref │ │ ├── 275.ref │ │ ├── 276.ref │ │ ├── 277.ref │ │ ├── 278.ref │ │ ├── 279.ref │ │ ├── 28.ref │ │ ├── 280.ref │ │ ├── 281.ref │ │ ├── 282.ref │ │ ├── 283.ref │ │ ├── 284.ref │ │ ├── 285.ref │ │ ├── 286.ref │ │ ├── 287.ref │ │ ├── 288.ref │ │ ├── 289.ref │ │ ├── 29.ref │ │ ├── 290.ref │ │ ├── 291.ref │ │ ├── 292.ref │ │ ├── 293.ref │ │ ├── 294.ref │ │ ├── 295.ref │ │ ├── 296.ref │ │ ├── 297.ref │ │ ├── 298.ref │ │ ├── 299.ref │ │ ├── 3.ref │ │ ├── 30.ref │ │ ├── 31.ref │ │ ├── 32.ref │ │ ├── 33.ref │ │ ├── 34.ref │ │ ├── 35.ref │ │ ├── 36.ref │ │ ├── 37.ref │ │ ├── 38.ref │ │ ├── 39.ref │ │ ├── 4.ref │ │ ├── 40.ref │ │ ├── 41.ref │ │ ├── 42.ref │ │ ├── 43.ref │ │ ├── 44.ref │ │ ├── 45.ref │ │ ├── 46.ref │ │ ├── 47.ref │ │ ├── 48.ref │ │ ├── 49.ref │ │ ├── 5.ref │ │ ├── 50.ref │ │ ├── 51.ref │ │ ├── 52.ref │ │ ├── 53.ref │ │ ├── 54.ref │ │ ├── 55.ref │ │ ├── 56.ref │ │ ├── 57.ref │ │ ├── 58.ref │ │ ├── 59.ref │ │ ├── 6.ref │ │ ├── 60.ref │ │ ├── 61.ref │ │ ├── 62.ref │ │ ├── 63.ref │ │ ├── 64.ref │ │ ├── 65.ref │ │ ├── 66.ref │ │ ├── 67.ref │ │ ├── 68.ref │ │ ├── 69.ref │ │ ├── 7.ref │ │ ├── 70.ref │ │ ├── 71.ref │ │ ├── 72.ref │ │ ├── 73.ref │ │ ├── 74.ref │ │ ├── 75.ref │ │ ├── 76.ref │ │ ├── 77.ref │ │ ├── 78.ref │ │ ├── 79.ref │ │ ├── 8.ref │ │ ├── 80.ref │ │ ├── 81.ref │ │ ├── 82.ref │ │ ├── 83.ref │ │ ├── 84.ref │ │ ├── 85.ref │ │ ├── 86.ref │ │ ├── 87.ref │ │ ├── 88.ref │ │ ├── 89.ref │ │ ├── 9.ref │ │ ├── 90.ref │ │ ├── 91.ref │ │ ├── 92.ref │ │ ├── 93.ref │ │ ├── 94.ref │ │ ├── 95.ref │ │ ├── 96.ref │ │ ├── 97.ref │ │ ├── 98.ref │ │ └── 99.ref └── 4 │ ├── 12-15 │ ├── 0.ref │ ├── 1.ref │ ├── 10.ref │ ├── 11.ref │ ├── 12.ref │ ├── 13.ref │ ├── 14.ref │ ├── 15.ref │ ├── 16.ref │ ├── 17.ref │ ├── 18.ref │ ├── 19.ref │ ├── 2.ref │ ├── 20.ref │ ├── 21.ref │ ├── 22.ref │ ├── 23.ref │ ├── 24.ref │ ├── 25.ref │ ├── 26.ref │ ├── 27.ref │ ├── 28.ref │ ├── 29.ref │ ├── 3.ref │ ├── 4.ref │ ├── 5.ref │ ├── 6.ref │ ├── 7.ref │ ├── 8.ref │ └── 9.ref │ ├── 3-15 │ ├── 0.ref │ ├── 1.ref │ ├── 10.ref │ ├── 11.ref │ ├── 12.ref │ ├── 13.ref │ ├── 14.ref │ ├── 15.ref │ ├── 16.ref │ ├── 17.ref │ ├── 18.ref │ ├── 19.ref │ ├── 2.ref │ ├── 20.ref │ ├── 21.ref │ ├── 22.ref │ ├── 23.ref │ ├── 24.ref │ ├── 25.ref │ ├── 26.ref │ ├── 27.ref │ ├── 28.ref │ ├── 29.ref │ ├── 3.ref │ ├── 30.ref │ ├── 31.ref │ ├── 32.ref │ ├── 33.ref │ ├── 34.ref │ ├── 35.ref │ ├── 36.ref │ ├── 37.ref │ ├── 38.ref │ ├── 39.ref │ ├── 4.ref │ ├── 40.ref │ ├── 41.ref │ ├── 42.ref │ ├── 43.ref │ ├── 44.ref │ ├── 45.ref │ ├── 46.ref │ ├── 47.ref │ ├── 48.ref │ ├── 49.ref │ ├── 5.ref │ ├── 50.ref │ ├── 51.ref │ ├── 52.ref │ ├── 53.ref │ ├── 54.ref │ ├── 55.ref │ ├── 56.ref │ ├── 57.ref │ ├── 58.ref │ ├── 59.ref │ ├── 6.ref │ ├── 60.ref │ ├── 61.ref │ ├── 62.ref │ ├── 63.ref │ ├── 64.ref │ ├── 65.ref │ ├── 66.ref │ ├── 67.ref │ ├── 68.ref │ ├── 69.ref │ ├── 7.ref │ ├── 70.ref │ ├── 71.ref │ ├── 72.ref │ ├── 73.ref │ ├── 74.ref │ ├── 75.ref │ ├── 76.ref │ ├── 77.ref │ ├── 78.ref │ ├── 79.ref │ ├── 8.ref │ ├── 80.ref │ ├── 81.ref │ ├── 82.ref │ ├── 83.ref │ ├── 84.ref │ ├── 85.ref │ ├── 86.ref │ ├── 87.ref │ ├── 88.ref │ ├── 89.ref │ ├── 9.ref │ ├── 90.ref │ ├── 91.ref │ ├── 92.ref │ ├── 93.ref │ ├── 94.ref │ ├── 95.ref │ ├── 96.ref │ ├── 97.ref │ ├── 98.ref │ └── 99.ref │ ├── 3-5 │ ├── 0.ref │ ├── 1.ref │ ├── 10.ref │ ├── 11.ref │ ├── 12.ref │ ├── 13.ref │ ├── 14.ref │ ├── 15.ref │ ├── 16.ref │ ├── 17.ref │ ├── 18.ref │ ├── 19.ref │ ├── 2.ref │ ├── 20.ref │ ├── 21.ref │ ├── 22.ref │ ├── 23.ref │ ├── 24.ref │ ├── 25.ref │ ├── 26.ref │ ├── 27.ref │ ├── 28.ref │ ├── 29.ref │ ├── 3.ref │ ├── 4.ref │ ├── 5.ref │ ├── 6.ref │ ├── 7.ref │ ├── 8.ref │ └── 9.ref │ ├── 6-8 │ ├── 0.ref │ ├── 1.ref │ ├── 10.ref │ ├── 11.ref │ ├── 12.ref │ ├── 13.ref │ ├── 14.ref │ ├── 15.ref │ ├── 16.ref │ ├── 17.ref │ ├── 18.ref │ ├── 19.ref │ ├── 2.ref │ ├── 20.ref │ ├── 21.ref │ ├── 22.ref │ ├── 23.ref │ ├── 24.ref │ ├── 25.ref │ ├── 26.ref │ ├── 27.ref │ ├── 28.ref │ ├── 29.ref │ ├── 3.ref │ ├── 4.ref │ ├── 5.ref │ ├── 6.ref │ ├── 7.ref │ ├── 8.ref │ └── 9.ref │ └── 9-11 │ ├── 0.ref │ ├── 1.ref │ ├── 10.ref │ ├── 11.ref │ ├── 12.ref │ ├── 13.ref │ ├── 14.ref │ ├── 15.ref │ ├── 16.ref │ ├── 17.ref │ ├── 18.ref │ ├── 19.ref │ ├── 2.ref │ ├── 20.ref │ ├── 21.ref │ ├── 22.ref │ ├── 23.ref │ ├── 24.ref │ ├── 25.ref │ ├── 26.ref │ ├── 27.ref │ ├── 28.ref │ ├── 29.ref │ ├── 3.ref │ ├── 4.ref │ ├── 5.ref │ ├── 6.ref │ ├── 7.ref │ ├── 8.ref │ └── 9.ref └── paper ├── depth_scores.jpg ├── plot.png ├── tar2016.bib ├── tar2016.bst ├── tar2016.sty ├── tema_18_clanak.aux ├── tema_18_clanak.bbl ├── tema_18_clanak.blg ├── tema_18_clanak.log ├── tema_18_clanak.pdf ├── tema_18_clanak.tex └── tema_18_clanak.tex.bak /.gitignore: -------------------------------------------------------------------------------- 1 | .ipynb_checkpoints 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/README.md -------------------------------------------------------------------------------- /choi_data/1/3-11/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/0.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/1.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/10.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/11.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/12.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/13.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/14.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/15.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/16.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/17.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/18.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/19.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/2.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/20.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/21.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/22.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/23.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/24.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/25.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/26.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/27.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/28.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/29.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/3.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/30.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/31.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/32.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/33.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/34.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/35.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/36.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/37.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/38.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/39.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/4.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/40.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/41.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/42.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/43.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/44.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/45.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/46.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/47.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/48.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/49.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/5.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/6.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/7.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/8.ref -------------------------------------------------------------------------------- /choi_data/1/3-11/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-11/9.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/0.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/1.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/10.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/11.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/12.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/13.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/14.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/15.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/16.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/17.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/18.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/19.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/2.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/20.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/21.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/22.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/23.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/24.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/25.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/26.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/27.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/28.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/29.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/3.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/30.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/31.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/32.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/33.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/34.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/35.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/36.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/37.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/38.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/39.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/4.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/40.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/41.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/42.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/43.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/44.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/45.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/46.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/47.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/48.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/49.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/5.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/6.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/7.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/8.ref -------------------------------------------------------------------------------- /choi_data/1/3-5/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/3-5/9.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/0.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/1.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/10.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/11.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/12.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/13.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/14.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/15.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/16.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/17.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/18.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/19.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/2.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/20.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/21.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/22.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/23.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/24.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/25.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/26.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/27.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/28.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/29.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/3.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/30.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/31.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/32.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/33.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/34.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/35.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/36.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/37.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/38.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/39.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/4.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/40.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/41.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/42.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/43.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/44.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/45.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/46.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/47.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/48.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/49.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/5.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/6.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/7.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/8.ref -------------------------------------------------------------------------------- /choi_data/1/6-8/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/6-8/9.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/0.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/1.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/10.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/11.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/12.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/13.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/14.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/15.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/16.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/17.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/18.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/19.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/2.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/20.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/21.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/22.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/23.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/24.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/25.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/26.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/27.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/28.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/29.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/3.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/30.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/31.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/32.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/33.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/34.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/35.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/36.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/37.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/38.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/39.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/4.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/40.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/41.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/42.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/43.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/44.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/45.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/46.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/47.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/48.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/49.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/5.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/6.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/7.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/8.ref -------------------------------------------------------------------------------- /choi_data/1/9-11/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/1/9-11/9.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/0.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/1.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/10.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/11.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/12.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/13.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/14.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/15.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/16.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/17.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/18.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/19.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/2.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/20.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/21.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/22.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/23.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/24.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/25.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/26.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/27.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/28.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/29.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/3.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/30.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/31.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/32.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/33.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/34.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/35.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/36.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/37.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/38.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/39.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/4.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/40.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/41.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/42.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/43.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/44.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/45.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/46.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/47.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/48.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/49.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/5.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/6.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/7.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/8.ref -------------------------------------------------------------------------------- /choi_data/2/3-11/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-11/9.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/0.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/1.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/10.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/11.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/12.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/13.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/14.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/15.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/16.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/17.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/18.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/19.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/2.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/20.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/21.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/22.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/23.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/24.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/25.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/26.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/27.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/28.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/29.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/3.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/30.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/31.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/32.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/33.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/34.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/35.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/36.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/37.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/38.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/39.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/4.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/40.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/41.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/42.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/43.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/44.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/45.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/46.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/47.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/48.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/49.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/5.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/6.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/7.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/8.ref -------------------------------------------------------------------------------- /choi_data/2/3-5/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/3-5/9.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/0.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/1.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/10.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/11.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/12.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/13.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/14.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/15.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/16.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/17.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/18.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/19.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/2.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/20.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/21.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/22.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/23.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/24.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/25.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/26.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/27.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/28.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/29.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/3.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/30.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/31.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/32.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/33.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/34.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/35.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/36.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/37.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/38.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/39.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/4.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/40.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/41.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/42.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/43.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/44.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/45.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/46.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/47.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/48.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/49.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/5.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/6.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/7.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/8.ref -------------------------------------------------------------------------------- /choi_data/2/6-8/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/6-8/9.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/0.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/1.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/10.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/11.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/12.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/13.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/14.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/15.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/16.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/17.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/18.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/19.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/2.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/20.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/21.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/22.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/23.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/24.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/25.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/26.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/27.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/28.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/29.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/3.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/30.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/31.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/32.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/33.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/34.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/35.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/36.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/37.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/38.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/39.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/4.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/40.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/41.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/42.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/43.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/44.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/45.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/46.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/47.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/48.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/49.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/5.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/6.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/7.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/8.ref -------------------------------------------------------------------------------- /choi_data/2/9-11/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/2/9-11/9.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/0.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/1.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/10.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/100.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/100.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/101.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/101.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/102.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/102.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/103.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/103.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/104.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/104.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/105.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/105.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/106.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/106.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/107.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/107.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/108.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/108.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/109.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/109.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/11.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/110.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/110.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/111.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/111.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/112.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/112.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/113.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/113.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/114.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/114.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/115.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/115.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/116.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/116.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/117.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/117.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/118.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/118.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/119.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/119.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/12.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/120.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/120.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/121.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/121.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/122.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/122.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/123.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/123.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/124.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/124.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/125.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/125.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/126.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/126.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/127.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/127.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/128.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/128.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/129.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/129.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/13.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/130.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/130.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/131.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/131.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/132.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/132.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/133.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/133.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/134.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/134.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/135.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/135.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/136.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/136.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/137.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/137.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/138.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/138.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/139.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/139.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/14.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/140.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/140.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/141.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/141.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/142.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/142.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/143.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/143.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/144.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/144.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/145.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/145.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/146.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/146.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/147.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/147.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/148.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/148.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/149.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/149.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/15.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/150.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/150.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/151.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/151.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/152.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/152.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/153.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/153.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/154.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/154.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/155.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/155.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/156.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/156.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/157.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/157.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/158.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/158.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/159.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/159.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/16.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/160.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/160.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/161.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/161.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/162.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/162.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/163.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/163.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/164.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/164.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/165.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/165.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/166.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/166.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/167.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/167.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/168.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/168.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/169.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/169.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/17.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/170.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/170.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/171.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/171.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/172.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/172.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/173.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/173.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/174.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/174.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/175.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/175.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/176.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/176.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/177.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/177.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/178.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/178.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/179.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/179.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/18.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/180.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/180.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/181.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/181.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/182.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/182.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/183.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/183.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/184.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/184.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/185.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/185.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/186.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/186.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/187.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/187.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/188.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/188.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/189.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/189.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/19.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/190.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/190.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/191.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/191.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/192.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/192.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/193.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/193.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/194.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/194.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/195.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/195.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/196.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/196.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/197.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/197.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/198.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/198.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/199.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/199.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/2.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/20.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/200.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/200.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/201.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/201.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/202.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/202.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/203.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/203.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/204.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/204.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/205.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/205.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/206.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/206.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/207.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/207.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/208.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/208.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/209.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/209.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/21.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/210.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/210.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/211.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/211.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/212.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/212.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/213.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/213.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/214.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/214.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/215.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/215.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/216.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/216.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/217.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/217.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/218.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/218.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/219.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/219.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/22.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/220.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/220.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/221.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/221.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/222.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/222.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/223.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/223.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/224.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/224.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/225.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/225.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/226.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/226.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/227.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/227.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/228.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/228.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/229.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/229.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/23.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/230.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/230.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/231.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/231.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/232.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/232.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/233.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/233.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/234.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/234.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/235.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/235.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/236.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/236.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/237.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/237.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/238.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/238.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/239.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/239.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/24.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/240.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/240.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/241.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/241.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/242.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/242.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/243.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/243.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/244.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/244.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/245.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/245.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/246.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/246.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/247.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/247.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/248.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/248.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/249.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/249.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/25.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/250.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/250.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/251.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/251.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/252.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/252.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/253.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/253.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/254.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/254.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/255.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/255.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/256.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/256.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/257.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/257.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/258.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/258.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/259.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/259.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/26.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/260.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/260.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/261.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/261.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/262.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/262.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/263.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/263.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/264.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/264.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/265.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/265.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/266.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/266.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/267.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/267.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/268.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/268.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/269.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/269.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/27.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/270.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/270.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/271.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/271.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/272.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/272.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/273.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/273.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/274.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/274.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/275.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/275.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/276.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/276.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/277.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/277.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/278.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/278.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/279.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/279.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/28.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/280.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/280.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/281.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/281.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/282.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/282.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/29.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/3.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/30.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/31.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/32.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/33.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/34.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/35.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/36.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/37.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/38.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/39.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/4.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/40.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/41.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/42.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/43.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/44.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/45.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/46.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/47.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/48.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/49.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/5.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/50.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/50.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/51.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/51.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/52.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/52.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/53.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/53.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/54.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/54.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/55.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/55.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/56.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/56.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/57.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/57.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/58.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/58.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/59.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/59.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/6.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/60.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/60.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/61.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/61.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/62.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/62.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/63.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/63.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/64.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/64.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/65.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/65.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/66.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/66.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/67.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/67.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/68.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/68.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/69.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/69.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/7.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/70.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/70.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/71.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/71.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/72.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/72.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/73.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/73.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/74.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/74.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/75.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/75.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/76.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/76.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/77.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/77.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/78.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/78.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/79.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/79.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/8.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/80.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/80.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/81.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/81.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/82.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/82.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/83.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/83.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/84.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/84.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/85.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/85.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/86.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/86.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/87.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/87.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/88.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/88.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/89.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/89.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/9.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/90.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/90.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/91.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/91.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/92.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/92.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/93.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/93.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/94.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/94.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/95.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/95.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/96.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/96.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/97.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/97.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/98.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/98.ref -------------------------------------------------------------------------------- /choi_data/3/3-11/99.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/3/3-11/99.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/0.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/1.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/2.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/3.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/4.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/5.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/6.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/7.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/8.ref -------------------------------------------------------------------------------- /choi_data/4/12-15/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/12-15/9.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/0.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/1.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/10.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/11.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/12.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/13.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/14.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/15.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/16.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/17.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/18.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/19.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/2.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/20.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/21.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/22.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/23.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/24.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/25.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/26.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/27.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/28.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/29.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/3.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/30.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/30.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/31.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/31.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/32.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/32.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/33.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/33.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/34.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/34.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/35.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/35.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/36.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/36.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/37.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/37.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/38.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/38.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/39.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/39.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/4.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/40.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/40.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/41.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/41.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/42.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/42.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/43.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/43.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/44.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/44.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/45.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/45.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/46.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/46.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/47.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/47.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/48.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/48.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/49.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/49.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/5.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/50.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/50.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/51.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/51.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/52.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/52.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/53.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/53.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/54.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/54.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/55.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/55.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/56.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/56.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/57.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/57.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/58.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/58.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/59.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/59.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/6.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/60.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/60.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/61.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/61.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/62.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/62.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/63.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/63.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/64.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/64.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/65.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/65.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/66.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/66.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/67.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/67.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/68.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/68.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/69.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/69.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/7.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/70.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/70.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/71.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/71.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/72.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/72.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/73.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/73.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/74.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/74.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/75.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/75.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/76.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/76.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/77.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/77.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/78.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/78.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/79.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/79.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/8.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/80.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/80.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/81.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/81.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/82.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/82.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/83.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/83.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/84.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/84.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/85.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/85.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/86.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/86.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/87.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/87.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/88.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/88.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/89.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/89.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/9.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/90.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/90.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/91.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/91.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/92.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/92.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/93.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/93.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/94.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/94.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/95.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/95.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/96.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/96.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/97.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/97.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/98.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/98.ref -------------------------------------------------------------------------------- /choi_data/4/3-15/99.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-15/99.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/0.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/1.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/10.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/11.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/12.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/13.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/14.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/15.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/16.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/17.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/18.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/19.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/2.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/20.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/21.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/22.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/23.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/24.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/25.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/26.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/27.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/28.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/29.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/3.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/4.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/5.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/6.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/7.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/8.ref -------------------------------------------------------------------------------- /choi_data/4/3-5/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/3-5/9.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/0.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/1.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/10.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/11.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/12.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/13.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/14.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/15.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/16.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/17.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/18.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/19.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/2.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/20.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/21.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/22.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/23.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/24.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/25.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/26.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/27.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/28.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/29.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/3.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/4.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/5.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/6.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/7.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/8.ref -------------------------------------------------------------------------------- /choi_data/4/6-8/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/6-8/9.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/0.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/0.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/1.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/10.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/10.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/11.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/11.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/12.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/12.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/13.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/13.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/14.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/14.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/15.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/15.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/16.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/16.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/17.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/17.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/18.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/18.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/19.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/19.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/2.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/20.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/20.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/21.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/21.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/22.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/22.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/23.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/23.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/24.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/24.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/25.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/25.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/26.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/26.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/27.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/27.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/28.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/28.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/29.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/29.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/3.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/3.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/4.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/4.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/5.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/5.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/6.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/6.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/7.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/7.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/8.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/8.ref -------------------------------------------------------------------------------- /choi_data/4/9-11/9.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/choi_data/4/9-11/9.ref -------------------------------------------------------------------------------- /paper/depth_scores.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/paper/depth_scores.jpg -------------------------------------------------------------------------------- /paper/plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/paper/plot.png -------------------------------------------------------------------------------- /paper/tar2016.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/paper/tar2016.bib -------------------------------------------------------------------------------- /paper/tar2016.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/paper/tar2016.bst -------------------------------------------------------------------------------- /paper/tar2016.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldulcic/text-segmentation/HEAD/paper/tar2016.sty --------------------------------------------------------------------------------