The web-mining tag has no wiki summary.
3
votes
5answers
580 views
How to do really mutithreaded web mining with IE/.Net/C#?
I want to mine large amounts of data from the web using the IE browser. However, spawning lots and lots of instances of IE via WatiN crashes the system. Is there a better way of doing this? Note that ...
1
vote
6answers
306 views
Web mining or scraping or crawling? What tool/library should I use?
I want to crawl and save some webpages as HTML. Say, crawl into hundreds popular websites and simply save their frontpages and the "About" pages.
I've looked into many questions, but didn't find an ...
1
vote
2answers
670 views
Java API for web scraping or web mining
I'm looking for a good Java api to do web scraping. I tried WEB-Harvest api
http://web-harvest.sourceforge.net/usage.php but I think it's a bit clunky.
Any other suggestions?
0
votes
1answer
31 views
Difficulty in extracting main content from a news web page
I need to extract main contents (excluding links,advertisements,etc) from a news web page.I have read about it on web and came to know that to do that I need to parse html page and then select ...
0
votes
0answers
37 views
How to extract main contents excluding advertisements,useless links from a web page? [closed]
Possible Duplicate:
How to extract textual contents from a web page?
I have searched a lot but not abled to find what I'm looking for.Actually I want to extract data from a web page(only ...
0
votes
1answer
52 views
How to extract textual contents from a web page?
I'm developing an application in java which can take textual information from different web pages and will summarize it into one page.For example,suppose I have a news on different web pages like ...
0
votes
2answers
38 views
Google provide JSON form query result?
I am doing some web mining tasks using Google.
Though using the ordinary Google search engine might help, I still need to analyse the web pages.
I want to ask:
Does Google provide query results in ...
0
votes
2answers
22 views
Search webpage that contain specific links
Suppose I wan to search the web pages that contain the links I want.
I would normally use the link as the query and search it(Like in Google)
Note here, I just need to pages that contain the link.
...
0
votes
1answer
160 views
Is it possible to use php and javascript for web-mining?
I saw an article using clojure to do it. Wondering if it is possible to do it using languages that I know
-2
votes
1answer
210 views
Dataset for URL normalization
I'm working on a project for normalizing URL's.(i.e different URL's that map to the same web page should be identified and redundancy should be reduced as like a search engine).
So I'd like a dataset ...