in reply to Query String Parsing Module

I've been working on latent semantic search engines in Perl, and have a similar module on hand, although it won't be ready for CPAN for a while. Based on my experience, here are some questions you may wish to consider as you design your code: CPAN module or not, there is quite a bit of existing code in the field, so I would encourage you to look around ( as you are doing! ) before you do too much coding. A good reference is Foundations of Statistical Natural Language Processing by Manning and Shütze. I'm happy to share my own code if you like, as well. Good luck!