![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I believe that the main reason for which it's still not possible are the high computational costs. |
#3
| |||
| |||
|
|
Much web search engines already support the boolean search, some with the "near" operator too, but my dream would be to be able to use all the (other) potentialities that the "extended regular expressions" notation offer. |
#4
| |||
| |||
|
|
I believe that the main reason for which it's still not possible are the high computational costs. Incorrect. The main reason its not possible is because no company is going to waste development resources putting in something that maybe a dozen people would use once every other month. If you honestly think that there is a real demand for this out there then I would say you are not only lacking common sense but are entirely devoid of any business sense. |
#5
| |||
| |||
|
|
I believe that the main reason for which it's still not possible are the high computational costs. Incorrect. The main reason its not possible is because no company is going to waste development resources putting in something that maybe a dozen people would use once every other month. If you honestly think that there is a real demand for this out there then I would say you are not only lacking common sense but are entirely devoid of any business sense. The development cost would be about 100 dollars, since the technology is already existent even in open source tools. Of course I meant high computational costs comparated to revenues. Anyway I am available to pay something for searching the web by regexps. |
#6
| |||
| |||
|
|
If you understand a bit about how regexps work, you will soon discover that it takes way to much time to search a few million pages, let alone the google database. Really. Last time I surveyed the literature on inverted index text search schemes, I believe there was at least one paper demonstrating an efficient index structure for implementing regular expression searches (I use the term in the precise, mathematical sense of computer science; I'm not referring to whatever big pile of widgets Perl might be calling "regexp" on any given day :-). |
|
Why you would imagine it too time-consuming, I cannot guess. |
|
When you're allowed to pre-compile any form of data structure you like, it's hard to think of any style of search that cannot be made quite efficient. |
#7
| |||
| |||
|
|
As you (should) know, the most powerful method for searching is that by "extended regular expressions". If you don't know what is it, you can find a short explaination with examples here: http://en.wikipedia.org/wiki/Regular_expression. |
|
Much web search engines already support the boolean search, some with the "near" operator too, but my dream would be to be able to use all the (other) potentialities that the "extended regular expressions" notation offer. I believe that the main reason for which it's still not possible are the high computational costs. |
|
Do you believe that we will have an implementation of the "extended regular expressions" in future popular web search engines? if so, when? 2010? 2020? |
#8
| |||
| |||
|
|
Do you believe that we will have an implementation of the "extended regular expressions" in future popular web search engines? if so, when? 2010? 2020? |
#9
| |||
| |||
|
|
Hi all! As you (should) know, the most powerful method for searching is that by "extended regular expressions". If you don't know what is it, you can find a short explaination with examples here: http://en.wikipedia.org/wiki/Regular_expression. Much web search engines already support the boolean search, some with the "near" operator too, but my dream would be to be able to use all the (other) potentialities that the "extended regular expressions" notation offer. I believe that the main reason for which it's still not possible are the high computational costs. Do you believe that we will have an implementation of the "extended regular expressions" in future popular web search engines? if so, when? 2010? 2020? |
#10
| |||
| |||
|
|
Do you believe that we will have an implementation of the "extended regular expressions" in future popular web search engines? if so, when? 2010? 2020? One called "Exalead" supporting regular expression searches was recently introduced: http://www.researchbuzz.org/archives/002094.shtml (I recommend subscribing to the newsletter while you're there). In addition to the regular expression search, I notice ExaLead supports the "NEAR" operator that I used to use heavily with AltaVista. |
![]() |
| Thread Tools | |
| Display Modes | |
| |