Saturday, 26 July 2008
Developing a full-text indexer in Python - Python - Searching
  • Name
Developing a full-text indexer in Python
  • Author
Developing a full-text indexer in Python
  • Category
Python / Searching
  • HomePage Address
Click to Visit
  • No. of hits
51

     This column discusses a Python project of mine, the indexer module, and it has an additional purpose: Like you, I am always trying to learn more, and with this installment, I invite comments and ideas from readers. Your contributions will be included in this project and in future columns. I would like this column, in general, to reflect the interests and knowledge of its readers, and not just present my own. Let's see how it goes.

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