tmanabe / HEPS

a HEading-based Page Segmentation algorithm

Home Page:http://www.vldb.org/pvldb/vol8/p1606-manabe.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEPS: a HEading-based Page Segmentation algorithm

All the details are in our paper.

batch.rb

  • supports batch processing by HEPS.
  • Usage:
$ ruby batch.rb <path_to_PhantomJS_binary> ./html-dir ./target-dir
  • It is developed by using:
    • CentOS release 6.5
    • Ruby 2.1.2p95
    • PhantomJS 2.0.1-development

Notes

  • This implementation ignores the childNodes of IFRAME and NOSCRIPT elements as well as SCRIPT and STYLE elements.
  • Current parameter values are roughly optimized for entire our data set (not only the training data set explained in our paper).

Link

About

a HEading-based Page Segmentation algorithm

http://www.vldb.org/pvldb/vol8/p1606-manabe.pdf


Languages

Language:HTML 64.1%Language:JavaScript 32.1%Language:Ruby 2.4%Language:Python 1.4%