Separating XHTML content from navigation clutter using DOM-structure block analysis

  • Authors:
  • Constantine Mantratzis;Mehmet Orgun;Steve Cassidy

  • Affiliations:
  • Macquarie University, Australia;Macquarie University, Australia;Macquarie University, Australia

  • Venue:
  • Proceedings of the sixteenth ACM conference on Hypertext and hypermedia
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

This short paper gives an overview of the principles behind an algorithm that separates the core-content of a web document from hyperlinked-clutter such as text advertisements and long links of syndicated references to other resources.Its advantage over other approaches is its ability to identify both loosely as well as tightly defined "table-like" or "list-like" structures of hyperlinks (from nested tables to simple, bullet-pointed lists) by operating at various levels within the DOM tree.The resulting data can then be used to extract the core-content from a web document for semantic analysis or other information retrieval purposes as well as to aid in the process of "clipping" a web document to its bare essentials for use with hardware-limited devices such as PDAs and cell phones.