├── .gitignore ├── .vscode └── settings.json ├── LICENSE ├── README.md ├── lib ├── jsoup-custom.jar └── knowitall-cluewebextractor.jar ├── other_frameworks ├── .gitignore ├── README.md ├── boilerpipe.scala ├── bte.scala ├── bte │ ├── bte.py │ └── script.sh ├── build.sbt ├── lib │ ├── boilerpipe-1.2.0.jar │ ├── jaligner.jar │ ├── jsoup-custom.jar │ ├── knowitall-cluewebextractor.jar │ ├── nekohtml-1.9.13.jar │ └── xerces-2.9.1.jar ├── unfluff.scala ├── unfluff │ └── unfluff.js ├── victor.scala └── victor │ ├── COPYING │ ├── README │ ├── Victor │ ├── CLEANEVAL │ │ └── Scorer.pm │ ├── Cfg.pm │ ├── Common.pm │ ├── Cz │ │ ├── Cleaner.pm │ │ ├── Concordance.pm │ │ ├── EncoDetect.pm │ │ ├── LangID1.pm │ │ ├── LangID2.pm │ │ ├── Segmenter.pm │ │ ├── Tokenizer.pm │ │ ├── __cze__.lm │ │ ├── abbr=apel.dat │ │ ├── abbr_may_s.dat │ │ ├── abbr_negative_2.dat │ │ ├── abbr_not_s.dat │ │ ├── cze_top400.lm │ │ ├── letters.dat │ │ └── quotes.dat │ ├── Expand.pm │ ├── Features.pm │ ├── Features │ │ ├── CLEANEVAL.pm │ │ ├── CLEANEVAL │ │ │ └── Lists.pm │ │ ├── Characters.pm │ │ ├── Containers.pm │ │ ├── Counts │ │ │ ├── Cz.pm │ │ │ └── Generic.pm │ │ ├── CzLangID.pm │ │ ├── Regexp.pm │ │ ├── Splits.pm │ │ └── Util.pm │ ├── Getopt.pm │ ├── LoadCRF.pm │ ├── MkTemplate.pm │ ├── PrepareHTML.pm │ ├── SplitHTML.pm │ ├── Temp.pm │ └── Tidy.pm │ ├── annotate.pl │ ├── check-deps.pl │ ├── clean.pl │ ├── cleaneval.prl │ ├── cleaneval │ ├── 1-jhm2mh-advert.txt │ ├── 10-jhm2mh-essay-nonac.txt │ ├── 10.anno │ ├── 10.html │ ├── 11-ml06lc-essay-ac.txt │ ├── 11.anno │ ├── 11.html │ ├── 12-ml06lc-essay-ac.txt │ ├── 12.anno │ ├── 12.html │ ├── 13-ml06lc-info.txt │ ├── 13.anno │ ├── 13.html │ ├── 14-ml06lc-info.txt │ ├── 14.anno │ ├── 14.html │ ├── 15-ml06lc-essay-non-ac.txt │ ├── 15.anno │ ├── 15.html │ ├── 16-ml06lc-essay-ac.txt │ ├── 16.anno │ ├── 16.html │ ├── 17-ml06lc-essay-ac.txt │ ├── 17.anno │ ├── 17.html │ ├── 18-ml06lc-essay-non-ac.txt │ ├── 18.anno │ ├── 18.html │ ├── 19-ml06lc-info.txt │ ├── 19.anno │ ├── 19.html │ ├── 2-jhm2mh-essayac.txt │ ├── 20-ml06lc-info.txt │ ├── 20.anno │ ├── 20.html │ ├── 21-ml06sc-info.txt │ ├── 21.anno │ ├── 21.html │ ├── 22-ml06sc-essay-nonac.txt │ ├── 22.anno │ ├── 22.html │ ├── 23-ml06sc-instruction.txt │ ├── 23.anno │ ├── 23.html │ ├── 24-ml06sc-interview.txt │ ├── 24.anno │ ├── 24.html │ ├── 25-ml06sc-info.txt │ ├── 25.anno │ ├── 25.html │ ├── 26-ml06sc-news.txt │ ├── 26.anno │ ├── 26.html │ ├── 27-ml06sc-info.txt │ ├── 27.anno │ ├── 27.html │ ├── 28-ml06sc-essay-ac.txt │ ├── 28.anno │ ├── 28.html │ ├── 29-ml06sc-essay-ac.txt │ ├── 29.anno │ ├── 29.html │ ├── 3-jhm2mh-info.txt │ ├── 30-ml06sc-info.txt │ ├── 30.anno │ ├── 30.html │ ├── 31-ml06m2js-essay-ac.txt │ ├── 31.anno │ ├── 31.html │ ├── 32-ml06m2js-info.txt │ ├── 32.anno │ ├── 32.html │ ├── 33-ml06m2js-info.txt │ ├── 33.anno │ ├── 33.html │ ├── 34-ml06m2js-info.txt │ ├── 34.anno │ ├── 34.html │ ├── 35-ml06m2js-advert.txt │ ├── 35.anno │ ├── 35.html │ ├── 36-ml06m2js-essay-non-ac.txt │ ├── 36.anno │ ├── 36.html │ ├── 37-ml06m2js-info.txt │ ├── 37.anno │ ├── 37.html │ ├── 38-ml06m2js-essay-ac.txt │ ├── 38.anno │ ├── 38.html │ ├── 39-ml06m2js-essay-ac.txt │ ├── 39.anno │ ├── 39.html │ ├── 4-jhm2mh-essay-nonac.txt │ ├── 40-ml06m2js-info.txt │ ├── 40.anno │ ├── 40.html │ ├── 41-ml06chr-instruction.txt │ ├── 41.anno │ ├── 41.html │ ├── 42-ml06chr-essay-non-ac.txt │ ├── 42.anno │ ├── 42.html │ ├── 43-ml06chr-advert.txt │ ├── 43.anno │ ├── 43.html │ ├── 44-ml06chr-essay-ac.txt │ ├── 44.anno │ ├── 44.html │ ├── 45-ml06chr-advert.txt │ ├── 45.anno │ ├── 45.html │ ├── 46-ml06chr-essay-non-ac.txt │ ├── 46.anno │ ├── 46.html │ ├── 47-ml06chr-advert.txt │ ├── 47.anno │ ├── 47.html │ ├── 48-ml06chr-essay-non-ac.txt │ ├── 48.anno │ ├── 48.html │ ├── 49-ml06chr-advert.txt │ ├── 49.anno │ ├── 49.html │ ├── 5-jhm2mh-advert.txt │ ├── 50-ml06chr-essay-ac.txt │ ├── 50.anno │ ├── 50.html │ ├── 51-sml6ll-essay-nonac.txt │ ├── 51.anno │ ├── 51.html │ ├── 52-sml6ll-info.txt │ ├── 52.anno │ ├── 52.html │ ├── 53-sml6ll-info.txt │ ├── 53.anno │ ├── 53.html │ ├── 54-sml6ll-essay-nonac.txt │ ├── 54.anno │ ├── 54.html │ ├── 55.anno │ ├── 55.html │ ├── 56.anno │ ├── 56.html │ ├── 57-sml6ll-info.txt │ ├── 57.anno │ ├── 57.html │ ├── 58-sml6ll-instruction.txt │ ├── 58.anno │ ├── 58.html │ ├── 59-sml6ll-essay-nonac.txt │ ├── 59.anno │ ├── 59.html │ ├── 6-jhm2mh-essayac.txt │ ├── 60-sml6ll-essay-nonac.txt │ ├── 60.anno │ ├── 60.html │ ├── 7-jhm2mh-essayac.txt │ ├── 8-jhm2mh-info.txt │ └── 9-jhm2mh-essay-nonac.txt │ ├── configs │ ├── cleaneval.conf │ ├── cz.conf │ ├── elements.conf │ └── tag-classes.conf │ ├── convert.pl │ ├── doc │ ├── Makefile │ ├── bc.tex │ ├── biblio.bib │ ├── logo-orig.eps │ ├── sigwac.clean.txt │ ├── sigwac.eps │ ├── sigwac.html │ ├── sigwac.png │ ├── sigwac.xcf │ ├── wac3.bst │ ├── wac3.sty │ └── wac3.tex │ ├── dump-crf.pl │ ├── learn.pl │ ├── misc │ ├── anno-stat.pl │ ├── cfg-test.pl │ ├── check-classes.pl │ ├── counts-test.pl │ ├── elements.txt │ ├── expand-test.pl │ ├── langid.pl │ ├── lists-test.pl │ ├── merge.pl │ ├── simple.html │ ├── split.pl │ ├── table.html │ └── textseg.pl │ ├── mktemplate.pl │ ├── models │ ├── cleaneval │ └── cleaneval.txt │ ├── orig │ ├── 1.html │ ├── 10.html │ ├── 100.html │ ├── 101.html │ ├── 102.html │ ├── 104.html │ ├── 105.html │ ├── 106.html │ ├── 107.html │ ├── 108.html │ ├── 109.html │ ├── 11.html │ ├── 110.html │ ├── 111.html │ ├── 112.html │ ├── 113.html │ ├── 114.html │ ├── 115.html │ ├── 116.html │ ├── 117.html │ ├── 118.html │ ├── 119.html │ ├── 12.html │ ├── 120.html │ ├── 121.html │ ├── 122.html │ ├── 123.html │ ├── 124.html │ ├── 125.html │ ├── 126.html │ ├── 127.html │ ├── 128.html │ ├── 129.html │ ├── 13.html │ ├── 130.html │ ├── 131.html │ ├── 132.html │ ├── 133.html │ ├── 134.html │ ├── 135.html │ ├── 136.html │ ├── 137.html │ ├── 138.html │ ├── 139.html │ ├── 14.html │ ├── 140.html │ ├── 141.html │ ├── 142.html │ ├── 143.html │ ├── 144.html │ ├── 145.html │ ├── 146.html │ ├── 147.html │ ├── 148.html │ ├── 149.html │ ├── 15.html │ ├── 150.html │ ├── 151.html │ ├── 152.html │ ├── 153.html │ ├── 154.html │ ├── 155.html │ ├── 156.html │ ├── 157.html │ ├── 158.html │ ├── 159.html │ ├── 16.html │ ├── 160.html │ ├── 161.html │ ├── 162.html │ ├── 163.html │ ├── 164.html │ ├── 165.html │ ├── 166.html │ ├── 167.html │ ├── 168.html │ ├── 169.html │ ├── 17.html │ ├── 170.html │ ├── 171.html │ ├── 172.html │ ├── 173.html │ ├── 174.html │ ├── 175.html │ ├── 176.html │ ├── 177.html │ ├── 178.html │ ├── 179.html │ ├── 18.html │ ├── 180.html │ ├── 181.html │ ├── 182.html │ ├── 183.html │ ├── 184.html │ ├── 185.html │ ├── 186.html │ ├── 187.html │ ├── 188.html │ ├── 189.html │ ├── 19.html │ ├── 190.html │ ├── 191.html │ ├── 192.html │ ├── 193.html │ ├── 194.html │ ├── 195.html │ ├── 196.html │ ├── 197.html │ ├── 198.html │ ├── 199.html │ ├── 2.html │ ├── 20.html │ ├── 200.html │ ├── 201.html │ ├── 202.html │ ├── 203.html │ ├── 204.html │ ├── 205.html │ ├── 206.html │ ├── 207.html │ ├── 208.html │ ├── 209.html │ ├── 21.html │ ├── 210.html │ ├── 211.html │ ├── 212.html │ ├── 213.html │ ├── 214.html │ ├── 215.html │ ├── 216.html │ ├── 217.html │ ├── 218.html │ ├── 219.html │ ├── 22.html │ ├── 220.html │ ├── 221.html │ ├── 222.html │ ├── 223.html │ ├── 224.html │ ├── 225.html │ ├── 226.html │ ├── 227.html │ ├── 228.html │ ├── 229.html │ ├── 23.html │ ├── 230.html │ ├── 231.html │ ├── 232.html │ ├── 233.html │ ├── 234.html │ ├── 235.html │ ├── 236.html │ ├── 237.html │ ├── 238.html │ ├── 239.html │ ├── 24.html │ ├── 240.html │ ├── 241.html │ ├── 242.html │ ├── 243.html │ ├── 244.html │ ├── 245.html │ ├── 246.html │ ├── 247.html │ ├── 248.html │ ├── 249.html │ ├── 25.html │ ├── 250.html │ ├── 251.html │ ├── 252.html │ ├── 253.html │ ├── 254.html │ ├── 255.html │ ├── 256.html │ ├── 257.html │ ├── 258.html │ ├── 259.html │ ├── 26.html │ ├── 260.html │ ├── 261.html │ ├── 262.html │ ├── 263.html │ ├── 264.html │ ├── 265.html │ ├── 266.html │ ├── 267.html │ ├── 268.html │ ├── 269.html │ ├── 27.html │ ├── 270.html │ ├── 271.html │ ├── 272.html │ ├── 273.html │ ├── 274.html │ ├── 275.html │ ├── 276.html │ ├── 277.html │ ├── 278.html │ ├── 279.html │ ├── 28.html │ ├── 280.html │ ├── 281.html │ ├── 282.html │ ├── 283.html │ ├── 284.html │ ├── 285.html │ ├── 286.html │ ├── 287.html │ ├── 288.html │ ├── 289.html │ ├── 29.html │ ├── 290.html │ ├── 291.html │ ├── 292.html │ ├── 293.html │ ├── 294.html │ ├── 295.html │ ├── 296.html │ ├── 297.html │ ├── 298.html │ ├── 299.html │ ├── 3.html │ ├── 30.html │ ├── 300.html │ ├── 301.html │ ├── 302.html │ ├── 303.html │ ├── 304.html │ ├── 305.html │ ├── 306.html │ ├── 307.html │ ├── 308.html │ ├── 309.html │ ├── 31.html │ ├── 310.html │ ├── 311.html │ ├── 312.html │ ├── 313.html │ ├── 314.html │ ├── 315.html │ ├── 316.html │ ├── 317.html │ ├── 318.html │ ├── 319.html │ ├── 32.html │ ├── 320.html │ ├── 321.html │ ├── 322.html │ ├── 323.html │ ├── 324.html │ ├── 325.html │ ├── 326.html │ ├── 327.html │ ├── 328.html │ ├── 329.html │ ├── 33.html │ ├── 330.html │ ├── 331.html │ ├── 332.html │ ├── 333.html │ ├── 334.html │ ├── 335.html │ ├── 336.html │ ├── 337.html │ ├── 338.html │ ├── 339.html │ ├── 34.html │ ├── 340.html │ ├── 341.html │ ├── 342.html │ ├── 343.html │ ├── 344.html │ ├── 345.html │ ├── 346.html │ ├── 347.html │ ├── 348.html │ ├── 349.html │ ├── 35.html │ ├── 350.html │ ├── 351.html │ ├── 352.html │ ├── 353.html │ ├── 354.html │ ├── 355.html │ ├── 356.html │ ├── 357.html │ ├── 358.html │ ├── 359.html │ ├── 36.html │ ├── 360.html │ ├── 361.html │ ├── 362.html │ ├── 363.html │ ├── 364.html │ ├── 365.html │ ├── 366.html │ ├── 367.html │ ├── 368.html │ ├── 369.html │ ├── 37.html │ ├── 370.html │ ├── 371.html │ ├── 372.html │ ├── 373.html │ ├── 374.html │ ├── 375.html │ ├── 376.html │ ├── 377.html │ ├── 378.html │ ├── 379.html │ ├── 38.html │ ├── 380.html │ ├── 381.html │ ├── 382.html │ ├── 383.html │ ├── 384.html │ ├── 385.html │ ├── 386.html │ ├── 387.html │ ├── 388.html │ ├── 389.html │ ├── 39.html │ ├── 390.html │ ├── 391.html │ ├── 392.html │ ├── 393.html │ ├── 394.html │ ├── 395.html │ ├── 396.html │ ├── 397.html │ ├── 398.html │ ├── 399.html │ ├── 4.html │ ├── 40.html │ ├── 400.html │ ├── 401.html │ ├── 402.html │ ├── 403.html │ ├── 404.html │ ├── 405.html │ ├── 406.html │ ├── 407.html │ ├── 408.html │ ├── 409.html │ ├── 41.html │ ├── 410.html │ ├── 411.html │ ├── 412.html │ ├── 413.html │ ├── 414.html │ ├── 415.html │ ├── 416.html │ ├── 417.html │ ├── 418.html │ ├── 419.html │ ├── 42.html │ ├── 420.html │ ├── 421.html │ ├── 422.html │ ├── 423.html │ ├── 424.html │ ├── 425.html │ ├── 426.html │ ├── 427.html │ ├── 428.html │ ├── 429.html │ ├── 43.html │ ├── 430.html │ ├── 431.html │ ├── 432.html │ ├── 433.html │ ├── 434.html │ ├── 435.html │ ├── 436.html │ ├── 437.html │ ├── 438.html │ ├── 439.html │ ├── 44.html │ ├── 440.html │ ├── 441.html │ ├── 442.html │ ├── 443.html │ ├── 444.html │ ├── 445.html │ ├── 446.html │ ├── 447.html │ ├── 448.html │ ├── 449.html │ ├── 45.html │ ├── 450.html │ ├── 451.html │ ├── 452.html │ ├── 453.html │ ├── 454.html │ ├── 455.html │ ├── 456.html │ ├── 457.html │ ├── 458.html │ ├── 459.html │ ├── 46.html │ ├── 460.html │ ├── 461.html │ ├── 462.html │ ├── 463.html │ ├── 464.html │ ├── 465.html │ ├── 466.html │ ├── 467.html │ ├── 468.html │ ├── 469.html │ ├── 47.html │ ├── 470.html │ ├── 471.html │ ├── 472.html │ ├── 473.html │ ├── 474.html │ ├── 475.html │ ├── 476.html │ ├── 477.html │ ├── 478.html │ ├── 479.html │ ├── 48.html │ ├── 480.html │ ├── 481.html │ ├── 482.html │ ├── 483.html │ ├── 484.html │ ├── 485.html │ ├── 486.html │ ├── 487.html │ ├── 488.html │ ├── 489.html │ ├── 49.html │ ├── 490.html │ ├── 491.html │ ├── 492.html │ ├── 493.html │ ├── 494.html │ ├── 495.html │ ├── 496.html │ ├── 497.html │ ├── 498.html │ ├── 499.html │ ├── 5.html │ ├── 50.html │ ├── 500.html │ ├── 501.html │ ├── 502.html │ ├── 503.html │ ├── 504.html │ ├── 505.html │ ├── 506.html │ ├── 507.html │ ├── 508.html │ ├── 509.html │ ├── 51.html │ ├── 510.html │ ├── 511.html │ ├── 512.html │ ├── 513.html │ ├── 514.html │ ├── 515.html │ ├── 516.html │ ├── 517.html │ ├── 518.html │ ├── 519.html │ ├── 52.html │ ├── 520.html │ ├── 521.html │ ├── 522.html │ ├── 523.html │ ├── 524.html │ ├── 525.html │ ├── 526.html │ ├── 527.html │ ├── 528.html │ ├── 529.html │ ├── 53.html │ ├── 530.html │ ├── 531.html │ ├── 532.html │ ├── 533.html │ ├── 534.html │ ├── 535.html │ ├── 536.html │ ├── 537.html │ ├── 538.html │ ├── 539.html │ ├── 54.html │ ├── 540.html │ ├── 541.html │ ├── 542.html │ ├── 543.html │ ├── 544.html │ ├── 545.html │ ├── 546.html │ ├── 547.html │ ├── 548.html │ ├── 549.html │ ├── 550.html │ ├── 551.html │ ├── 552.html │ ├── 553.html │ ├── 554.html │ ├── 555.html │ ├── 556.html │ ├── 557.html │ ├── 558.html │ ├── 559.html │ ├── 560.html │ ├── 561.html │ ├── 562.html │ ├── 563.html │ ├── 564.html │ ├── 565.html │ ├── 566.html │ ├── 567.html │ ├── 568.html │ ├── 569.html │ ├── 57.html │ ├── 570.html │ ├── 571.html │ ├── 572.html │ ├── 573.html │ ├── 574.html │ ├── 575.html │ ├── 576.html │ ├── 577.html │ ├── 578.html │ ├── 579.html │ ├── 58.html │ ├── 580.html │ ├── 581.html │ ├── 582.html │ ├── 583.html │ ├── 584.html │ ├── 585.html │ ├── 586.html │ ├── 587.html │ ├── 588.html │ ├── 589.html │ ├── 59.html │ ├── 590.html │ ├── 591.html │ ├── 592.html │ ├── 593.html │ ├── 594.html │ ├── 595.html │ ├── 596.html │ ├── 597.html │ ├── 598.html │ ├── 599.html │ ├── 6.html │ ├── 60.html │ ├── 600.html │ ├── 601.html │ ├── 602.html │ ├── 603.html │ ├── 604.html │ ├── 605.html │ ├── 606.html │ ├── 607.html │ ├── 608.html │ ├── 609.html │ ├── 61.html │ ├── 610.html │ ├── 611.html │ ├── 612.html │ ├── 613.html │ ├── 614.html │ ├── 615.html │ ├── 616.html │ ├── 617.html │ ├── 618.html │ ├── 619.html │ ├── 62.html │ ├── 620.html │ ├── 621.html │ ├── 622.html │ ├── 623.html │ ├── 624.html │ ├── 625.html │ ├── 626.html │ ├── 627.html │ ├── 628.html │ ├── 629.html │ ├── 63.html │ ├── 630.html │ ├── 631.html │ ├── 632.html │ ├── 633.html │ ├── 634.html │ ├── 635.html │ ├── 636.html │ ├── 637.html │ ├── 638.html │ ├── 639.html │ ├── 64.html │ ├── 640.html │ ├── 641.html │ ├── 642.html │ ├── 643.html │ ├── 644.html │ ├── 645.html │ ├── 646.html │ ├── 647.html │ ├── 648.html │ ├── 649.html │ ├── 65.html │ ├── 650.html │ ├── 651.html │ ├── 652.html │ ├── 653.html │ ├── 654.html │ ├── 655.html │ ├── 656.html │ ├── 657.html │ ├── 658.html │ ├── 659.html │ ├── 66.html │ ├── 660.html │ ├── 661.html │ ├── 662.html │ ├── 663.html │ ├── 664.html │ ├── 665.html │ ├── 666.html │ ├── 667.html │ ├── 668.html │ ├── 669.html │ ├── 67.html │ ├── 670.html │ ├── 671.html │ ├── 672.html │ ├── 673.html │ ├── 674.html │ ├── 675.html │ ├── 676.html │ ├── 677.html │ ├── 678.html │ ├── 679.html │ ├── 68.html │ ├── 680.html │ ├── 681.html │ ├── 682.html │ ├── 683.html │ ├── 684.html │ ├── 685.html │ ├── 686.html │ ├── 687.html │ ├── 688.html │ ├── 689.html │ ├── 69.html │ ├── 690.html │ ├── 691.html │ ├── 692.html │ ├── 693.html │ ├── 694.html │ ├── 695.html │ ├── 696.html │ ├── 697.html │ ├── 698.html │ ├── 699.html │ ├── 7.html │ ├── 70.html │ ├── 700.html │ ├── 701.html │ ├── 702.html │ ├── 703.html │ ├── 704.html │ ├── 705.html │ ├── 706.html │ ├── 707.html │ ├── 708.html │ ├── 709.html │ ├── 71.html │ ├── 710.html │ ├── 711.html │ ├── 712.html │ ├── 713.html │ ├── 714.html │ ├── 715.html │ ├── 716.html │ ├── 717.html │ ├── 718.html │ ├── 719.html │ ├── 72.html │ ├── 720.html │ ├── 721.html │ ├── 722.html │ ├── 723.html │ ├── 724.html │ ├── 725.html │ ├── 726.html │ ├── 727.html │ ├── 728.html │ ├── 729.html │ ├── 73.html │ ├── 730.html │ ├── 731.html │ ├── 732.html │ ├── 733.html │ ├── 734.html │ ├── 735.html │ ├── 736.html │ ├── 737.html │ ├── 738.html │ ├── 739.html │ ├── 74.html │ ├── 740.html │ ├── 741.html │ ├── 742.html │ ├── 743.html │ ├── 744.html │ ├── 745.html │ ├── 746.html │ ├── 747.html │ ├── 748.html │ ├── 749.html │ ├── 75.html │ ├── 750.html │ ├── 751.html │ ├── 752.html │ ├── 753.html │ ├── 754.html │ ├── 755.html │ ├── 756.html │ ├── 757.html │ ├── 758.html │ ├── 759.html │ ├── 76.html │ ├── 760.html │ ├── 761.html │ ├── 762.html │ ├── 763.html │ ├── 764.html │ ├── 765.html │ ├── 766.html │ ├── 767.html │ ├── 768.html │ ├── 769.html │ ├── 77.html │ ├── 770.html │ ├── 771.html │ ├── 772.html │ ├── 773.html │ ├── 774.html │ ├── 775.html │ ├── 776.html │ ├── 777.html │ ├── 778.html │ ├── 779.html │ ├── 78.html │ ├── 780.html │ ├── 781.html │ ├── 782.html │ ├── 783.html │ ├── 784.html │ ├── 785.html │ ├── 786.html │ ├── 787.html │ ├── 788.html │ ├── 789.html │ ├── 79.html │ ├── 790.html │ ├── 791.html │ ├── 792.html │ ├── 793.html │ ├── 794.html │ ├── 795.html │ ├── 796.html │ ├── 797.html │ ├── 798.html │ ├── 799.html │ ├── 8.html │ ├── 80.html │ ├── 81.html │ ├── 82.html │ ├── 83.html │ ├── 84.html │ ├── 85.html │ ├── 86.html │ ├── 87.html │ ├── 88.html │ ├── 89.html │ ├── 9.html │ ├── 90.html │ ├── 91.html │ ├── 92.html │ ├── 93.html │ ├── 94.html │ ├── 95.html │ ├── 96.html │ ├── 97.html │ ├── 98.html │ └── 99.html │ ├── preclean.pl │ ├── scorer.pl │ ├── templates │ ├── cleaneval.tpl │ └── cz.tpl │ ├── textseg.diff │ ├── tidy.cfg │ ├── victor2cleaneval.pl │ ├── xcheck-cz.pl │ └── xcheck.pl └── src └── main ├── python ├── config.py ├── data.py ├── data │ ├── .gitignore │ └── convert_scala_csv.py ├── forward.py ├── main.py ├── requirements.txt ├── shuffle_queue.py ├── trained_model_cleaneval_split │ ├── checkpoint │ ├── edge.ckpt.data-00000-of-00001 │ ├── edge.ckpt.index │ ├── edge.ckpt.meta │ ├── unary.ckpt.data-00000-of-00001 │ ├── unary.ckpt.index │ └── unary.ckpt.meta ├── trained_model_web2text_split │ ├── checkpoint │ ├── edge.ckpt.data-00000-of-00001 │ ├── edge.ckpt.index │ ├── edge.ckpt.meta │ ├── unary.ckpt.data-00000-of-00001 │ ├── unary.ckpt.index │ └── unary.ckpt.meta └── viterbi.py ├── resources ├── cdom_treeview.css ├── cdom_treeview.scss ├── cleaneval │ ├── aligned │ │ ├── 1.txt │ │ ├── 10.txt │ │ ├── 104.txt │ │ ├── 105.txt │ │ ├── 106.txt │ │ ├── 107.txt │ │ ├── 108.txt │ │ ├── 109.txt │ │ ├── 11.txt │ │ ├── 110.txt │ │ ├── 111.txt │ │ ├── 112.txt │ │ ├── 113.txt │ │ ├── 114.txt │ │ ├── 115.txt │ │ ├── 116.txt │ │ ├── 117.txt │ │ ├── 118.txt │ │ ├── 119.txt │ │ ├── 12.txt │ │ ├── 120.txt │ │ ├── 121.txt │ │ ├── 122.txt │ │ ├── 123.txt │ │ ├── 124.txt │ │ ├── 125.txt │ │ ├── 126.txt │ │ ├── 127.txt │ │ ├── 128.txt │ │ ├── 129.txt │ │ ├── 13.txt │ │ ├── 130.txt │ │ ├── 131.txt │ │ ├── 132.txt │ │ ├── 133.txt │ │ ├── 134.txt │ │ ├── 135.txt │ │ ├── 136.txt │ │ ├── 137.txt │ │ ├── 138.txt │ │ ├── 139.txt │ │ ├── 14.txt │ │ ├── 140.txt │ │ ├── 141.txt │ │ ├── 142.txt │ │ ├── 143.txt │ │ ├── 144.txt │ │ ├── 145.txt │ │ ├── 146.txt │ │ ├── 147.txt │ │ ├── 148.txt │ │ ├── 149.txt │ │ ├── 15.txt │ │ ├── 150.txt │ │ ├── 151.txt │ │ ├── 152.txt │ │ ├── 153.txt │ │ ├── 154.txt │ │ ├── 155.txt │ │ ├── 156.txt │ │ ├── 157.txt │ │ ├── 158.txt │ │ ├── 159.txt │ │ ├── 16.txt │ │ ├── 160.txt │ │ ├── 161.txt │ │ ├── 162.txt │ │ ├── 163.txt │ │ ├── 164.txt │ │ ├── 165.txt │ │ ├── 166.txt │ │ ├── 167.txt │ │ ├── 168.txt │ │ ├── 169.txt │ │ ├── 17.txt │ │ ├── 170.txt │ │ ├── 171.txt │ │ ├── 172.txt │ │ ├── 173.txt │ │ ├── 174.txt │ │ ├── 175.txt │ │ ├── 176.txt │ │ ├── 177.txt │ │ ├── 178.txt │ │ ├── 179.txt │ │ ├── 18.txt │ │ ├── 180.txt │ │ ├── 181.txt │ │ ├── 182.txt │ │ ├── 183.txt │ │ ├── 184.txt │ │ ├── 185.txt │ │ ├── 186.txt │ │ ├── 187.txt │ │ ├── 188.txt │ │ ├── 189.txt │ │ ├── 19.txt │ │ ├── 190.txt │ │ ├── 191.txt │ │ ├── 192.txt │ │ ├── 193.txt │ │ ├── 194.txt │ │ ├── 195.txt │ │ ├── 196.txt │ │ ├── 197.txt │ │ ├── 198.txt │ │ ├── 199.txt │ │ ├── 2.txt │ │ ├── 20.txt │ │ ├── 200.txt │ │ ├── 201.txt │ │ ├── 202.txt │ │ ├── 203.txt │ │ ├── 204.txt │ │ ├── 205.txt │ │ ├── 206.txt │ │ ├── 207.txt │ │ ├── 208.txt │ │ ├── 209.txt │ │ ├── 21.txt │ │ ├── 210.txt │ │ ├── 211.txt │ │ ├── 212.txt │ │ ├── 213.txt │ │ ├── 214.txt │ │ ├── 215.txt │ │ ├── 216.txt │ │ ├── 217.txt │ │ ├── 218.txt │ │ ├── 219.txt │ │ ├── 22.txt │ │ ├── 220.txt │ │ ├── 221.txt │ │ ├── 222.txt │ │ ├── 223.txt │ │ ├── 224.txt │ │ ├── 225.txt │ │ ├── 226.txt │ │ ├── 227.txt │ │ ├── 228.txt │ │ ├── 229.txt │ │ ├── 23.txt │ │ ├── 230.txt │ │ ├── 231.txt │ │ ├── 232.txt │ │ ├── 233.txt │ │ ├── 234.txt │ │ ├── 235.txt │ │ ├── 236.txt │ │ ├── 237.txt │ │ ├── 238.txt │ │ ├── 239.txt │ │ ├── 24.txt │ │ ├── 240.txt │ │ ├── 241.txt │ │ ├── 242.txt │ │ ├── 243.txt │ │ ├── 244.txt │ │ ├── 245.txt │ │ ├── 246.txt │ │ ├── 247.txt │ │ ├── 249.txt │ │ ├── 25.txt │ │ ├── 250.txt │ │ ├── 251.txt │ │ ├── 252.txt │ │ ├── 253.txt │ │ ├── 254.txt │ │ ├── 255.txt │ │ ├── 256.txt │ │ ├── 257.txt │ │ ├── 258.txt │ │ ├── 259.txt │ │ ├── 26.txt │ │ ├── 260.txt │ │ ├── 261.txt │ │ ├── 262.txt │ │ ├── 263.txt │ │ ├── 264.txt │ │ ├── 265.txt │ │ ├── 266.txt │ │ ├── 267.txt │ │ ├── 268.txt │ │ ├── 269.txt │ │ ├── 27.txt │ │ ├── 270.txt │ │ ├── 271.txt │ │ ├── 272.txt │ │ ├── 273.txt │ │ ├── 274.txt │ │ ├── 275.txt │ │ ├── 276.txt │ │ ├── 277.txt │ │ ├── 278.txt │ │ ├── 279.txt │ │ ├── 28.txt │ │ ├── 280.txt │ │ ├── 281.txt │ │ ├── 282.txt │ │ ├── 283.txt │ │ ├── 284.txt │ │ ├── 285.txt │ │ ├── 286.txt │ │ ├── 287.txt │ │ ├── 288.txt │ │ ├── 289.txt │ │ ├── 29.txt │ │ ├── 290.txt │ │ ├── 291.txt │ │ ├── 292.txt │ │ ├── 293.txt │ │ ├── 294.txt │ │ ├── 295.txt │ │ ├── 296.txt │ │ ├── 297.txt │ │ ├── 298.txt │ │ ├── 299.txt │ │ ├── 3.txt │ │ ├── 30.txt │ │ ├── 300.txt │ │ ├── 301.txt │ │ ├── 302.txt │ │ ├── 303.txt │ │ ├── 304.txt │ │ ├── 305.txt │ │ ├── 306.txt │ │ ├── 307.txt │ │ ├── 308.txt │ │ ├── 309.txt │ │ ├── 31.txt │ │ ├── 310.txt │ │ ├── 311.txt │ │ ├── 312.txt │ │ ├── 313.txt │ │ ├── 314.txt │ │ ├── 315.txt │ │ ├── 316.txt │ │ ├── 317.txt │ │ ├── 318.txt │ │ ├── 319.txt │ │ ├── 32.txt │ │ ├── 320.txt │ │ ├── 321.txt │ │ ├── 322.txt │ │ ├── 323.txt │ │ ├── 324.txt │ │ ├── 325.txt │ │ ├── 326.txt │ │ ├── 327.txt │ │ ├── 328.txt │ │ ├── 329.txt │ │ ├── 33.txt │ │ ├── 330.txt │ │ ├── 331.txt │ │ ├── 332.txt │ │ ├── 333.txt │ │ ├── 334.txt │ │ ├── 335.txt │ │ ├── 336.txt │ │ ├── 337.txt │ │ ├── 338.txt │ │ ├── 339.txt │ │ ├── 34.txt │ │ ├── 340.txt │ │ ├── 341.txt │ │ ├── 342.txt │ │ ├── 343.txt │ │ ├── 344.txt │ │ ├── 345.txt │ │ ├── 346.txt │ │ ├── 347.txt │ │ ├── 348.txt │ │ ├── 349.txt │ │ ├── 35.txt │ │ ├── 350.txt │ │ ├── 351.txt │ │ ├── 352.txt │ │ ├── 353.txt │ │ ├── 354.txt │ │ ├── 355.txt │ │ ├── 356.txt │ │ ├── 357.txt │ │ ├── 358.txt │ │ ├── 359.txt │ │ ├── 36.txt │ │ ├── 360.txt │ │ ├── 361.txt │ │ ├── 362.txt │ │ ├── 363.txt │ │ ├── 364.txt │ │ ├── 365.txt │ │ ├── 366.txt │ │ ├── 367.txt │ │ ├── 368.txt │ │ ├── 369.txt │ │ ├── 37.txt │ │ ├── 370.txt │ │ ├── 371.txt │ │ ├── 372.txt │ │ ├── 373.txt │ │ ├── 374.txt │ │ ├── 375.txt │ │ ├── 376.txt │ │ ├── 377.txt │ │ ├── 378.txt │ │ ├── 379.txt │ │ ├── 38.txt │ │ ├── 380.txt │ │ ├── 381.txt │ │ ├── 382.txt │ │ ├── 383.txt │ │ ├── 384.txt │ │ ├── 385.txt │ │ ├── 386.txt │ │ ├── 387.txt │ │ ├── 388.txt │ │ ├── 389.txt │ │ ├── 39.txt │ │ ├── 390.txt │ │ ├── 391.txt │ │ ├── 392.txt │ │ ├── 393.txt │ │ ├── 394.txt │ │ ├── 395.txt │ │ ├── 396.txt │ │ ├── 397.txt │ │ ├── 398.txt │ │ ├── 399.txt │ │ ├── 4.txt │ │ ├── 40.txt │ │ ├── 400.txt │ │ ├── 401.txt │ │ ├── 402.txt │ │ ├── 403.txt │ │ ├── 404.txt │ │ ├── 405.txt │ │ ├── 406.txt │ │ ├── 407.txt │ │ ├── 408.txt │ │ ├── 409.txt │ │ ├── 41.txt │ │ ├── 410.txt │ │ ├── 411.txt │ │ ├── 412.txt │ │ ├── 413.txt │ │ ├── 414.txt │ │ ├── 415.txt │ │ ├── 416.txt │ │ ├── 417.txt │ │ ├── 418.txt │ │ ├── 419.txt │ │ ├── 42.txt │ │ ├── 420.txt │ │ ├── 421.txt │ │ ├── 422.txt │ │ ├── 424.txt │ │ ├── 425.txt │ │ ├── 426.txt │ │ ├── 427.txt │ │ ├── 428.txt │ │ ├── 429.txt │ │ ├── 43.txt │ │ ├── 430.txt │ │ ├── 431.txt │ │ ├── 433.txt │ │ ├── 434.txt │ │ ├── 435.txt │ │ ├── 436.txt │ │ ├── 437.txt │ │ ├── 438.txt │ │ ├── 439.txt │ │ ├── 44.txt │ │ ├── 440.txt │ │ ├── 441.txt │ │ ├── 442.txt │ │ ├── 443.txt │ │ ├── 444.txt │ │ ├── 445.txt │ │ ├── 446.txt │ │ ├── 447.txt │ │ ├── 448.txt │ │ ├── 449.txt │ │ ├── 45.txt │ │ ├── 450.txt │ │ ├── 451.txt │ │ ├── 452.txt │ │ ├── 453.txt │ │ ├── 454.txt │ │ ├── 455.txt │ │ ├── 456.txt │ │ ├── 457.txt │ │ ├── 458.txt │ │ ├── 459.txt │ │ ├── 46.txt │ │ ├── 460.txt │ │ ├── 461.txt │ │ ├── 462.txt │ │ ├── 463.txt │ │ ├── 464.txt │ │ ├── 465.txt │ │ ├── 466.txt │ │ ├── 467.txt │ │ ├── 468.txt │ │ ├── 469.txt │ │ ├── 47.txt │ │ ├── 470.txt │ │ ├── 471.txt │ │ ├── 472.txt │ │ ├── 473.txt │ │ ├── 474.txt │ │ ├── 475.txt │ │ ├── 476.txt │ │ ├── 477.txt │ │ ├── 478.txt │ │ ├── 479.txt │ │ ├── 48.txt │ │ ├── 480.txt │ │ ├── 481.txt │ │ ├── 482.txt │ │ ├── 483.txt │ │ ├── 484.txt │ │ ├── 485.txt │ │ ├── 486.txt │ │ ├── 487.txt │ │ ├── 488.txt │ │ ├── 489.txt │ │ ├── 49.txt │ │ ├── 490.txt │ │ ├── 491.txt │ │ ├── 492.txt │ │ ├── 493.txt │ │ ├── 494.txt │ │ ├── 495.txt │ │ ├── 496.txt │ │ ├── 497.txt │ │ ├── 498.txt │ │ ├── 499.txt │ │ ├── 5.txt │ │ ├── 50.txt │ │ ├── 500.txt │ │ ├── 501.txt │ │ ├── 502.txt │ │ ├── 503.txt │ │ ├── 504.txt │ │ ├── 505.txt │ │ ├── 506.txt │ │ ├── 507.txt │ │ ├── 508.txt │ │ ├── 509.txt │ │ ├── 51.txt │ │ ├── 510.txt │ │ ├── 52.txt │ │ ├── 53.txt │ │ ├── 54.txt │ │ ├── 561.txt │ │ ├── 562.txt │ │ ├── 563.txt │ │ ├── 564.txt │ │ ├── 565.txt │ │ ├── 566.txt │ │ ├── 567.txt │ │ ├── 568.txt │ │ ├── 569.txt │ │ ├── 57.txt │ │ ├── 570.txt │ │ ├── 571.txt │ │ ├── 572.txt │ │ ├── 573.txt │ │ ├── 574.txt │ │ ├── 575.txt │ │ ├── 576.txt │ │ ├── 577.txt │ │ ├── 578.txt │ │ ├── 579.txt │ │ ├── 58.txt │ │ ├── 580.txt │ │ ├── 581.txt │ │ ├── 582.txt │ │ ├── 583.txt │ │ ├── 584.txt │ │ ├── 585.txt │ │ ├── 586.txt │ │ ├── 587.txt │ │ ├── 588.txt │ │ ├── 589.txt │ │ ├── 59.txt │ │ ├── 590.txt │ │ ├── 591.txt │ │ ├── 592.txt │ │ ├── 593.txt │ │ ├── 594.txt │ │ ├── 595.txt │ │ ├── 596.txt │ │ ├── 597.txt │ │ ├── 598.txt │ │ ├── 599.txt │ │ ├── 6.txt │ │ ├── 60.txt │ │ ├── 600.txt │ │ ├── 601.txt │ │ ├── 602.txt │ │ ├── 603.txt │ │ ├── 604.txt │ │ ├── 605.txt │ │ ├── 606.txt │ │ ├── 607.txt │ │ ├── 608.txt │ │ ├── 609.txt │ │ ├── 61.txt │ │ ├── 610.txt │ │ ├── 611.txt │ │ ├── 612.txt │ │ ├── 613.txt │ │ ├── 614.txt │ │ ├── 615.txt │ │ ├── 616.txt │ │ ├── 617.txt │ │ ├── 618.txt │ │ ├── 619.txt │ │ ├── 62.txt │ │ ├── 620.txt │ │ ├── 621.txt │ │ ├── 622.txt │ │ ├── 623.txt │ │ ├── 624.txt │ │ ├── 625.txt │ │ ├── 626.txt │ │ ├── 627.txt │ │ ├── 628.txt │ │ ├── 629.txt │ │ ├── 63.txt │ │ ├── 630.txt │ │ ├── 631.txt │ │ ├── 632.txt │ │ ├── 633.txt │ │ ├── 634.txt │ │ ├── 635.txt │ │ ├── 636.txt │ │ ├── 637.txt │ │ ├── 638.txt │ │ ├── 639.txt │ │ ├── 64.txt │ │ ├── 640.txt │ │ ├── 641.txt │ │ ├── 642.txt │ │ ├── 643.txt │ │ ├── 644.txt │ │ ├── 645.txt │ │ ├── 646.txt │ │ ├── 647.txt │ │ ├── 648.txt │ │ ├── 649.txt │ │ ├── 65.txt │ │ ├── 650.txt │ │ ├── 651.txt │ │ ├── 652.txt │ │ ├── 653.txt │ │ ├── 654.txt │ │ ├── 655.txt │ │ ├── 656.txt │ │ ├── 657.txt │ │ ├── 658.txt │ │ ├── 659.txt │ │ ├── 66.txt │ │ ├── 660.txt │ │ ├── 661.txt │ │ ├── 662.txt │ │ ├── 663.txt │ │ ├── 664.txt │ │ ├── 665.txt │ │ ├── 666.txt │ │ ├── 667.txt │ │ ├── 668.txt │ │ ├── 669.txt │ │ ├── 67.txt │ │ ├── 670.txt │ │ ├── 671.txt │ │ ├── 672.txt │ │ ├── 673.txt │ │ ├── 674.txt │ │ ├── 675.txt │ │ ├── 676.txt │ │ ├── 677.txt │ │ ├── 678.txt │ │ ├── 679.txt │ │ ├── 68.txt │ │ ├── 680.txt │ │ ├── 681.txt │ │ ├── 682.txt │ │ ├── 683.txt │ │ ├── 684.txt │ │ ├── 685.txt │ │ ├── 686.txt │ │ ├── 687.txt │ │ ├── 688.txt │ │ ├── 689.txt │ │ ├── 69.txt │ │ ├── 690.txt │ │ ├── 691.txt │ │ ├── 692.txt │ │ ├── 693.txt │ │ ├── 694.txt │ │ ├── 695.txt │ │ ├── 696.txt │ │ ├── 697.txt │ │ ├── 698.txt │ │ ├── 699.txt │ │ ├── 7.txt │ │ ├── 70.txt │ │ ├── 700.txt │ │ ├── 701.txt │ │ ├── 702.txt │ │ ├── 703.txt │ │ ├── 704.txt │ │ ├── 705.txt │ │ ├── 706.txt │ │ ├── 707.txt │ │ ├── 708.txt │ │ ├── 709.txt │ │ ├── 71.txt │ │ ├── 710.txt │ │ ├── 711.txt │ │ ├── 712.txt │ │ ├── 713.txt │ │ ├── 714.txt │ │ ├── 715.txt │ │ ├── 716.txt │ │ ├── 717.txt │ │ ├── 718.txt │ │ ├── 719.txt │ │ ├── 72.txt │ │ ├── 720.txt │ │ ├── 721.txt │ │ ├── 722.txt │ │ ├── 723.txt │ │ ├── 724.txt │ │ ├── 725.txt │ │ ├── 726.txt │ │ ├── 727.txt │ │ ├── 728.txt │ │ ├── 729.txt │ │ ├── 73.txt │ │ ├── 730.txt │ │ ├── 731.txt │ │ ├── 732.txt │ │ ├── 733.txt │ │ ├── 734.txt │ │ ├── 735.txt │ │ ├── 736.txt │ │ ├── 737.txt │ │ ├── 738.txt │ │ ├── 739.txt │ │ ├── 74.txt │ │ ├── 740.txt │ │ ├── 741.txt │ │ ├── 742.txt │ │ ├── 743.txt │ │ ├── 744.txt │ │ ├── 745.txt │ │ ├── 746.txt │ │ ├── 747.txt │ │ ├── 748.txt │ │ ├── 749.txt │ │ ├── 75.txt │ │ ├── 750.txt │ │ ├── 752.txt │ │ ├── 754.txt │ │ ├── 755.txt │ │ ├── 756.txt │ │ ├── 757.txt │ │ ├── 758.txt │ │ ├── 759.txt │ │ ├── 76.txt │ │ ├── 760.txt │ │ ├── 761.txt │ │ ├── 762.txt │ │ ├── 763.txt │ │ ├── 764.txt │ │ ├── 765.txt │ │ ├── 766.txt │ │ ├── 767.txt │ │ ├── 768.txt │ │ ├── 77.txt │ │ ├── 770.txt │ │ ├── 771.txt │ │ ├── 772.txt │ │ ├── 773.txt │ │ ├── 774.txt │ │ ├── 775.txt │ │ ├── 776.txt │ │ ├── 777.txt │ │ ├── 778.txt │ │ ├── 779.txt │ │ ├── 78.txt │ │ ├── 780.txt │ │ ├── 781.txt │ │ ├── 782.txt │ │ ├── 783.txt │ │ ├── 784.txt │ │ ├── 785.txt │ │ ├── 786.txt │ │ ├── 787.txt │ │ ├── 788.txt │ │ ├── 789.txt │ │ ├── 79.txt │ │ ├── 790.txt │ │ ├── 791.txt │ │ ├── 792.txt │ │ ├── 793.txt │ │ ├── 794.txt │ │ ├── 795.txt │ │ ├── 796.txt │ │ ├── 797.txt │ │ ├── 798.txt │ │ ├── 799.txt │ │ ├── 8.txt │ │ ├── 80.txt │ │ ├── 81.txt │ │ ├── 82.txt │ │ ├── 83.txt │ │ ├── 84.txt │ │ ├── 85.txt │ │ ├── 86.txt │ │ ├── 87.txt │ │ ├── 88.txt │ │ ├── 89.txt │ │ ├── 9.txt │ │ ├── 90.txt │ │ ├── 91.txt │ │ ├── 92.txt │ │ ├── 93.txt │ │ ├── 94.txt │ │ ├── 95.txt │ │ ├── 96.txt │ │ ├── 97.txt │ │ ├── 98.txt │ │ └── 99.txt │ ├── clean │ │ ├── 1.txt │ │ ├── 10.txt │ │ ├── 104.txt │ │ ├── 105.txt │ │ ├── 106.txt │ │ ├── 107.txt │ │ ├── 108.txt │ │ ├── 109.txt │ │ ├── 11.txt │ │ ├── 110.txt │ │ ├── 111.txt │ │ ├── 112.txt │ │ ├── 113.txt │ │ ├── 114.txt │ │ ├── 115.txt │ │ ├── 116.txt │ │ ├── 117.txt │ │ ├── 118.txt │ │ ├── 119.txt │ │ ├── 12.txt │ │ ├── 120.txt │ │ ├── 121.txt │ │ ├── 122.txt │ │ ├── 123.txt │ │ ├── 124.txt │ │ ├── 125.txt │ │ ├── 126.txt │ │ ├── 127.txt │ │ ├── 128.txt │ │ ├── 129.txt │ │ ├── 13.txt │ │ ├── 130.txt │ │ ├── 131.txt │ │ ├── 132.txt │ │ ├── 133.txt │ │ ├── 134.txt │ │ ├── 135.txt │ │ ├── 136.txt │ │ ├── 137.txt │ │ ├── 138.txt │ │ ├── 139.txt │ │ ├── 14.txt │ │ ├── 140.txt │ │ ├── 141.txt │ │ ├── 142.txt │ │ ├── 143.txt │ │ ├── 144.txt │ │ ├── 145.txt │ │ ├── 146.txt │ │ ├── 147.txt │ │ ├── 148.txt │ │ ├── 149.txt │ │ ├── 15.txt │ │ ├── 150.txt │ │ ├── 151.txt │ │ ├── 152.txt │ │ ├── 153.txt │ │ ├── 154.txt │ │ ├── 155.txt │ │ ├── 156.txt │ │ ├── 157.txt │ │ ├── 158.txt │ │ ├── 159.txt │ │ ├── 16.txt │ │ ├── 160.txt │ │ ├── 161.txt │ │ ├── 162.txt │ │ ├── 163.txt │ │ ├── 164.txt │ │ ├── 165.txt │ │ ├── 166.txt │ │ ├── 167.txt │ │ ├── 168.txt │ │ ├── 169.txt │ │ ├── 17.txt │ │ ├── 170.txt │ │ ├── 171.txt │ │ ├── 172.txt │ │ ├── 173.txt │ │ ├── 174.txt │ │ ├── 175.txt │ │ ├── 176.txt │ │ ├── 177.txt │ │ ├── 178.txt │ │ ├── 179.txt │ │ ├── 18.txt │ │ ├── 180.txt │ │ ├── 181.txt │ │ ├── 182.txt │ │ ├── 183.txt │ │ ├── 184.txt │ │ ├── 185.txt │ │ ├── 186.txt │ │ ├── 187.txt │ │ ├── 188.txt │ │ ├── 189.txt │ │ ├── 19.txt │ │ ├── 190.txt │ │ ├── 191.txt │ │ ├── 192.txt │ │ ├── 193.txt │ │ ├── 194.txt │ │ ├── 195.txt │ │ ├── 196.txt │ │ ├── 197.txt │ │ ├── 198.txt │ │ ├── 199.txt │ │ ├── 2.txt │ │ ├── 20.txt │ │ ├── 200.txt │ │ ├── 201.txt │ │ ├── 202.txt │ │ ├── 203.txt │ │ ├── 204.txt │ │ ├── 205.txt │ │ ├── 206.txt │ │ ├── 207.txt │ │ ├── 208.txt │ │ ├── 209.txt │ │ ├── 21.txt │ │ ├── 210.txt │ │ ├── 211.txt │ │ ├── 212.txt │ │ ├── 213.txt │ │ ├── 214.txt │ │ ├── 215.txt │ │ ├── 216.txt │ │ ├── 217.txt │ │ ├── 218.txt │ │ ├── 219.txt │ │ ├── 22.txt │ │ ├── 220.txt │ │ ├── 221.txt │ │ ├── 222.txt │ │ ├── 223.txt │ │ ├── 224.txt │ │ ├── 225.txt │ │ ├── 226.txt │ │ ├── 227.txt │ │ ├── 228.txt │ │ ├── 229.txt │ │ ├── 23.txt │ │ ├── 230.txt │ │ ├── 231.txt │ │ ├── 232.txt │ │ ├── 233.txt │ │ ├── 234.txt │ │ ├── 235.txt │ │ ├── 236.txt │ │ ├── 237.txt │ │ ├── 238.txt │ │ ├── 239.txt │ │ ├── 24.txt │ │ ├── 240.txt │ │ ├── 241.txt │ │ ├── 242.txt │ │ ├── 243.txt │ │ ├── 244.txt │ │ ├── 245.txt │ │ ├── 246.txt │ │ ├── 247.txt │ │ ├── 249.txt │ │ ├── 25.txt │ │ ├── 250.txt │ │ ├── 251.txt │ │ ├── 252.txt │ │ ├── 253.txt │ │ ├── 254.txt │ │ ├── 255.txt │ │ ├── 256.txt │ │ ├── 257.txt │ │ ├── 258.txt │ │ ├── 259.txt │ │ ├── 26.txt │ │ ├── 260.txt │ │ ├── 261.txt │ │ ├── 262.txt │ │ ├── 263.txt │ │ ├── 264.txt │ │ ├── 265.txt │ │ ├── 266.txt │ │ ├── 267.txt │ │ ├── 268.txt │ │ ├── 269.txt │ │ ├── 27.txt │ │ ├── 270.txt │ │ ├── 271.txt │ │ ├── 272.txt │ │ ├── 273.txt │ │ ├── 274.txt │ │ ├── 275.txt │ │ ├── 276.txt │ │ ├── 277.txt │ │ ├── 278.txt │ │ ├── 279.txt │ │ ├── 28.txt │ │ ├── 280.txt │ │ ├── 281.txt │ │ ├── 282.txt │ │ ├── 283.txt │ │ ├── 284.txt │ │ ├── 285.txt │ │ ├── 286.txt │ │ ├── 287.txt │ │ ├── 288.txt │ │ ├── 289.txt │ │ ├── 29.txt │ │ ├── 290.txt │ │ ├── 291.txt │ │ ├── 292.txt │ │ ├── 293.txt │ │ ├── 294.txt │ │ ├── 295.txt │ │ ├── 296.txt │ │ ├── 297.txt │ │ ├── 298.txt │ │ ├── 299.txt │ │ ├── 3.txt │ │ ├── 30.txt │ │ ├── 300.txt │ │ ├── 301.txt │ │ ├── 302.txt │ │ ├── 303.txt │ │ ├── 304.txt │ │ ├── 305.txt │ │ ├── 306.txt │ │ ├── 307.txt │ │ ├── 308.txt │ │ ├── 309.txt │ │ ├── 31.txt │ │ ├── 310.txt │ │ ├── 311.txt │ │ ├── 312.txt │ │ ├── 313.txt │ │ ├── 314.txt │ │ ├── 315.txt │ │ ├── 316.txt │ │ ├── 317.txt │ │ ├── 318.txt │ │ ├── 319.txt │ │ ├── 32.txt │ │ ├── 320.txt │ │ ├── 321.txt │ │ ├── 322.txt │ │ ├── 323.txt │ │ ├── 324.txt │ │ ├── 325.txt │ │ ├── 326.txt │ │ ├── 327.txt │ │ ├── 328.txt │ │ ├── 329.txt │ │ ├── 33.txt │ │ ├── 330.txt │ │ ├── 331.txt │ │ ├── 332.txt │ │ ├── 333.txt │ │ ├── 334.txt │ │ ├── 335.txt │ │ ├── 336.txt │ │ ├── 337.txt │ │ ├── 338.txt │ │ ├── 339.txt │ │ ├── 34.txt │ │ ├── 340.txt │ │ ├── 341.txt │ │ ├── 342.txt │ │ ├── 343.txt │ │ ├── 344.txt │ │ ├── 345.txt │ │ ├── 346.txt │ │ ├── 347.txt │ │ ├── 348.txt │ │ ├── 349.txt │ │ ├── 35.txt │ │ ├── 350.txt │ │ ├── 351.txt │ │ ├── 352.txt │ │ ├── 353.txt │ │ ├── 354.txt │ │ ├── 355.txt │ │ ├── 356.txt │ │ ├── 357.txt │ │ ├── 358.txt │ │ ├── 359.txt │ │ ├── 36.txt │ │ ├── 360.txt │ │ ├── 361.txt │ │ ├── 362.txt │ │ ├── 363.txt │ │ ├── 364.txt │ │ ├── 365.txt │ │ ├── 366.txt │ │ ├── 367.txt │ │ ├── 368.txt │ │ ├── 369.txt │ │ ├── 37.txt │ │ ├── 370.txt │ │ ├── 371.txt │ │ ├── 372.txt │ │ ├── 373.txt │ │ ├── 374.txt │ │ ├── 375.txt │ │ ├── 376.txt │ │ ├── 377.txt │ │ ├── 378.txt │ │ ├── 379.txt │ │ ├── 38.txt │ │ ├── 380.txt │ │ ├── 381.txt │ │ ├── 382.txt │ │ ├── 383.txt │ │ ├── 384.txt │ │ ├── 385.txt │ │ ├── 386.txt │ │ ├── 387.txt │ │ ├── 388.txt │ │ ├── 389.txt │ │ ├── 39.txt │ │ ├── 390.txt │ │ ├── 391.txt │ │ ├── 392.txt │ │ ├── 393.txt │ │ ├── 394.txt │ │ ├── 395.txt │ │ ├── 396.txt │ │ ├── 397.txt │ │ ├── 398.txt │ │ ├── 399.txt │ │ ├── 4.txt │ │ ├── 40.txt │ │ ├── 400.txt │ │ ├── 401.txt │ │ ├── 402.txt │ │ ├── 403.txt │ │ ├── 404.txt │ │ ├── 405.txt │ │ ├── 406.txt │ │ ├── 407.txt │ │ ├── 408.txt │ │ ├── 409.txt │ │ ├── 41.txt │ │ ├── 410.txt │ │ ├── 411.txt │ │ ├── 412.txt │ │ ├── 413.txt │ │ ├── 414.txt │ │ ├── 415.txt │ │ ├── 416.txt │ │ ├── 417.txt │ │ ├── 418.txt │ │ ├── 419.txt │ │ ├── 42.txt │ │ ├── 420.txt │ │ ├── 421.txt │ │ ├── 422.txt │ │ ├── 424.txt │ │ ├── 425.txt │ │ ├── 426.txt │ │ ├── 427.txt │ │ ├── 428.txt │ │ ├── 429.txt │ │ ├── 43.txt │ │ ├── 430.txt │ │ ├── 431.txt │ │ ├── 433.txt │ │ ├── 434.txt │ │ ├── 435.txt │ │ ├── 436.txt │ │ ├── 437.txt │ │ ├── 438.txt │ │ ├── 439.txt │ │ ├── 44.txt │ │ ├── 440.txt │ │ ├── 441.txt │ │ ├── 442.txt │ │ ├── 443.txt │ │ ├── 444.txt │ │ ├── 445.txt │ │ ├── 446.txt │ │ ├── 447.txt │ │ ├── 448.txt │ │ ├── 449.txt │ │ ├── 45.txt │ │ ├── 450.txt │ │ ├── 451.txt │ │ ├── 452.txt │ │ ├── 453.txt │ │ ├── 454.txt │ │ ├── 455.txt │ │ ├── 456.txt │ │ ├── 457.txt │ │ ├── 458.txt │ │ ├── 459.txt │ │ ├── 46.txt │ │ ├── 460.txt │ │ ├── 461.txt │ │ ├── 462.txt │ │ ├── 463.txt │ │ ├── 464.txt │ │ ├── 465.txt │ │ ├── 466.txt │ │ ├── 467.txt │ │ ├── 468.txt │ │ ├── 469.txt │ │ ├── 47.txt │ │ ├── 470.txt │ │ ├── 471.txt │ │ ├── 472.txt │ │ ├── 473.txt │ │ ├── 474.txt │ │ ├── 475.txt │ │ ├── 476.txt │ │ ├── 477.txt │ │ ├── 478.txt │ │ ├── 479.txt │ │ ├── 48.txt │ │ ├── 480.txt │ │ ├── 481.txt │ │ ├── 482.txt │ │ ├── 483.txt │ │ ├── 484.txt │ │ ├── 485.txt │ │ ├── 486.txt │ │ ├── 487.txt │ │ ├── 488.txt │ │ ├── 489.txt │ │ ├── 49.txt │ │ ├── 490.txt │ │ ├── 491.txt │ │ ├── 492.txt │ │ ├── 493.txt │ │ ├── 494.txt │ │ ├── 495.txt │ │ ├── 496.txt │ │ ├── 497.txt │ │ ├── 498.txt │ │ ├── 499.txt │ │ ├── 5.txt │ │ ├── 50.txt │ │ ├── 500.txt │ │ ├── 501.txt │ │ ├── 502.txt │ │ ├── 503.txt │ │ ├── 504.txt │ │ ├── 505.txt │ │ ├── 506.txt │ │ ├── 507.txt │ │ ├── 508.txt │ │ ├── 509.txt │ │ ├── 51.txt │ │ ├── 510.txt │ │ ├── 52.txt │ │ ├── 53.txt │ │ ├── 54.txt │ │ ├── 561.txt │ │ ├── 562.txt │ │ ├── 563.txt │ │ ├── 564.txt │ │ ├── 565.txt │ │ ├── 566.txt │ │ ├── 567.txt │ │ ├── 568.txt │ │ ├── 569.txt │ │ ├── 57.txt │ │ ├── 570.txt │ │ ├── 571.txt │ │ ├── 572.txt │ │ ├── 573.txt │ │ ├── 574.txt │ │ ├── 575.txt │ │ ├── 576.txt │ │ ├── 577.txt │ │ ├── 578.txt │ │ ├── 579.txt │ │ ├── 58.txt │ │ ├── 580.txt │ │ ├── 581.txt │ │ ├── 582.txt │ │ ├── 583.txt │ │ ├── 584.txt │ │ ├── 585.txt │ │ ├── 586.txt │ │ ├── 587.txt │ │ ├── 588.txt │ │ ├── 589.txt │ │ ├── 59.txt │ │ ├── 590.txt │ │ ├── 591.txt │ │ ├── 592.txt │ │ ├── 593.txt │ │ ├── 594.txt │ │ ├── 595.txt │ │ ├── 596.txt │ │ ├── 597.txt │ │ ├── 598.txt │ │ ├── 599.txt │ │ ├── 6.txt │ │ ├── 60.txt │ │ ├── 600.txt │ │ ├── 601.txt │ │ ├── 602.txt │ │ ├── 603.txt │ │ ├── 604.txt │ │ ├── 605.txt │ │ ├── 606.txt │ │ ├── 607.txt │ │ ├── 608.txt │ │ ├── 609.txt │ │ ├── 61.txt │ │ ├── 610.txt │ │ ├── 611.txt │ │ ├── 612.txt │ │ ├── 613.txt │ │ ├── 614.txt │ │ ├── 615.txt │ │ ├── 616.txt │ │ ├── 617.txt │ │ ├── 618.txt │ │ ├── 619.txt │ │ ├── 62.txt │ │ ├── 620.txt │ │ ├── 621.txt │ │ ├── 622.txt │ │ ├── 623.txt │ │ ├── 624.txt │ │ ├── 625.txt │ │ ├── 626.txt │ │ ├── 627.txt │ │ ├── 628.txt │ │ ├── 629.txt │ │ ├── 63.txt │ │ ├── 630.txt │ │ ├── 631.txt │ │ ├── 632.txt │ │ ├── 633.txt │ │ ├── 634.txt │ │ ├── 635.txt │ │ ├── 636.txt │ │ ├── 637.txt │ │ ├── 638.txt │ │ ├── 639.txt │ │ ├── 64.txt │ │ ├── 640.txt │ │ ├── 641.txt │ │ ├── 642.txt │ │ ├── 643.txt │ │ ├── 644.txt │ │ ├── 645.txt │ │ ├── 646.txt │ │ ├── 647.txt │ │ ├── 648.txt │ │ ├── 649.txt │ │ ├── 65.txt │ │ ├── 650.txt │ │ ├── 651.txt │ │ ├── 652.txt │ │ ├── 653.txt │ │ ├── 654.txt │ │ ├── 655.txt │ │ ├── 656.txt │ │ ├── 657.txt │ │ ├── 658.txt │ │ ├── 659.txt │ │ ├── 66.txt │ │ ├── 660.txt │ │ ├── 661.txt │ │ ├── 662.txt │ │ ├── 663.txt │ │ ├── 664.txt │ │ ├── 665.txt │ │ ├── 666.txt │ │ ├── 667.txt │ │ ├── 668.txt │ │ ├── 669.txt │ │ ├── 67.txt │ │ ├── 670.txt │ │ ├── 671.txt │ │ ├── 672.txt │ │ ├── 673.txt │ │ ├── 674.txt │ │ ├── 675.txt │ │ ├── 676.txt │ │ ├── 677.txt │ │ ├── 678.txt │ │ ├── 679.txt │ │ ├── 68.txt │ │ ├── 680.txt │ │ ├── 681.txt │ │ ├── 682.txt │ │ ├── 683.txt │ │ ├── 684.txt │ │ ├── 685.txt │ │ ├── 686.txt │ │ ├── 687.txt │ │ ├── 688.txt │ │ ├── 689.txt │ │ ├── 69.txt │ │ ├── 690.txt │ │ ├── 691.txt │ │ ├── 692.txt │ │ ├── 693.txt │ │ ├── 694.txt │ │ ├── 695.txt │ │ ├── 696.txt │ │ ├── 697.txt │ │ ├── 698.txt │ │ ├── 699.txt │ │ ├── 7.txt │ │ ├── 70.txt │ │ ├── 700.txt │ │ ├── 701.txt │ │ ├── 702.txt │ │ ├── 703.txt │ │ ├── 704.txt │ │ ├── 705.txt │ │ ├── 706.txt │ │ ├── 707.txt │ │ ├── 708.txt │ │ ├── 709.txt │ │ ├── 71.txt │ │ ├── 710.txt │ │ ├── 711.txt │ │ ├── 712.txt │ │ ├── 713.txt │ │ ├── 714.txt │ │ ├── 715.txt │ │ ├── 716.txt │ │ ├── 717.txt │ │ ├── 718.txt │ │ ├── 719.txt │ │ ├── 72.txt │ │ ├── 720.txt │ │ ├── 721.txt │ │ ├── 722.txt │ │ ├── 723.txt │ │ ├── 724.txt │ │ ├── 725.txt │ │ ├── 726.txt │ │ ├── 727.txt │ │ ├── 728.txt │ │ ├── 729.txt │ │ ├── 73.txt │ │ ├── 730.txt │ │ ├── 731.txt │ │ ├── 732.txt │ │ ├── 733.txt │ │ ├── 734.txt │ │ ├── 735.txt │ │ ├── 736.txt │ │ ├── 737.txt │ │ ├── 738.txt │ │ ├── 739.txt │ │ ├── 74.txt │ │ ├── 740.txt │ │ ├── 741.txt │ │ ├── 742.txt │ │ ├── 743.txt │ │ ├── 744.txt │ │ ├── 745.txt │ │ ├── 746.txt │ │ ├── 747.txt │ │ ├── 748.txt │ │ ├── 749.txt │ │ ├── 75.txt │ │ ├── 750.txt │ │ ├── 752.txt │ │ ├── 754.txt │ │ ├── 755.txt │ │ ├── 756.txt │ │ ├── 757.txt │ │ ├── 758.txt │ │ ├── 759.txt │ │ ├── 76.txt │ │ ├── 760.txt │ │ ├── 761.txt │ │ ├── 762.txt │ │ ├── 763.txt │ │ ├── 764.txt │ │ ├── 765.txt │ │ ├── 766.txt │ │ ├── 767.txt │ │ ├── 768.txt │ │ ├── 77.txt │ │ ├── 770.txt │ │ ├── 771.txt │ │ ├── 772.txt │ │ ├── 773.txt │ │ ├── 774.txt │ │ ├── 775.txt │ │ ├── 776.txt │ │ ├── 777.txt │ │ ├── 778.txt │ │ ├── 779.txt │ │ ├── 78.txt │ │ ├── 780.txt │ │ ├── 781.txt │ │ ├── 782.txt │ │ ├── 783.txt │ │ ├── 784.txt │ │ ├── 785.txt │ │ ├── 786.txt │ │ ├── 787.txt │ │ ├── 788.txt │ │ ├── 789.txt │ │ ├── 79.txt │ │ ├── 790.txt │ │ ├── 791.txt │ │ ├── 792.txt │ │ ├── 793.txt │ │ ├── 794.txt │ │ ├── 795.txt │ │ ├── 796.txt │ │ ├── 797.txt │ │ ├── 798.txt │ │ ├── 799.txt │ │ ├── 8.txt │ │ ├── 80.txt │ │ ├── 81.txt │ │ ├── 82.txt │ │ ├── 83.txt │ │ ├── 84.txt │ │ ├── 85.txt │ │ ├── 86.txt │ │ ├── 87.txt │ │ ├── 88.txt │ │ ├── 89.txt │ │ ├── 9.txt │ │ ├── 90.txt │ │ ├── 91.txt │ │ ├── 92.txt │ │ ├── 93.txt │ │ ├── 94.txt │ │ ├── 95.txt │ │ ├── 96.txt │ │ ├── 97.txt │ │ ├── 98.txt │ │ └── 99.txt │ └── orig │ │ ├── 1.html │ │ ├── 10.html │ │ ├── 100.html │ │ ├── 101.html │ │ ├── 102.html │ │ ├── 104.html │ │ ├── 105.html │ │ ├── 106.html │ │ ├── 107.html │ │ ├── 108.html │ │ ├── 109.html │ │ ├── 11.html │ │ ├── 110.html │ │ ├── 111.html │ │ ├── 112.html │ │ ├── 113.html │ │ ├── 114.html │ │ ├── 115.html │ │ ├── 116.html │ │ ├── 117.html │ │ ├── 118.html │ │ ├── 119.html │ │ ├── 12.html │ │ ├── 120.html │ │ ├── 121.html │ │ ├── 122.html │ │ ├── 123.html │ │ ├── 124.html │ │ ├── 125.html │ │ ├── 126.html │ │ ├── 127.html │ │ ├── 128.html │ │ ├── 129.html │ │ ├── 13.html │ │ ├── 130.html │ │ ├── 131.html │ │ ├── 132.html │ │ ├── 133.html │ │ ├── 134.html │ │ ├── 135.html │ │ ├── 136.html │ │ ├── 137.html │ │ ├── 138.html │ │ ├── 139.html │ │ ├── 14.html │ │ ├── 140.html │ │ ├── 141.html │ │ ├── 142.html │ │ ├── 143.html │ │ ├── 144.html │ │ ├── 145.html │ │ ├── 146.html │ │ ├── 147.html │ │ ├── 148.html │ │ ├── 149.html │ │ ├── 15.html │ │ ├── 150.html │ │ ├── 151.html │ │ ├── 152.html │ │ ├── 153.html │ │ ├── 154.html │ │ ├── 155.html │ │ ├── 156.html │ │ ├── 157.html │ │ ├── 158.html │ │ ├── 159.html │ │ ├── 16.html │ │ ├── 160.html │ │ ├── 161.html │ │ ├── 162.html │ │ ├── 163.html │ │ ├── 164.html │ │ ├── 165.html │ │ ├── 166.html │ │ ├── 167.html │ │ ├── 168.html │ │ ├── 169.html │ │ ├── 17.html │ │ ├── 170.html │ │ ├── 171.html │ │ ├── 172.html │ │ ├── 173.html │ │ ├── 174.html │ │ ├── 175.html │ │ ├── 176.html │ │ ├── 177.html │ │ ├── 178.html │ │ ├── 179.html │ │ ├── 18.html │ │ ├── 180.html │ │ ├── 181.html │ │ ├── 182.html │ │ ├── 183.html │ │ ├── 184.html │ │ ├── 185.html │ │ ├── 186.html │ │ ├── 187.html │ │ ├── 188.html │ │ ├── 189.html │ │ ├── 19.html │ │ ├── 190.html │ │ ├── 191.html │ │ ├── 192.html │ │ ├── 193.html │ │ ├── 194.html │ │ ├── 195.html │ │ ├── 196.html │ │ ├── 197.html │ │ ├── 198.html │ │ ├── 199.html │ │ ├── 2.html │ │ ├── 20.html │ │ ├── 200.html │ │ ├── 201.html │ │ ├── 202.html │ │ ├── 203.html │ │ ├── 204.html │ │ ├── 205.html │ │ ├── 206.html │ │ ├── 207.html │ │ ├── 208.html │ │ ├── 209.html │ │ ├── 21.html │ │ ├── 210.html │ │ ├── 211.html │ │ ├── 212.html │ │ ├── 213.html │ │ ├── 214.html │ │ ├── 215.html │ │ ├── 216.html │ │ ├── 217.html │ │ ├── 218.html │ │ ├── 219.html │ │ ├── 22.html │ │ ├── 220.html │ │ ├── 221.html │ │ ├── 222.html │ │ ├── 223.html │ │ ├── 224.html │ │ ├── 225.html │ │ ├── 226.html │ │ ├── 227.html │ │ ├── 228.html │ │ ├── 229.html │ │ ├── 23.html │ │ ├── 230.html │ │ ├── 231.html │ │ ├── 232.html │ │ ├── 233.html │ │ ├── 234.html │ │ ├── 235.html │ │ ├── 236.html │ │ ├── 237.html │ │ ├── 238.html │ │ ├── 239.html │ │ ├── 24.html │ │ ├── 240.html │ │ ├── 241.html │ │ ├── 242.html │ │ ├── 243.html │ │ ├── 244.html │ │ ├── 245.html │ │ ├── 246.html │ │ ├── 247.html │ │ ├── 248.html │ │ ├── 249.html │ │ ├── 25.html │ │ ├── 250.html │ │ ├── 251.html │ │ ├── 252.html │ │ ├── 253.html │ │ ├── 254.html │ │ ├── 255.html │ │ ├── 256.html │ │ ├── 257.html │ │ ├── 258.html │ │ ├── 259.html │ │ ├── 26.html │ │ ├── 260.html │ │ ├── 261.html │ │ ├── 262.html │ │ ├── 263.html │ │ ├── 264.html │ │ ├── 265.html │ │ ├── 266.html │ │ ├── 267.html │ │ ├── 268.html │ │ ├── 269.html │ │ ├── 27.html │ │ ├── 270.html │ │ ├── 271.html │ │ ├── 272.html │ │ ├── 273.html │ │ ├── 274.html │ │ ├── 275.html │ │ ├── 276.html │ │ ├── 277.html │ │ ├── 278.html │ │ ├── 279.html │ │ ├── 28.html │ │ ├── 280.html │ │ ├── 281.html │ │ ├── 282.html │ │ ├── 283.html │ │ ├── 284.html │ │ ├── 285.html │ │ ├── 286.html │ │ ├── 287.html │ │ ├── 288.html │ │ ├── 289.html │ │ ├── 29.html │ │ ├── 290.html │ │ ├── 291.html │ │ ├── 292.html │ │ ├── 293.html │ │ ├── 294.html │ │ ├── 295.html │ │ ├── 296.html │ │ ├── 297.html │ │ ├── 298.html │ │ ├── 299.html │ │ ├── 3.html │ │ ├── 30.html │ │ ├── 300.html │ │ ├── 301.html │ │ ├── 302.html │ │ ├── 303.html │ │ ├── 304.html │ │ ├── 305.html │ │ ├── 306.html │ │ ├── 307.html │ │ ├── 308.html │ │ ├── 309.html │ │ ├── 31.html │ │ ├── 310.html │ │ ├── 311.html │ │ ├── 312.html │ │ ├── 313.html │ │ ├── 314.html │ │ ├── 315.html │ │ ├── 316.html │ │ ├── 317.html │ │ ├── 318.html │ │ ├── 319.html │ │ ├── 32.html │ │ ├── 320.html │ │ ├── 321.html │ │ ├── 322.html │ │ ├── 323.html │ │ ├── 324.html │ │ ├── 325.html │ │ ├── 326.html │ │ ├── 327.html │ │ ├── 328.html │ │ ├── 329.html │ │ ├── 33.html │ │ ├── 330.html │ │ ├── 331.html │ │ ├── 332.html │ │ ├── 333.html │ │ ├── 334.html │ │ ├── 335.html │ │ ├── 336.html │ │ ├── 337.html │ │ ├── 338.html │ │ ├── 339.html │ │ ├── 34.html │ │ ├── 340.html │ │ ├── 341.html │ │ ├── 342.html │ │ ├── 343.html │ │ ├── 344.html │ │ ├── 345.html │ │ ├── 346.html │ │ ├── 347.html │ │ ├── 348.html │ │ ├── 349.html │ │ ├── 35.html │ │ ├── 350.html │ │ ├── 351.html │ │ ├── 352.html │ │ ├── 353.html │ │ ├── 354.html │ │ ├── 355.html │ │ ├── 356.html │ │ ├── 357.html │ │ ├── 358.html │ │ ├── 359.html │ │ ├── 36.html │ │ ├── 360.html │ │ ├── 361.html │ │ ├── 362.html │ │ ├── 363.html │ │ ├── 364.html │ │ ├── 365.html │ │ ├── 366.html │ │ ├── 367.html │ │ ├── 368.html │ │ ├── 369.html │ │ ├── 37.html │ │ ├── 370.html │ │ ├── 371.html │ │ ├── 372.html │ │ ├── 373.html │ │ ├── 374.html │ │ ├── 375.html │ │ ├── 376.html │ │ ├── 377.html │ │ ├── 378.html │ │ ├── 379.html │ │ ├── 38.html │ │ ├── 380.html │ │ ├── 381.html │ │ ├── 382.html │ │ ├── 383.html │ │ ├── 384.html │ │ ├── 385.html │ │ ├── 386.html │ │ ├── 387.html │ │ ├── 388.html │ │ ├── 389.html │ │ ├── 39.html │ │ ├── 390.html │ │ ├── 391.html │ │ ├── 392.html │ │ ├── 393.html │ │ ├── 394.html │ │ ├── 395.html │ │ ├── 396.html │ │ ├── 397.html │ │ ├── 398.html │ │ ├── 399.html │ │ ├── 4.html │ │ ├── 40.html │ │ ├── 400.html │ │ ├── 401.html │ │ ├── 402.html │ │ ├── 403.html │ │ ├── 404.html │ │ ├── 405.html │ │ ├── 406.html │ │ ├── 407.html │ │ ├── 408.html │ │ ├── 409.html │ │ ├── 41.html │ │ ├── 410.html │ │ ├── 411.html │ │ ├── 412.html │ │ ├── 413.html │ │ ├── 414.html │ │ ├── 415.html │ │ ├── 416.html │ │ ├── 417.html │ │ ├── 418.html │ │ ├── 419.html │ │ ├── 42.html │ │ ├── 420.html │ │ ├── 421.html │ │ ├── 422.html │ │ ├── 423.html │ │ ├── 424.html │ │ ├── 425.html │ │ ├── 426.html │ │ ├── 427.html │ │ ├── 428.html │ │ ├── 429.html │ │ ├── 43.html │ │ ├── 430.html │ │ ├── 431.html │ │ ├── 432.html │ │ ├── 433.html │ │ ├── 434.html │ │ ├── 435.html │ │ ├── 436.html │ │ ├── 437.html │ │ ├── 438.html │ │ ├── 439.html │ │ ├── 44.html │ │ ├── 440.html │ │ ├── 441.html │ │ ├── 442.html │ │ ├── 443.html │ │ ├── 444.html │ │ ├── 445.html │ │ ├── 446.html │ │ ├── 447.html │ │ ├── 448.html │ │ ├── 449.html │ │ ├── 45.html │ │ ├── 450.html │ │ ├── 451.html │ │ ├── 452.html │ │ ├── 453.html │ │ ├── 454.html │ │ ├── 455.html │ │ ├── 456.html │ │ ├── 457.html │ │ ├── 458.html │ │ ├── 459.html │ │ ├── 46.html │ │ ├── 460.html │ │ ├── 461.html │ │ ├── 462.html │ │ ├── 463.html │ │ ├── 464.html │ │ ├── 465.html │ │ ├── 466.html │ │ ├── 467.html │ │ ├── 468.html │ │ ├── 469.html │ │ ├── 47.html │ │ ├── 470.html │ │ ├── 471.html │ │ ├── 472.html │ │ ├── 473.html │ │ ├── 474.html │ │ ├── 475.html │ │ ├── 476.html │ │ ├── 477.html │ │ ├── 478.html │ │ ├── 479.html │ │ ├── 48.html │ │ ├── 480.html │ │ ├── 481.html │ │ ├── 482.html │ │ ├── 483.html │ │ ├── 484.html │ │ ├── 485.html │ │ ├── 486.html │ │ ├── 487.html │ │ ├── 488.html │ │ ├── 489.html │ │ ├── 49.html │ │ ├── 490.html │ │ ├── 491.html │ │ ├── 492.html │ │ ├── 493.html │ │ ├── 494.html │ │ ├── 495.html │ │ ├── 496.html │ │ ├── 497.html │ │ ├── 498.html │ │ ├── 499.html │ │ ├── 5.html │ │ ├── 50.html │ │ ├── 500.html │ │ ├── 501.html │ │ ├── 502.html │ │ ├── 503.html │ │ ├── 504.html │ │ ├── 505.html │ │ ├── 506.html │ │ ├── 507.html │ │ ├── 508.html │ │ ├── 509.html │ │ ├── 51.html │ │ ├── 510.html │ │ ├── 511.html │ │ ├── 512.html │ │ ├── 513.html │ │ ├── 514.html │ │ ├── 515.html │ │ ├── 516.html │ │ ├── 517.html │ │ ├── 518.html │ │ ├── 519.html │ │ ├── 52.html │ │ ├── 520.html │ │ ├── 521.html │ │ ├── 522.html │ │ ├── 523.html │ │ ├── 524.html │ │ ├── 525.html │ │ ├── 526.html │ │ ├── 527.html │ │ ├── 528.html │ │ ├── 529.html │ │ ├── 53.html │ │ ├── 530.html │ │ ├── 531.html │ │ ├── 532.html │ │ ├── 533.html │ │ ├── 534.html │ │ ├── 535.html │ │ ├── 536.html │ │ ├── 537.html │ │ ├── 538.html │ │ ├── 539.html │ │ ├── 54.html │ │ ├── 540.html │ │ ├── 541.html │ │ ├── 542.html │ │ ├── 543.html │ │ ├── 544.html │ │ ├── 545.html │ │ ├── 546.html │ │ ├── 547.html │ │ ├── 548.html │ │ ├── 549.html │ │ ├── 550.html │ │ ├── 551.html │ │ ├── 552.html │ │ ├── 553.html │ │ ├── 554.html │ │ ├── 555.html │ │ ├── 556.html │ │ ├── 557.html │ │ ├── 558.html │ │ ├── 559.html │ │ ├── 560.html │ │ ├── 561.html │ │ ├── 562.html │ │ ├── 563.html │ │ ├── 564.html │ │ ├── 565.html │ │ ├── 566.html │ │ ├── 567.html │ │ ├── 568.html │ │ ├── 569.html │ │ ├── 57.html │ │ ├── 570.html │ │ ├── 571.html │ │ ├── 572.html │ │ ├── 573.html │ │ ├── 574.html │ │ ├── 575.html │ │ ├── 576.html │ │ ├── 577.html │ │ ├── 578.html │ │ ├── 579.html │ │ ├── 58.html │ │ ├── 580.html │ │ ├── 581.html │ │ ├── 582.html │ │ ├── 583.html │ │ ├── 584.html │ │ ├── 585.html │ │ ├── 586.html │ │ ├── 587.html │ │ ├── 588.html │ │ ├── 589.html │ │ ├── 59.html │ │ ├── 590.html │ │ ├── 591.html │ │ ├── 592.html │ │ ├── 593.html │ │ ├── 594.html │ │ ├── 595.html │ │ ├── 596.html │ │ ├── 597.html │ │ ├── 598.html │ │ ├── 599.html │ │ ├── 6.html │ │ ├── 60.html │ │ ├── 600.html │ │ ├── 601.html │ │ ├── 602.html │ │ ├── 603.html │ │ ├── 604.html │ │ ├── 605.html │ │ ├── 606.html │ │ ├── 607.html │ │ ├── 608.html │ │ ├── 609.html │ │ ├── 61.html │ │ ├── 610.html │ │ ├── 611.html │ │ ├── 612.html │ │ ├── 613.html │ │ ├── 614.html │ │ ├── 615.html │ │ ├── 616.html │ │ ├── 617.html │ │ ├── 618.html │ │ ├── 619.html │ │ ├── 62.html │ │ ├── 620.html │ │ ├── 621.html │ │ ├── 622.html │ │ ├── 623.html │ │ ├── 624.html │ │ ├── 625.html │ │ ├── 626.html │ │ ├── 627.html │ │ ├── 628.html │ │ ├── 629.html │ │ ├── 63.html │ │ ├── 630.html │ │ ├── 631.html │ │ ├── 632.html │ │ ├── 633.html │ │ ├── 634.html │ │ ├── 635.html │ │ ├── 636.html │ │ ├── 637.html │ │ ├── 638.html │ │ ├── 639.html │ │ ├── 64.html │ │ ├── 640.html │ │ ├── 641.html │ │ ├── 642.html │ │ ├── 643.html │ │ ├── 644.html │ │ ├── 645.html │ │ ├── 646.html │ │ ├── 647.html │ │ ├── 648.html │ │ ├── 649.html │ │ ├── 65.html │ │ ├── 650.html │ │ ├── 651.html │ │ ├── 652.html │ │ ├── 653.html │ │ ├── 654.html │ │ ├── 655.html │ │ ├── 656.html │ │ ├── 657.html │ │ ├── 658.html │ │ ├── 659.html │ │ ├── 66.html │ │ ├── 660.html │ │ ├── 661.html │ │ ├── 662.html │ │ ├── 663.html │ │ ├── 664.html │ │ ├── 665.html │ │ ├── 666.html │ │ ├── 667.html │ │ ├── 668.html │ │ ├── 669.html │ │ ├── 67.html │ │ ├── 670.html │ │ ├── 671.html │ │ ├── 672.html │ │ ├── 673.html │ │ ├── 674.html │ │ ├── 675.html │ │ ├── 676.html │ │ ├── 677.html │ │ ├── 678.html │ │ ├── 679.html │ │ ├── 68.html │ │ ├── 680.html │ │ ├── 681.html │ │ ├── 682.html │ │ ├── 683.html │ │ ├── 684.html │ │ ├── 685.html │ │ ├── 686.html │ │ ├── 687.html │ │ ├── 688.html │ │ ├── 689.html │ │ ├── 69.html │ │ ├── 690.html │ │ ├── 691.html │ │ ├── 692.html │ │ ├── 693.html │ │ ├── 694.html │ │ ├── 695.html │ │ ├── 696.html │ │ ├── 697.html │ │ ├── 698.html │ │ ├── 699.html │ │ ├── 7.html │ │ ├── 70.html │ │ ├── 700.html │ │ ├── 701.html │ │ ├── 702.html │ │ ├── 703.html │ │ ├── 704.html │ │ ├── 705.html │ │ ├── 706.html │ │ ├── 707.html │ │ ├── 708.html │ │ ├── 709.html │ │ ├── 71.html │ │ ├── 710.html │ │ ├── 711.html │ │ ├── 712.html │ │ ├── 713.html │ │ ├── 714.html │ │ ├── 715.html │ │ ├── 716.html │ │ ├── 717.html │ │ ├── 718.html │ │ ├── 719.html │ │ ├── 72.html │ │ ├── 720.html │ │ ├── 721.html │ │ ├── 722.html │ │ ├── 723.html │ │ ├── 724.html │ │ ├── 725.html │ │ ├── 726.html │ │ ├── 727.html │ │ ├── 728.html │ │ ├── 729.html │ │ ├── 73.html │ │ ├── 730.html │ │ ├── 731.html │ │ ├── 732.html │ │ ├── 733.html │ │ ├── 734.html │ │ ├── 735.html │ │ ├── 736.html │ │ ├── 737.html │ │ ├── 738.html │ │ ├── 739.html │ │ ├── 74.html │ │ ├── 740.html │ │ ├── 741.html │ │ ├── 742.html │ │ ├── 743.html │ │ ├── 744.html │ │ ├── 745.html │ │ ├── 746.html │ │ ├── 747.html │ │ ├── 748.html │ │ ├── 749.html │ │ ├── 75.html │ │ ├── 750.html │ │ ├── 751.html │ │ ├── 752.html │ │ ├── 753.html │ │ ├── 754.html │ │ ├── 755.html │ │ ├── 756.html │ │ ├── 757.html │ │ ├── 758.html │ │ ├── 759.html │ │ ├── 76.html │ │ ├── 760.html │ │ ├── 761.html │ │ ├── 762.html │ │ ├── 763.html │ │ ├── 764.html │ │ ├── 765.html │ │ ├── 766.html │ │ ├── 767.html │ │ ├── 768.html │ │ ├── 769.html │ │ ├── 77.html │ │ ├── 770.html │ │ ├── 771.html │ │ ├── 772.html │ │ ├── 773.html │ │ ├── 774.html │ │ ├── 775.html │ │ ├── 776.html │ │ ├── 777.html │ │ ├── 778.html │ │ ├── 779.html │ │ ├── 78.html │ │ ├── 780.html │ │ ├── 781.html │ │ ├── 782.html │ │ ├── 783.html │ │ ├── 784.html │ │ ├── 785.html │ │ ├── 786.html │ │ ├── 787.html │ │ ├── 788.html │ │ ├── 789.html │ │ ├── 79.html │ │ ├── 790.html │ │ ├── 791.html │ │ ├── 792.html │ │ ├── 793.html │ │ ├── 794.html │ │ ├── 795.html │ │ ├── 796.html │ │ ├── 797.html │ │ ├── 798.html │ │ ├── 799.html │ │ ├── 8.html │ │ ├── 80.html │ │ ├── 81.html │ │ ├── 82.html │ │ ├── 83.html │ │ ├── 84.html │ │ ├── 85.html │ │ ├── 86.html │ │ ├── 87.html │ │ ├── 88.html │ │ ├── 89.html │ │ ├── 9.html │ │ ├── 90.html │ │ ├── 91.html │ │ ├── 92.html │ │ ├── 93.html │ │ ├── 94.html │ │ ├── 95.html │ │ ├── 96.html │ │ ├── 97.html │ │ ├── 98.html │ │ └── 99.html └── log4j.properties └── scala └── ch └── ethz └── dalab └── web2text ├── ApplyLabelsToPage.scala ├── ExtractPageFeatures.scala ├── Main.scala ├── alignment └── Alignment.scala ├── cdom ├── CDOM.scala ├── DOM.scala ├── Node.scala └── NodeProperties.scala ├── classification ├── Classifier.scala └── PerformanceStatistics.scala ├── cleaneval ├── CleanEval.scala └── Page.scala ├── features ├── BlockFeatureExtractor.scala ├── EdgeFeatureExtractor.scala ├── FeatureExtractor.scala ├── PageFeatures.scala └── extractor │ ├── AncestorExtractor.scala │ ├── AncestorsExtractor.scala │ ├── BlockBreakExtractor.scala │ ├── CombinedBlockExtractor.scala │ ├── CombinedEdgeExtractor.scala │ ├── CommonAncestorExtractor.scala │ ├── DuplicateCountsExtractor.scala │ ├── EmptyBlockExtractor.scala │ ├── EmptyEdgeExtractor.scala │ ├── InterceptBlockExtractor.scala │ ├── InterceptEdgeExtractor.scala │ ├── LeafBlockExtractor.scala │ ├── NodeBlockExtractor.scala │ ├── RootExtractor.scala │ ├── TagExtractor.scala │ └── TreeDistanceExtractor.scala ├── output ├── CleanTextOutput.scala └── CsvDatasetWriter.scala └── utilities ├── Settings.scala ├── Util.scala └── Warc.scala /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/README.md -------------------------------------------------------------------------------- /lib/jsoup-custom.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/lib/jsoup-custom.jar -------------------------------------------------------------------------------- /lib/knowitall-cluewebextractor.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/lib/knowitall-cluewebextractor.jar -------------------------------------------------------------------------------- /other_frameworks/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/.gitignore -------------------------------------------------------------------------------- /other_frameworks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/README.md -------------------------------------------------------------------------------- /other_frameworks/boilerpipe.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/boilerpipe.scala -------------------------------------------------------------------------------- /other_frameworks/bte.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/bte.scala -------------------------------------------------------------------------------- /other_frameworks/bte/bte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/bte/bte.py -------------------------------------------------------------------------------- /other_frameworks/bte/script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/bte/script.sh -------------------------------------------------------------------------------- /other_frameworks/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/build.sbt -------------------------------------------------------------------------------- /other_frameworks/lib/jaligner.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/lib/jaligner.jar -------------------------------------------------------------------------------- /other_frameworks/lib/jsoup-custom.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/lib/jsoup-custom.jar -------------------------------------------------------------------------------- /other_frameworks/lib/xerces-2.9.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/lib/xerces-2.9.1.jar -------------------------------------------------------------------------------- /other_frameworks/unfluff.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/unfluff.scala -------------------------------------------------------------------------------- /other_frameworks/unfluff/unfluff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/unfluff/unfluff.js -------------------------------------------------------------------------------- /other_frameworks/victor.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor.scala -------------------------------------------------------------------------------- /other_frameworks/victor/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/COPYING -------------------------------------------------------------------------------- /other_frameworks/victor/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/README -------------------------------------------------------------------------------- /other_frameworks/victor/Victor/Cfg.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/Victor/Cfg.pm -------------------------------------------------------------------------------- /other_frameworks/victor/Victor/Cz/quotes.dat: -------------------------------------------------------------------------------- 1 | «»„“‘"') 2 | -------------------------------------------------------------------------------- /other_frameworks/victor/Victor/Temp.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/Victor/Temp.pm -------------------------------------------------------------------------------- /other_frameworks/victor/Victor/Tidy.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/Victor/Tidy.pm -------------------------------------------------------------------------------- /other_frameworks/victor/annotate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/annotate.pl -------------------------------------------------------------------------------- /other_frameworks/victor/check-deps.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/check-deps.pl -------------------------------------------------------------------------------- /other_frameworks/victor/clean.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/clean.pl -------------------------------------------------------------------------------- /other_frameworks/victor/cleaneval.prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/cleaneval.prl -------------------------------------------------------------------------------- /other_frameworks/victor/cleaneval/32-ml06m2js-info.txt: -------------------------------------------------------------------------------- 1 | URL: http://childparenting.about.com/b/archives.htm 2 | -------------------------------------------------------------------------------- /other_frameworks/victor/configs/cz.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/configs/cz.conf -------------------------------------------------------------------------------- /other_frameworks/victor/convert.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/convert.pl -------------------------------------------------------------------------------- /other_frameworks/victor/doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/Makefile -------------------------------------------------------------------------------- /other_frameworks/victor/doc/bc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/bc.tex -------------------------------------------------------------------------------- /other_frameworks/victor/doc/biblio.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/biblio.bib -------------------------------------------------------------------------------- /other_frameworks/victor/doc/sigwac.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/sigwac.eps -------------------------------------------------------------------------------- /other_frameworks/victor/doc/sigwac.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/sigwac.html -------------------------------------------------------------------------------- /other_frameworks/victor/doc/sigwac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/sigwac.png -------------------------------------------------------------------------------- /other_frameworks/victor/doc/sigwac.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/sigwac.xcf -------------------------------------------------------------------------------- /other_frameworks/victor/doc/wac3.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/wac3.bst -------------------------------------------------------------------------------- /other_frameworks/victor/doc/wac3.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/wac3.sty -------------------------------------------------------------------------------- /other_frameworks/victor/doc/wac3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/doc/wac3.tex -------------------------------------------------------------------------------- /other_frameworks/victor/dump-crf.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/dump-crf.pl -------------------------------------------------------------------------------- /other_frameworks/victor/learn.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/learn.pl -------------------------------------------------------------------------------- /other_frameworks/victor/misc/langid.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/misc/langid.pl -------------------------------------------------------------------------------- /other_frameworks/victor/misc/merge.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/misc/merge.pl -------------------------------------------------------------------------------- /other_frameworks/victor/misc/split.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/misc/split.pl -------------------------------------------------------------------------------- /other_frameworks/victor/misc/table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/misc/table.html -------------------------------------------------------------------------------- /other_frameworks/victor/misc/textseg.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/misc/textseg.pl -------------------------------------------------------------------------------- /other_frameworks/victor/mktemplate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/mktemplate.pl -------------------------------------------------------------------------------- /other_frameworks/victor/orig/1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/1.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/10.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/100.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/100.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/101.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/101.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/102.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/102.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/104.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/104.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/105.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/105.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/106.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/106.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/107.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/107.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/108.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/108.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/109.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/109.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/11.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/110.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/110.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/111.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/111.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/112.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/112.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/113.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/113.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/114.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/114.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/115.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/115.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/116.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/116.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/117.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/117.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/118.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/118.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/119.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/119.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/12.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/120.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/120.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/121.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/121.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/122.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/122.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/123.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/123.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/124.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/124.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/125.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/125.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/126.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/126.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/127.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/127.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/128.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/128.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/129.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/129.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/13.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/130.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/130.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/131.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/131.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/132.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/132.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/133.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/133.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/134.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/134.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/135.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/135.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/136.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/136.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/137.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/137.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/138.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/138.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/139.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/139.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/14.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/140.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/140.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/141.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/141.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/142.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/142.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/143.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/143.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/144.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/144.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/145.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/145.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/146.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/146.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/147.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/147.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/148.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/148.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/149.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/149.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/15.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/150.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/150.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/151.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/151.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/152.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/152.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/153.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/153.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/154.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/154.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/155.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/155.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/156.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/156.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/157.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/157.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/158.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/158.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/159.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/159.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/16.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/160.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/160.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/161.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/161.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/162.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/162.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/163.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/163.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/164.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/164.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/165.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/165.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/166.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/166.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/167.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/167.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/168.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/168.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/169.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/169.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/17.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/17.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/170.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/170.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/171.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/171.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/172.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/172.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/173.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/173.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/174.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/174.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/175.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/175.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/176.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/176.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/177.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/177.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/178.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/178.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/179.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/179.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/18.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/18.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/180.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/180.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/181.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/181.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/182.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/182.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/183.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/183.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/184.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/184.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/185.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/185.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/186.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/186.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/187.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/187.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/188.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/188.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/189.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/189.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/19.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/19.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/190.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/190.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/191.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/191.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/192.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/192.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/193.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/193.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/194.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/194.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/195.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/195.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/196.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/196.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/197.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/197.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/198.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/198.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/199.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/199.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/2.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/20.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/20.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/200.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/200.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/201.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/201.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/202.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/202.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/203.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/203.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/204.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/204.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/205.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/205.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/206.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/206.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/207.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/207.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/208.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/208.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/209.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/209.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/21.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/21.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/210.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/210.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/211.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/211.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/212.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/212.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/213.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/213.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/214.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/214.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/215.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/215.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/216.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/216.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/217.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/217.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/218.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/218.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/219.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/219.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/22.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/22.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/220.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/220.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/221.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/221.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/222.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/222.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/223.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/223.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/224.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/224.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/225.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/225.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/226.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/226.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/227.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/227.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/228.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/228.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/229.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/229.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/23.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/23.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/230.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/230.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/231.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/231.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/232.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/232.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/233.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/233.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/234.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/234.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/235.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/235.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/236.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/236.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/237.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/237.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/238.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/238.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/239.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/239.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/24.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/24.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/240.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/240.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/241.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/241.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/242.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/242.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/243.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/243.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/244.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/244.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/245.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/245.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/246.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/246.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/247.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/247.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/248.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/248.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/249.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/249.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/25.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/25.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/250.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/250.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/251.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/251.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/252.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/252.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/253.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/253.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/254.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/254.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/255.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/255.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/256.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/256.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/257.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/257.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/258.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/258.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/259.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/259.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/26.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/26.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/260.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/260.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/261.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/261.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/262.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/262.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/263.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/263.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/264.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/264.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/265.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/265.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/266.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/266.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/267.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/267.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/268.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/268.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/269.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/269.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/27.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/27.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/270.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/270.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/271.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/271.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/272.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/272.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/273.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/273.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/274.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/274.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/275.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/275.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/276.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/276.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/277.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/277.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/278.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/278.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/279.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/279.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/28.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/28.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/280.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/280.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/281.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/281.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/282.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/282.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/283.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/283.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/284.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/284.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/285.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/285.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/286.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/286.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/287.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/287.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/288.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/288.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/289.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/289.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/29.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/29.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/290.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/290.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/291.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/291.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/292.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/292.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/293.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/293.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/294.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/294.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/295.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/295.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/296.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/296.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/297.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/297.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/298.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/298.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/299.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/299.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/3.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/30.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/30.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/300.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/300.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/301.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/301.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/302.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/302.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/303.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/303.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/304.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/304.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/305.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/305.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/306.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/306.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/307.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/307.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/308.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/308.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/309.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/309.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/31.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/31.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/310.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/310.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/311.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/311.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/312.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/312.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/313.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/313.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/314.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/314.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/315.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/315.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/316.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/316.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/317.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/317.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/318.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/318.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/319.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/319.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/32.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/320.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/320.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/321.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/321.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/322.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/322.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/323.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/323.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/324.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/324.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/325.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/325.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/326.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/326.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/327.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/327.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/328.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/328.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/329.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/329.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/33.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/33.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/330.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/330.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/331.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/331.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/332.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/332.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/333.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/333.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/334.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/334.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/335.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/335.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/336.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/336.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/337.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/337.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/338.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/338.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/339.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/339.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/34.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/34.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/340.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/340.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/341.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/341.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/342.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/342.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/343.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/343.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/344.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/344.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/345.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/345.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/346.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/346.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/347.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/347.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/348.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/348.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/349.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/349.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/35.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/35.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/350.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/350.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/351.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/351.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/352.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/352.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/353.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/353.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/354.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/354.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/355.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/355.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/356.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/356.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/357.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/357.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/358.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/358.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/359.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/359.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/36.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/36.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/360.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/360.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/361.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/361.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/362.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/362.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/363.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/363.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/364.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/364.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/365.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/365.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/366.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/366.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/367.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/367.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/368.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/368.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/369.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/369.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/37.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/37.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/370.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/370.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/371.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/371.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/372.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/372.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/373.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/373.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/374.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/374.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/375.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/375.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/376.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/376.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/377.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/377.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/378.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/378.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/379.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/379.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/38.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/38.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/380.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/380.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/381.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/381.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/382.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/382.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/383.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/383.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/384.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/384.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/385.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/385.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/386.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/386.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/387.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/387.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/388.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/388.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/389.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/389.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/39.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/39.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/390.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/390.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/391.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/391.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/392.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/392.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/393.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/393.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/394.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/394.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/395.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/395.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/396.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/396.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/397.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/397.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/398.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/398.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/399.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/399.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/4.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/40.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/40.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/400.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/400.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/401.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/401.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/402.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/402.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/403.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/403.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/404.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/405.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/405.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/406.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/406.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/407.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/407.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/408.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/408.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/409.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/409.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/41.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/41.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/410.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/410.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/411.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/411.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/412.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/412.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/413.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/413.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/414.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/414.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/415.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/415.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/416.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/416.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/417.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/417.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/418.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/418.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/419.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/419.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/42.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/42.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/420.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/420.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/421.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/421.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/422.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/422.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/423.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/423.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/424.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/424.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/425.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/425.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/426.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/426.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/427.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/427.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/428.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/428.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/429.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/429.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/43.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/43.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/430.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/430.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/431.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/431.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/432.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/432.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/433.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/433.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/434.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/434.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/435.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/435.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/436.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/436.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/437.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/437.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/438.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/438.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/439.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/439.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/44.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/44.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/440.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/440.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/441.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/441.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/442.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/442.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/443.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/443.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/444.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/444.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/445.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/445.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/446.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/446.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/447.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/447.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/448.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/448.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/449.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/449.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/45.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/45.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/450.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/450.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/451.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/451.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/452.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/452.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/453.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/453.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/454.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/454.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/455.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/455.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/456.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/456.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/457.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/457.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/458.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/458.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/459.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/459.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/46.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/46.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/460.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/460.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/461.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/461.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/462.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/462.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/463.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/463.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/464.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/464.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/465.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/465.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/466.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/466.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/467.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/467.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/468.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/468.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/469.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/469.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/47.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/47.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/470.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/470.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/471.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/471.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/472.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/472.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/473.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/473.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/474.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/474.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/475.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/475.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/476.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/476.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/477.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/477.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/478.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/478.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/479.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/479.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/48.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/48.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/480.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/480.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/481.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/481.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/482.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/482.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/483.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/483.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/484.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/484.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/485.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/485.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/486.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/486.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/487.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/487.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/488.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/488.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/489.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/489.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/49.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/49.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/490.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/490.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/491.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/491.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/492.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/492.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/493.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/493.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/494.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/494.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/495.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/495.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/496.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/496.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/497.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/497.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/498.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/498.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/499.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/499.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/5.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/50.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/50.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/500.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/501.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/501.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/502.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/502.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/503.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/503.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/504.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/504.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/505.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/505.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/506.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/506.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/507.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/507.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/508.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/508.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/509.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/509.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/51.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/51.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/510.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/510.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/511.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/511.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/512.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/512.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/513.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/513.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/514.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/514.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/515.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/515.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/516.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/516.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/517.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/517.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/518.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/518.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/519.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/519.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/52.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/52.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/520.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/520.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/521.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/521.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/522.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/522.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/523.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/523.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/524.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/524.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/525.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/525.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/526.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/526.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/527.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/527.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/528.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/528.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/529.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/529.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/53.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/53.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/530.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/530.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/531.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/531.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/532.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/532.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/533.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/533.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/534.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/534.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/535.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/535.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/536.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/536.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/537.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/537.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/538.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/538.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/539.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/539.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/54.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/54.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/540.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/540.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/541.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/541.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/542.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/542.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/543.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/543.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/544.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/544.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/545.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/545.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/546.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/546.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/547.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/547.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/548.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/548.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/549.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/549.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/550.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/550.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/551.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/551.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/552.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/552.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/553.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/553.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/554.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/554.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/555.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/555.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/556.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/556.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/557.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/557.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/558.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/558.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/559.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/559.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/560.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/560.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/561.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/561.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/562.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/562.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/563.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/563.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/564.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/564.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/565.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/565.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/566.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/566.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/567.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/567.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/568.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/568.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/569.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/569.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/57.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/57.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/570.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/570.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/571.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/571.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/572.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/572.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/573.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/573.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/574.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/574.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/575.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/575.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/576.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/576.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/577.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/577.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/578.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/578.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/579.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/579.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/58.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/58.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/580.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/580.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/581.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/581.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/582.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/582.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/583.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/583.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/584.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/584.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/585.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/585.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/586.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/586.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/587.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/587.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/588.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/588.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/589.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/589.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/59.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/59.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/590.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/590.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/591.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/591.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/592.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/592.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/593.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/593.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/594.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/594.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/595.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/595.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/596.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/596.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/597.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/597.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/598.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/598.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/599.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/599.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/6.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/60.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/60.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/600.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/600.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/601.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/601.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/602.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/602.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/603.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/603.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/604.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/604.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/605.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/605.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/606.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/606.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/607.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/607.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/608.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/608.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/609.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/609.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/61.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/61.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/610.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/610.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/611.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/611.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/612.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/612.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/613.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/613.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/614.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/614.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/615.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/615.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/616.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/616.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/617.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/617.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/618.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/618.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/619.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/619.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/62.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/62.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/620.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/620.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/621.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/621.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/622.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/622.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/623.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/623.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/624.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/624.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/625.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/625.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/626.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/626.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/627.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/627.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/628.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/628.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/629.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/629.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/63.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/63.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/630.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/630.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/631.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/631.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/632.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/632.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/633.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/633.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/634.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/634.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/635.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/635.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/636.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/636.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/637.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/637.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/638.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/638.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/639.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/639.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/64.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/64.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/640.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/640.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/641.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/641.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/642.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/642.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/643.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/643.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/644.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/644.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/645.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/645.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/646.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/646.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/647.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/647.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/648.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/648.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/649.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/649.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/65.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/65.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/650.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/650.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/651.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/651.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/652.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/652.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/653.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/653.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/654.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/654.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/655.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/655.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/656.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/656.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/657.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/657.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/658.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/658.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/659.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/659.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/66.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/66.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/660.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/660.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/661.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/661.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/662.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/662.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/663.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/663.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/664.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/664.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/665.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/665.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/666.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/666.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/667.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/667.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/668.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/668.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/669.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/669.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/67.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/67.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/670.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/670.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/671.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/671.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/672.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/672.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/673.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/673.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/674.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/674.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/675.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/675.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/676.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/676.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/677.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/677.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/678.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/678.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/679.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/679.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/68.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/68.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/680.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/680.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/681.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/681.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/682.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/682.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/683.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/683.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/684.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/684.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/685.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/685.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/686.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/686.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/687.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/687.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/688.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/688.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/689.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/689.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/69.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/69.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/690.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/690.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/691.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/691.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/692.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/692.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/693.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/693.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/694.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/694.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/695.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/695.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/696.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/696.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/697.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/697.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/698.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/698.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/699.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/699.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/7.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/70.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/70.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/700.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/700.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/701.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/701.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/702.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/702.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/703.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/703.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/704.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/704.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/705.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/705.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/706.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/706.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/707.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/707.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/708.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/708.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/709.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/709.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/71.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/71.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/710.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/710.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/711.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/711.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/712.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/712.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/713.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/713.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/714.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/714.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/715.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/715.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/716.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/716.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/717.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/717.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/718.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/718.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/719.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/719.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/72.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/72.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/720.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/720.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/721.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/721.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/722.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/722.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/723.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/723.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/724.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/724.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/725.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/725.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/726.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/726.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/727.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/727.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/728.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/728.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/729.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/729.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/73.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/73.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/730.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/730.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/731.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/731.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/732.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/732.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/733.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/733.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/734.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/734.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/735.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/735.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/736.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/736.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/737.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/737.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/738.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/738.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/739.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/739.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/74.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/74.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/740.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/740.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/741.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/741.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/742.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/742.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/743.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/743.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/744.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/744.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/745.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/745.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/746.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/746.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/747.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/747.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/748.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/748.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/749.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/749.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/75.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/75.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/750.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/750.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/751.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/751.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/752.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/752.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/753.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/753.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/754.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/754.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/755.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/755.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/756.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/756.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/757.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/757.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/758.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/758.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/759.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/759.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/76.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/76.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/760.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/760.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/761.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/761.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/762.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/762.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/763.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/763.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/764.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/764.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/765.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/765.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/766.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/766.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/767.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/767.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/768.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/768.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/769.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/769.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/77.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/77.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/770.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/770.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/78.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/78.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/79.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/79.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/8.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/80.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/80.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/81.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/81.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/82.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/82.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/83.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/83.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/84.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/84.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/85.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/85.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/86.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/86.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/87.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/87.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/88.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/88.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/89.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/89.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/9.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/90.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/90.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/91.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/91.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/92.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/92.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/93.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/93.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/94.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/94.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/95.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/95.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/96.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/96.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/97.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/97.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/98.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/98.html -------------------------------------------------------------------------------- /other_frameworks/victor/orig/99.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/orig/99.html -------------------------------------------------------------------------------- /other_frameworks/victor/preclean.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/preclean.pl -------------------------------------------------------------------------------- /other_frameworks/victor/scorer.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/scorer.pl -------------------------------------------------------------------------------- /other_frameworks/victor/textseg.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/textseg.diff -------------------------------------------------------------------------------- /other_frameworks/victor/tidy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/tidy.cfg -------------------------------------------------------------------------------- /other_frameworks/victor/xcheck-cz.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/xcheck-cz.pl -------------------------------------------------------------------------------- /other_frameworks/victor/xcheck.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/other_frameworks/victor/xcheck.pl -------------------------------------------------------------------------------- /src/main/python/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/src/main/python/config.py -------------------------------------------------------------------------------- /src/main/python/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/src/main/python/data.py -------------------------------------------------------------------------------- /src/main/python/data/.gitignore: -------------------------------------------------------------------------------- 1 | *.csv 2 | *.npy 3 | -------------------------------------------------------------------------------- /src/main/python/forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/src/main/python/forward.py -------------------------------------------------------------------------------- /src/main/python/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/src/main/python/main.py -------------------------------------------------------------------------------- /src/main/python/requirements.txt: -------------------------------------------------------------------------------- 1 | future 2 | tensorflow 3 | numpy 4 | -------------------------------------------------------------------------------- /src/main/python/shuffle_queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/src/main/python/shuffle_queue.py -------------------------------------------------------------------------------- /src/main/python/viterbi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/src/main/python/viterbi.py -------------------------------------------------------------------------------- /src/main/resources/cdom_treeview.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/src/main/resources/cdom_treeview.css -------------------------------------------------------------------------------- /src/main/resources/cleaneval/clean/278.txt: -------------------------------------------------------------------------------- 1 | URL: http://www.billingsclinic.com/AboutUs/NN_011602.htm 2 | -------------------------------------------------------------------------------- /src/main/resources/cleaneval/clean/32.txt: -------------------------------------------------------------------------------- 1 | URL: http://childparenting.about.com/b/archives.htm 2 | -------------------------------------------------------------------------------- /src/main/resources/cleaneval/clean/329.txt: -------------------------------------------------------------------------------- 1 | URL: http://www.chess-dictionary-chesmayne.net/Women.htm 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/cleaneval/clean/690.txt: -------------------------------------------------------------------------------- 1 | URL: http://www.salesjobs.ie/mot_article.asp?aid=1 2 | -------------------------------------------------------------------------------- /src/main/resources/cleaneval/clean/707.txt: -------------------------------------------------------------------------------- 1 | URL: http://www.sixgolds.com/tasi.htm 2 | -------------------------------------------------------------------------------- /src/main/resources/log4j.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dalab/web2text/HEAD/src/main/resources/log4j.properties --------------------------------------------------------------------------------