Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Optimize random query in search engine

I am trying to create a website which returns a random interesting website. The way I am doing this is I am creating a large word pool (over 10,000 words) randomly selecting several words out of it and then sending them in to a search engine (Bing, Google etc...).

The original word pool words will be ranked by the users of the website by their ranking of the website they are given and then bad words will be removed from the word pool. Some more optimization after the result of the first query will be done on the returned set of websites to select the best website from them.

What I need for this to work from the beginning is a descent list of words which are good and will give many results also when paired with other words. Is there a place where I can find a large list of words that will return better websites?

So, what I am looking for is a (very large) list of words optimized for searches, anyone got ideas?

Maybe if someone has good way of creating random queries that would be good too, because simply selecting 3 random english words does not create a good query.

like image 358
Nachshon Schwartz Avatar asked Nov 04 '22 21:11

Nachshon Schwartz


1 Answers

Per a google search for 'english wordlists download'

http://www.net-comber.com/wordurls.html

I hope this helps.

like image 59
shellter Avatar answered Nov 15 '22 04:11

shellter