search engine

V

vinodh kumar

hai all,
i am student of computer science dept. i have planned to
design a search engine in python. i am seeking info about how to
proceed further.
i need to know what r the modules that can be used.


-
 
G

George Sakkis

vinodh said:
hai all,
i am student of computer science dept. i have planned to
design a search engine in python. i am seeking info about how to
proceed further.
i need to know what r the modules that can be used.

There is not a "search engine module" around AFAIK. You should do your
homework first and learn about search engines in a language-independent
way from some good textbook such as "Mining the Web"
(http://http.cs.berkeley.edu/~soumen/mining-the-web/), break the
problem into subparts and decide which ones you will implement. By then
you should have a much better idea of what modules to look for.

George
 
P

placid

George said:
There is not a "search engine module" around AFAIK. You should do your
homework first and learn about search engines in a language-independent
way from some good textbook such as "Mining the Web"
(http://http.cs.berkeley.edu/~soumen/mining-the-web/), break the
problem into subparts and decide which ones you will implement. By then
you should have a much better idea of what modules to look for.

Anyway, if you are going to design a new search engine and implement it
then you will probably need to use modules only as a helper to your
algorithm.
 
D

Daniel Nogradi

hai all,
i am student of computer science dept. i have planned to
design a search engine in python. i am seeking info about how to
proceed further.
i need to know what r the modules that can be used.

There are these two guys Sacha or Sergey and Larry (if I remember
correctly) who already wrote a cute search engine in python, perhaps
you could ask them for some help.
 
G

gene tani

George said:
There is not a "search engine module" around AFAIK. You should do your
homework first and learn about search engines in a language-independent
way from some good textbook such as "Mining the Web"
(http://http.cs.berkeley.edu/~soumen/mining-the-web/),

There are python bindings for lucene, swish, Xapian, etc. As well as a
Zcatalog. There *was* Pyndex, from Divmod, maybe they'll send you the
source.

More books: Manning and Schuetze "Statistical NLP", Berry and Browne's
"Understanding Search Engines"
http://www.ec-securehost.com/SIAM/SE17.html
 
P

placid

Daniel said:
There are these two guys Sacha or Sergey and Larry (if I remember
correctly) who already wrote a cute search engine in python, perhaps
you could ask them for some help.

Sergey and Larry youre not talking about Google are you?

*wink* ;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,811
Messages
2,569,693
Members
45,474
Latest member
MaggieCoom

Latest Threads

Top