Saturday, 5 July 2008
Ransacker - Python - Searching
  • Name
Ransacker
  • Author
Zike Interactive
  • Category
Python / Searching
  • HomePage Address
Click to Visit
  • No. of hits
76

     This script written in Python is a scriptable, incrementally-double-indexed search engine that can index any text with any key and makes it easy to index content (“pages”) stored in databases, file systems, the web etc. It can index incrementally. This means you can add content or update the entry for a particular page without touching the rest of the index. It's double-indexed, meaning that not only does every word have a list of pages, every page has a list of words. This is used for the incremental indexer, but also allows you to determine which pages have the most in common. This will allow ransacker to produce "what's related" pages.

Top Python scripts
1).   Ransacker This script written in Python is a scriptable, incrementally-double-indexed search engine that can index any text with any key and makes it easy to index content (“pages”) stored in databases, file systems, the web etc.
2).   Developing a full-text indexer in Python As the volume of information grows, effective means of locating specific information become ever more crucial. This column discusses the field of full-text indexing, with a focus on the author's public-domain indexer module.
New Python scripts
1).   Ransacker This script written in Python is a scriptable, incrementally-double-indexed search engine that can index any text with any key and makes it easy to index content (“pages”) stored in databases, file systems, the web etc.
2).   Developing a full-text indexer in Python As the volume of information grows, effective means of locating specific information become ever more crucial. This column discusses the field of full-text indexing, with a focus on the author's public-domain indexer module.

Search Script
2006-2008 GetFreeSofts.com - Privacy Policy