I just noticed on NewsForge an article on semantic searching - the idea of searching for 'fruit' and finding documents that contain 'apple' or 'orange' in them.
After implementing their first algorithm in Perl and C++, they found the algorithm couldn't scale. So they rewrote it with a new algorithm, this time in just Perl, and now have their scalability.
I thought this was interesting both from just a pure geek perspective (I've wished for something like this from google a few times), but also from a pure Perl perspective - proving, once again, that the speed/scalability of the underlying algorithm generally matters more than the language it is implemented in.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: New semantic search technology
by shotgunefx (Parson) on Sep 26, 2006 at 11:28 UTC | |
|
Re: New semantic search technology
by jZed (Prior) on Sep 28, 2006 at 03:42 UTC |