in reply to HTML::Index module -- what's the story?
All the search engine libraries use Lingua::Stem or Lingua::Stem::Snowball, because it would make zero sense to reinvent that wheel. They only come in one package -- Lingua::Stem installs Lingua::Stem::Snowball -- which is mildly unfortunate because Snowball is XS and you need a C compiler. However, I can testify that it's very difficult to write a search engine which scales well to extremely large document collections in pure Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTML::Index module -- what's the story?
by snowhare (Friar) on Nov 22, 2005 at 14:18 UTC |