in reply to Writing a Search Engine in Perl?
I think that Perl is a very reasonable choice for a search engine of this kind. You'll want to look at text-encoding issues, but since you presumably speak Serbian you probably already know more about these than me.
As far as examples go, check out this Perl.com article. Don't feel tied to the underlying algorithm, but working through their example would probably be informative.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Writing a Search Engine in Perl?
by techcode (Hermit) on Aug 18, 2005 at 07:54 UTC |