Abstract:
Web pages not only contain main content, but also other elements such as navigation panels,
advertisements and links to related documents. To ensure the high quality of web page, a good
boilerplate removal algorithm is needed to extract only the relevant contents from web page. Main
textual contents are just included in HTML source code which makes up the files. The goal of content
extraction or boilerplate detection is to separate the main content from navigation chrome,
advertising blocks, and copyright notices in web pages. The system removes boilerplate and extracts
main content. In this system, there are two phases: Feature Extraction phase and Clustering phase. The
system classifies the noise or content from HTML web page. Content Extraction algorithm describes to
get high performance without parsing DOM trees. After observation the HTML tags, one line may not
contain a piece of complete information and long texts are distributed in close lines, this system uses Line-Block concept to determine the distance of any two neighbor lines with text and Feature Extraction such as text-to-tag ratio (TTR), anchor text-to-text ratio (ATTR) and new content feature as Title Keywords Density (TKD) classifies noise or content. After extracting the features, the system uses these features as parameters in threshold method to classify the block are content or noncontent.