원문정보
초록
영어
Currently, the efficiency of the existing focused crawlers is not high because of their unsatisfactory precision. In this article, we analyze the URL analysis methods of the existing focused crawlers, and propose a URL analysis algorithm based on the semantic content and link clustering in cloud environment. In this algorithm, the download URLs are clustered with the philosophy of clustering on the basis of VSM to improve the precision of the focused crawler according to the correlation between download URLs and new URLs. The algorithm is evaluated on Heritrix3.10 compared with Best First Search algorithm and Shark Search algorithm. The experiment results demonstrate that the algorithm proposed can collect web pages related to the given topic accurately and effectively.Moreover, the algorithm has a good ability of learning which proves the possibility of this algorithm.
목차
1. Introduction
2. Related Work
3. The Algorithm based on Semantic Content and Link Clustering
3.1 Vector Space Model
3.2. Judgments of Page Relativity
3.3. Clustering Downloaded URLs with DBSCAN Algorithm
3.4. Algorithm based on Semantic Content and Link Clustering
4. Experiment Result and Analysis
5. Conclusion and Future Works
References