java - 编写爬虫程序时有没有办法智能的将非结构化数据结构化,根据关键字自动生成xpath解析页面?
阿神
阿神 2017-04-17 16:47:07
0
1
394

编写爬虫程序时最痛苦的就是需要一个个网站的写解析程序,感觉完全是体力活,有没有办法根据关注字自动生成xpath,比如抓取物流方面的信息根据车长,车型,出发地,目的地自动生成相应的元素的xpath,有没类似的论文或者github项目

阿神
阿神

闭关修行中......

reply all(1)
大家讲道理

Since you mentioned a paper, let me recommend one (although reading it is of no use): Web data extraction, applications and techniques: A survey
Summary and introduction to the research classification of structured and semi-structured data extraction over the past few decades. and basic ideas. You can use this paper as an index to read related research.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!